[Bug 320212] [NEW] cannot access samba share after mount.cifs

2009-01-22 Thread Marc G.
Public bug reported: Binary package hint: smbfs I can mount a windows share with this command in terminal. But when I do 'ls' in the mount directory, I get a segmentation fault. If I try to 'cd' in the same directory, the terminal crash. I mounted the share with this command : sudo mount.cifs

[Bug 320212] Re: cannot access samba share after mount.cifs

2009-01-23 Thread Marc G.
Updated to kernel 2.6.27-11 and the problem is still present. -- cannot access samba share after mount.cifs https://bugs.launchpad.net/bugs/320212 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs

[Bug 320212] Re: cannot access samba share after mount.cifs

2009-01-29 Thread Marc G.
I tried with the version 2:3.2.3-1ubuntu3.5 of samba available in -proposed and the problem is still present. I tried with the Ubuntu Desktop 8.04.2 amd64 LiveCD and I get something different. After mounting the share, I'm able to ls or cd in the share directory without causing a crash or a

[Bug 320212] Re: cannot access samba share after mount.cifs

2009-01-30 Thread Marc G.
The share is on a Windows box. This is a server of an university so I cannot try anything special on it. This is the output of cat /proc/fs/cifs/DebugData : Display Internal CIFS Data Structures for Debugging --- CIFS Version 1.54 Active VFS

[Bug 134080] Re: CIFS: Navigating directories in DFS shares buggy

2009-11-03 Thread Marc G.
I had a similar problem (see duplicate Bug #320212). I tested with the final release of Karmic and the problem is still present. I can mount the windows share with : sudo mount.cifs //192.168.2.15/data /mnt/data -o user=workgroup/username,uid=marc,gid=marc I can see folders in the share but I

[Bug 134080] Re: CIFS: Navigating directories in DFS shares buggy

2010-01-04 Thread Marc G.
I installed the package keyutils and founded that the two lines were already present in /etc/request-key. But the installation of keyutils resolved my problem, now I'm able to access to a Windows DFS share in command line. Thanks a lot ! p.s. mounting directly in nautilus is still buggy. --