Bug#501678: Bug still occurs in samba 2:3.3.3-1 (current sid version)

2009-06-28 Thread Chris Carr

Christian Perrier wrote:


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.


Is there any chance that you can install 2.6.28 or 2.6.29 linux-image
packages on the Sid server?

And then retry again, of course


Sorry about the long delay while I sorted out #533087.

Here's the same thing happening under 2.6.29 on Sid:

chr...@xaphod:/mnt$ sudo mount -t cifs //127.0.0.1/workspace /mnt/tmp
Password:
chr...@xaphod:/mnt$ ll test.txt
-rw-r--r-- 1 chrisc chrisc 10 2009-06-28 22:05 test.txt
chr...@xaphod:/mnt$ sudo mv test.txt tmp/
mv: preserving permissions for `tmp/test.txt': Permission denied
chr...@xaphod:/mnt$ ll tmp/test.txt
-rwx-- 1 chrisc chrisc 10 2009-06-28 22:05 tmp/test.txt*
chr...@xaphod:/mnt$ umask
0022
chr...@xaphod:/mnt$ su
Password:
xaphod:/mnt# umask
0022


Thanks for your continued interest and help. Grateful for any further 
tips, or tests to run.


Regards,

CC



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#501678: Bug still occurs in samba 2:3.3.3-1 (current sid version)

2009-05-01 Thread Chris Carr
 Is there any chance that you can install 2.6.28 or 2.6.29 linux-image
 packages on the Sid server?
 
 And then retry again, of course

Apologies for the delay with this. I have installed 2.6.29 on the Sid
server, but it appears to have broken networking (the interface now says
device not ready). I will have to solve this new problem before I can
return to samba! 

Regards,

CC




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#501678: [Pkg-samba-maint] Bug#501678: Bug still occurs in samba 2:3.3.3-1 (current sid version)

2009-04-29 Thread Chris Carr
On Thu, 2009-04-23 at 08:58 +0200, Luk Claes wrote:
 Christian Perrier wrote:
  Quoting Chris Carr (ranting...@gmail.com):
 
  Finally, what is your current umask when you're doing these tests?
  chr...@junior:~$ umask
  0022
  
  OK. So no luck on this side..:)
 
 You did the copy with sudo, so did you check the umask from root?

Yes, that's 0022 as well.

CC




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#501678: [Pkg-samba-maint] Bug#501678: Bug still occurs in samba 2:3.3.3-1 (current sid version)

2009-04-23 Thread Luk Claes

Christian Perrier wrote:

Quoting Chris Carr (ranting...@gmail.com):



Finally, what is your current umask when you're doing these tests?

chr...@junior:~$ umask
0022


OK. So no luck on this side..:)


You did the copy with sudo, so did you check the umask from root?

Cheers

Luk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#501678: Bug still occurs in samba 2:3.3.3-1 (current sid version)

2009-04-22 Thread Chris Carr
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



Bug#501678: Bug still occurs in samba 2:3.3.3-1 (current sid version)

2009-04-22 Thread Christian Perrier
Quoting Chris Carr (ranting...@gmail.com):

  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.

Is there any chance that you can install 2.6.28 or 2.6.29 linux-image
packages on the Sid server?

And then retry again, of course

 
  Finally, what is your current umask when you're doing these tests?
 
 chr...@junior:~$ umask
 0022

OK. So no luck on this side..:)


-- 




signature.asc
Description: Digital signature


Bug#501678: Bug still occurs in samba 2:3.3.3-1 (current sid version)

2009-04-21 Thread Christian Perrier
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)?

Also, what kernel versions are you running on both servers (the sid
one and the Lenny one)?

Finally, what is your current umask when you're doing these tests?




signature.asc
Description: Digital signature