On Fri, 2009-04-17 at 07:59 +0200, Christian Perrier wrote: > Quoting Chris Carr (ranting...@gmail.com): > > Package: samba > > Version: 2:3.3.3-1 > > Severity: normal > > > > > > I'm still getting this behaviour: > > > > chr...@junior:~$ cp /etc/fstab fstab.copy > > chr...@junior:~$ ll fstab.copy > > -rw-r--r-- 1 chrisc chrisc 769 2009-04-16 21:49 fstab.copy > > chr...@junior:~$ mv fstab.copy workspace/ > > mv: setting permissions for `workspace/fstab.copy': Permission denied > > chr...@junior:~$ ll workspace/fstab.copy > > -rwx------ 1 chrisc chrisc 769 2009-04-16 21:49 workspace/fstab.copy* > > chr...@junior:~$ > > > > I attach fstab.copy (with passwords munged), and the server's smb.conf > > > > Am I doing something stupid here? > > > What version of Debian is running on the *server* (ie the machne where > you mount workspace from)?
Sid. > Can you try to reproduce this by mounting a ressource from your local > machine ? > > I can't reproduce this in such case (Debian sid machine, kernel > 2.6.28, samba 2:3.3.3-1): I can: chr...@xaphod:/mnt$ sudo mount -t cifs //127.0.0.1/workspace tmp/ Password: chr...@xaphod:/mnt$ ll test.txt -rw-r--r-- 1 chrisc chrisc 3 2009-04-22 21:11 test.txt chr...@xaphod:/mnt$ cp test.txt tmp/ cp: cannot create regular file `tmp/test.txt': Permission denied chr...@xaphod:/mnt$ sudo cp test.txt tmp/ chr...@xaphod:/mnt$ ll tmp/test.txt -rwxr--r-- 1 root root 3 2009-04-22 21:11 tmp/test.txt* Sorry to be painful - but this is certainly an intriguing problem! Please do keep asking me to run other tests - I'm very happy to continue to try and track this down. Regards, CC -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org