Hi out there, since i updated to Samba 2.2.5 on Solaris 8 i've got a Problem with it. The Samba-Server acts as PDC and it seems to work mostly well. There is a Share for a Palm-User where i installed the Palmdesktop. In order that the Sekretaty can also look to his Calender i wrote a small Batchfile. Every Time the User starts the Palm desktop the Batchfile makes a copy of the actual State and start the PalmDesktop then. But just in that Moment my log.smbd expands very fast. And every Line contains the same. [2002/09/09 12:30:33, 0] smbd/open.c:open_directory(1176) open_directory: unable to stat name = Palm. Error was No such file or directory I don't know why this error occurs but in the prior Installation i had no Error-messages. Hope you can help me! Greetings Joerg Hendricks ------ smb.conf: --------- # Global parameters [global] workgroup = TERN server string = NT-FileServer auf hqse16te encrypt passwords = Yes update encrypted = Yes smb passwd file = /usr/local/samba/private/smbpasswd passwd program = /usr/bin/yppasswd %u unix password sync = Yes change notify timeout = 300 deadtime = 3000 keepalive = 0 domain admin group = tsadmin logon script = anmeldung.bat logon path = \\hqse16te\localdisk\win1\nt4\pdc\profile\%M\%U logon drive = h: logon home = \\hqse16te\%U domain logons = Yes os level = 100 preferred master = True domain master = True wins support = Yes panic action = date >> /usr/local/samba/nfsserver/lib/panic admin users = adminuser create mask = 0740 directory mask = 0750 guest ok = Yes mangle case = Yes .... [chefpalm] comment = Palmzugriff fuer TES-AL path = /export/home/tesu/ld_tesg/usera valid users = usera, userb, userc, userd force user = usera force group = groupa read only = No create mask = 0700 directory mask = 0700 guest ok = No .... Batchfile: ---------- w:\ cd \Palm copy w:\Palm\usera\datebook\*.* w:\Palm\readonA\datebook\*.* copy w:\Palm\userb\datebook\*.* w:\Palm\readonB\datebook\*.* start w:\Palm\palm.exe exit