On Tue, 2009-04-21 at 21:14 +0200, Christian Perrier wrote: > Quoting Chris Carr (ranting...@gmail.com): > > reopen 501678 > > thanks > > > > I can confirm that moving a plain text file from my laptop onto a > > mounted cifs filesystem (without the map archive workaround on the > > server) still results in the +x permission being set. I will use > > reportbug to send full info to #501678 including the server's smb.conf > > and the client's fstab.
> Could you try mounting the remote file system explicitely with "mount > -t cifs" (or change your fstab file so that it uses mount.cifs and not > the mount;smbfs wrapper)? chr...@junior:~$ sudo mount -t cifs //xaphod/workspace workspace/ Password: chr...@junior:~$ ll test.txt -rw-r--r-- 1 chrisc chrisc 5 2009-04-22 20:53 test.txt chr...@junior:~$ cp test.txt workspace/ chr...@junior:~$ ll workspace/test.txt -rwxr--r-- 1 root root 5 2009-04-22 21:04 workspace/test.txt* > Also, what kernel versions are you running on both servers (the sid > one and the Lenny one)? chr...@junior:~$ uname -a Linux junior 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009 i686 GNU/Linux chr...@xaphod:~$ uname -a Linux xaphod 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009 i686 GNU/Linux junior is the Lenny client, xaphod is the Sid server. > Finally, what is your current umask when you're doing these tests? chr...@junior:~$ umask 0022 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org