i have server with samba 3.0.x which serve home directories to clients (used linux and cifs). unix extensions are enabled ;) directories on clients are mounted as: //atos/undefine on /mnt/test9 type cifs (rw,mand) I version 3.0.24b on server everything works ok: [undefine@uml test9]$ touch testxxx [undefine@uml test9]$ ls -ld testxxx -rw-r--r-- 1 undefine 1002 0 2007-10-26 16:38 testxxx but after upgrade samba on server to 3.0.26a it is broken: [undefine@uml test9]$ touch testxx [undefine@uml test9]$ ls -ld testxx -rw-rw-rw- 1 undefine 1002 0 2007-10-26 16:40 testxx (i just upgrades samba server) Any suggestions? ;)
on 3.0.25b it's broken too
on 3.3.7 it's broken too