Hi All!

I`ve got a problem with samba-3.0.22 on Debian etch. Here is my
setting for shared directory:

[global]
       #[snip]
       # Auth options
       security = user
       encrypt passwords = true
       passdb backend = tdbsam guest
       map to guest = Bad User
       username map = /etc/samba/smbusers
       guest account = nobody
       invalid users = root
       password level = 2
       unix password sync = yes
       passwd program = /usr/bin/passwd %u
       passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
       #[snip]
[private]
       comment = [ private stuff ]
       path = /srv/samba/private
       browseable = yes
       guest ok = no
       read only = yes
       valid users = @private
       write list = @private
       force group = private
       hide dot files = yes
       #hide special files = yes
       hide unreadable = yes
       create mask = 0660
       directory mask = 0770
       force create mode = 0660
       force directory mode = 0770
       vfs object = audit
       preexec = sh -c 'cat /etc/samba/%S.motd | /usr/bin/smbclient
-M %m -I %I' &


That setup works before, but now I can`t copy files from WinXP into
this folder with following error message:

Apr 27 23:22:03 c3po smbd_audit[22923]: connect to service private by user vofka
[snip]
Apr 27 23:22:07 c3po smbd_audit[22923]: open ~ new/1.avi (fd 22) for writing
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod_acl ~ new/1.avi mode
0x1b0 failed: Operation not supported
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod ~ new/1.avi mode 0x1b0
Apr 27 23:22:07 c3po smbd_audit[22923]: fchmod_acl ~ new/1.avi mode
0x1b0 failed: Operation not supported
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod_acl ~ new/1.avi mode
0x1b0 failed: Operation not supported
Apr 27 23:22:07 c3po smbd_audit[22923]: chmod ~ new/1.avi mode 0x1b0
Apr 27 23:25:16 c3po smbd_audit[22923]: chmod_acl ~ new/1.avi mode
0x1b0 failed: Operation not supported
Apr 27 23:25:16 c3po smbd_audit[22923]: chmod ~ new/1.avi mode 0x1b0
Apr 27 23:25:40 c3po smbd_audit[22923]: unlink ~ new/1.avi

What I need to do to get my setup working as before ?

Thanks

PS: Sorry for my English :)
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to