[Samba] missing .dlls .exes?

Gail L. Meisenburg aharamas at optonline.net
Sun Feb 9 19:55:39 GMT 2003


Hi there;
I have samba-2.2.7a installed as PDC for Windows2K, XP, 98 (have not tested
yet. It appears to work with 2K and XP. However, I have a few problems and
I'd appreciate your comments.

1) net time \\linux /yes takes 30-40second on both 2K and XP
2) logging in on the server gives me the following errors:

unix_clean_name [/wshENU.DLL]
  unix_clean_name [wshENU.DLL]
  call_trans2qfilepathinfo: vfs_stat of wshENU.DLL failed (No such file or
direc
tory)
  unix_clean_name [/wininet.dll]
  unix_clean_name [wininet.dll]
  call_trans2qfilepathinfo: vfs_stat of wininet.dll failed (No such file or
dire
ctory)
  unix_clean_name [/msapsspc.dll]
  unix_clean_name [msapsspc.dll]
  call_trans2qfilepathinfo: vfs_stat of msapsspc.dll failed (No such file or
dir
ectory)
  unix_clean_name [/schannel.dll]
  unix_clean_name [schannel.dll]
  call_trans2qfilepathinfo: vfs_stat of schannel.dll failed (No such file or
dir
ectory)
  unix_clean_name [/digest.dll]
  unix_clean_name [digest.dll]
  call_trans2qfilepathinfo: vfs_stat of digest.dll failed (No such file or
direc
tory)
  unix_clean_name [/shell32.dll]
  unix_clean_name [shell32.dll]
  call_trans2qfilepathinfo: vfs_stat of shell32.dll failed (No such file or
dire
ctory)
  unix_clean_name [net.EXE]
  unix_clean_name [/SNDVOL32.EXE]
  unix_clean_name [SNDVOL32.EXE]
  call_trans2qfilepathinfo: vfs_stat of SNDVOL32.EXE failed (No such file or
dir
ectory)
  unix_clean_name [/cmd.exe]
  unix_clean_name [cmd.exe]
  call_trans2qfilepathinfo: vfs_stat of cmd.exe failed (No such file or
director
y)

(These files under c:\windows\system32)
What did I overlook?

Here is my config file:
[global]
        workgroup = MPI
        netbios name = LINUX
        server string = MPI
        interfaces = 10.3.0.5/24
        encrypt passwords = Yes
        passwd program = /usr/bin/passwd %u
        passwd chat = *new*password* %n\n *new*password* %n\n
*Password*changed*
        username map = /etc/samba.d/private/smbusers
        unix password sync = Yes
        log file = /var/log/samba.d/%m.log
        time server = Yes
        logon script = %m.%u.bat
        logon path = \\%N\%U\profile.%m
        logon drive = H:
        logon home = \\%L\%U
        domain logons = Yes
        os level = 99
        preferred master = Yes
        domain master = Yes
        wins support = Yes
        lock dir = /var/cache/samba.d
        remote announce = 10.3.0.255 10.3.0.5
        admin users = root ash
        hosts allow = 10.3.0. 127.
        root preexec = /etc/samba.d/logon.pl %u %G %L %m %a /*
this generates the fallowing batch file (based on %u, %G, %a)

@echo off
net time \\linux /set /yes
net use n: \\linux\netlogon /no
net use h: \\linux\homes /no
net use p: \\linux\public /no
net use n: /d /y


        root postexec = /etc/samba.d/netlogon/query.pl %S %P %u %g %G %U %H
%v %
h %m %L %M %N %p %R %d %a %I %T (does nothing. I was just curious since I
new to samba.)

[homes]
        comment = Home
        path = %H
        valid users = %S
        read only = No
        create mask = 0770
        directory mask = 0770

[netlogon]
        comment = NetLogOn
        path = /etc/samba.d/netlogon
        browseable = No
        locking = No
        share modes = No

[tmp]
        comment = Temp Files
        path = /var/tmp
        read only = No
        guest ok = Yes

[profiles]
        path = \\%L\%H\profile.%m
        read only = No
        create mask = 0600
        directory mask = 0700
#       profile acls = Yes

[public]
        path = /var/ftp/pub
        read only = No
        create mask = 0770
        directory mask = 0770

[Work]
        comment = Work
        path = /usr/local/MPI/Mpiwork
        valid users = @mpiw
        read only = No
        create mask = 0770
        directory mask = 0770

[Account]
        comment = Account
        path = /usr/local/MPI/Accounting
        valid users = @mpia
        read list = @mpia
        write list = Arlene, ibh
        read only = No
        create mask = 0770
        directory mask = 0770

[Corp]
        comment = Corp
        path = /usr/local/MPI/Corporate
        valid users = @mpic
        write list = Alan
        read only = No
        create mask = 0770
        directory mask = 0770

[Mgt]
        comment = Mgt
        path = /usr/local/MPI/Management
        valid users = @mpim
        read only = No
        create mask = 0770
        directory mask = 0770

3) This is a Windows question:
I understand net use drive \\server\share /no makes the connection not
permanent unlike /yes.
Why is that at next logon Windows still remembers drives connected with /no?

Thanks Andras



More information about the samba mailing list