ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] VMware & Samba = :(
@ 2001-08-25 20:58 Lepikhov Konstantin
  2001-08-26  0:08 ` cornet
  0 siblings, 1 reply; 3+ messages in thread
From: Lepikhov Konstantin @ 2001-08-25 20:58 UTC (permalink / raw)
  To: Mandrake-Russian List

[-- Attachment #1: Type: text/plain, Size: 1136 bytes --]

Здравствуйте!

Поставил VMware-2.0.3, вроде все настроил, самба ее работает, но как-то
странно: вначале сетка не виделась, включил лог в самбе и вижу такую
фигню - 

[2001/08/25 01:36:16, 0] smbd/service.c:make_connection(487)
  Can't change directory to /root/tmp (Permission denied)
[2001/08/25 01:36:16, 0] smbd/service.c:make_connection(487)

и т.д. Если разрешить чтение+запись /root всем кому попало, то тогда все
путем
 
  lepikhov (192.168.5.2) connect to service HostFS as user lakostis
(uid=500, gid=100) (pid 3205)
 file_init: Information only: requested 10000 open files, 1014 are
available.
[2001/08/25 17:55:40, 1] smbd/files.c:file_init(216)
  file_init: Information only: requested 10000 open files, 1014 are
available.
[2001/08/25 20:32:49, 1] smbd/files.c:file_init(216)
  file_init: Information only: requested 10000 open files, 1014 are
available.

Сеть нормально работает. Нет ни у кого никаких соображений на этот счет,
куда копать и смотреть?

~~~~~~~~
with best regards,			ICQ: 109916175
Lepikhov Konstantin			mailto:lakostis@mail.ru.nospam

Motto: Linux is like a wigwam - no windows, no gates, apache inside!


[-- Attachment #2: smb.conf --]
[-- Type: text/plain, Size: 2670 bytes --]

;
; Configuration file for Samba 2.0.6 vmware-[sn]mbd operating on vmnet1.
;
; This file was automatically generated by the VMware configuration program.
; If you modify it, it will be backed up the next time you run the
; configuration program.
;

; Global settings
[global]
;
; Identity
;

; Allow several Samba servers on different subnet without conflicts
   socket address = 192.168.5.1
   interfaces = 192.168.5.0/255.255.255.0
   bind interfaces only = yes

; Workgroup the host belongs to
  workgroup = ENERGEL

; SMB name of the host (the hostname by default)
;  netbios name = 

; Description of the host
  server string = VMware host

;
; Access
;

;  Allow connections from
;   Beware: if we use this directive, smbd will try to do a reverse resolution
;   of the guest IP. If the host is disconnected from the network and uses
;   named, that reverse resolution will take a long time, and the smb client
;   (the guest) will give up waiting for a smb reply before the reverse
;   resolution timeout occurs :(
;   Because it doesn't add any real security, we don't use this --hpreg
;  hosts allow = 192.168.5.0/255.255.255.0

;  Authentication scheme
  security = user
  encrypt passwords = yes

;
; Options
;

; Automatically load the printer list (from /etc/printcap by default)
  load printers = yes

; Gives better performance
  socket options = TCP_NODELAY 

; VMware extension to use a different shared memory access key on each
; Samba server running on this host
  sysv shm key = /dev/vmnet1

;
; Files and directories
;

;  Debug log for _both_ daemons
  log file = /etc/vmware/vmnet1/smb/var/log.smb
  log level = 1
;   Max log size in KB 
  max log size = 50

;  Locks
  lock directory = /etc/vmware/vmnet1/smb/var/locks

;  SMB passwords
  smb passwd file = /etc/vmware/vmnet1/smb/private/smbpasswd

;  VMware extension to use codepages in a different directory
  codepage dir = /usr/lib/vmware/smb/codepages

  client code page = 866
  character set = koi8-r    

;
; Name browsing
;

; Allow the host to participate in master browser elections
  local master = yes

; Force a local browser election upon startup
; We need that otherwise it takes a long time before the windows network is
; browsable
  preferred master = yes

; Do not try to resolve SMB names via DNS
  dns proxy = no 

;
; Shared resources
;

; Home directories
[homes]
  comment = Home directories
  browseable = no
  writable = yes

; Printers
[printers]
  comment = All printers
  path = /var/lpd
  browseable = no
  guest ok = no
  writable = no
  printable = yes

[HostFS]
  comment = VMware host filesystem
  path = /mnt
  public = no
  writeable = yes
  printable = no

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] VMware & Samba = :(
  2001-08-25 20:58 [mdk-re] VMware & Samba = :( Lepikhov Konstantin
@ 2001-08-26  0:08 ` cornet
  2001-08-26  0:15   ` Lepikhov Konstantin
  0 siblings, 1 reply; 3+ messages in thread
From: cornet @ 2001-08-26  0:08 UTC (permalink / raw)
  To: mandrake-russian

Lepikhov Konstantin wrote:
> 
> Здравствуйте!
> 
> Поставил VMware-2.0.3, вроде все настроил, самба ее работает, но как-то
> странно: вначале сетка не виделась, включил лог в самбе и вижу такую
> фигню -
> 
> [2001/08/25 01:36:16, 0] smbd/service.c:make_connection(487)
>   Can't change directory to /root/tmp (Permission denied)
> [2001/08/25 01:36:16, 0] smbd/service.c:make_connection(487)
> 

Плиззззз!!!!!!!
Прежде чем задавать вопрос - прочтите архив рассылки. Об этом
вопросе уже говорилось раз двадцать за последние пару месяцев!!
Ищите на стринг "SECURE_TMP"

-- 
******** FIRE & STEEL ********




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [mdk-re] VMware & Samba = :(
  2001-08-26  0:08 ` cornet
@ 2001-08-26  0:15   ` Lepikhov Konstantin
  0 siblings, 0 replies; 3+ messages in thread
From: Lepikhov Konstantin @ 2001-08-26  0:15 UTC (permalink / raw)
  To: mandrake-russian

Где-то Sat, 25 Aug 2001 23:59:08 +0400
cornet <cornet@zmail.ru> написал:

ОК! Понял :) Больше не буду :) Просто до архива еще добраться надо, а
это уже проблема :(( 

C> Плиззззз!!!!!!!
C> Прежде чем задавать вопрос - прочтите архив рассылки. Об этом
C> вопросе уже говорилось раз двадцать за последние пару месяцев!!
C> Ищите на стринг "SECURE_TMP"

~~~~~~~~
with best regards,			ICQ: 109916175
Lepikhov Konstantin			mailto:lakostis@mail.ru.nospam

Motto: Linux is like a wigwam - no windows, no gates, apache inside!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-08-26  0:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-25 20:58 [mdk-re] VMware & Samba = :( Lepikhov Konstantin
2001-08-26  0:08 ` cornet
2001-08-26  0:15   ` Lepikhov Konstantin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git