[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-24 Thread Mathias Gug
I can reproduce your problem. Thanks for giving the reason why you're trying to do that. nfs doesn't have this problem. Could you use nfs instead of cifs to mount your home from your client ? ** Changed in: samba (Ubuntu) Importance: Undecided => Low Status: Invalid => Triaged ** Summa

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-23 Thread casbon
Ok thanks, that shows the link. Unfortunately, now I cannot move a broken symlink. [EMAIL PROTECTED]:~/bug$ rm * [EMAIL PROTECTED]:~/bug$ touch real [EMAIL PROTECTED]:~/bug$ ln -s real link [EMAIL PROTECTED]:~/bug$ rm real [EMAIL PROTECTED]:~/bug$ mv link link2 mv: cannot move `link' to `link2':

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-21 Thread Mathias Gug
Looking at your smb.conf file, you've enabled the option "hide unreadable" in the general section : [global] .. hide unreadable = yes That's the reason why dangling symlinks are not listed on the client. ** Changed in: samba (Ubuntu) Status: Incomplete => Invalid -- cifs mounts: unab

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-21 Thread casbon
Still the same problem: [EMAIL PROTECTED]:/mnt$ tail -1 /etc/fstab //newyork/james /mnt/test cifsuser=james [EMAIL PROTECTED]:/mnt$ sudo mount test/ Password: [EMAIL PROTECTED]:/mnt$ cd test/ [EMAIL PROTECTED]:/mnt/test$ mkdir bug [EMAIL PROTECTED]:/mnt/test$ touch bug/real [EMAIL PROTEC

Re: [Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-21 Thread Mathias Gug
On Fri, Sep 21, 2007 at 04:41:24PM -, casbon wrote: > Its mounted through pam mount, not fstab: > > in /etc/security.d/pam_mount: > volume * cifs newyork & /home/& severino - - > > from mount command: > //newyork/james on /home/james type cifs (rw,mand) > Could you try with an fstab entry

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-21 Thread casbon
Its mounted through pam mount, not fstab: in /etc/security.d/pam_mount: volume * cifs newyork & /home/& severino - - from mount command: //newyork/james on /home/james type cifs (rw,mand) -- cifs mounts: unable to remove empty directory https://bugs.launchpad.net/bugs/117727 You received this b

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-21 Thread casbon
** Attachment added: "smb.conf on server" http://launchpadlibrarian.net/9442989/smb.conf -- cifs mounts: unable to remove empty directory https://bugs.launchpad.net/bugs/117727 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-21 Thread Mathias Gug
Can you post the smb.conf file from the dapper server ? and the line that mounts the cifs share in fstab in the feisty client ? -- cifs mounts: unable to remove empty directory https://bugs.launchpad.net/bugs/117727 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-21 Thread casbon
I updated the packages to the latest for dapper ( samba 3.0.22-1ubuntu3.3) and feisty (3.0.24-2ubuntu1.2). Still seeing the problem: [EMAIL PROTECTED]:~$ mkdir bug [EMAIL PROTECTED]:~$ touch bug/real [EMAIL PROTECTED]:~$ ln -s bug/real bug/link [EMAIL PROTECTED]:~$ rm bug/real [EMAIL PROTECTED]

Re: [Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-20 Thread Mathias Gug
I cannot reproduce your problem here. On Thu, Sep 20, 2007 at 10:54:29AM -, casbon wrote: > version on client: 3.0.24-2ubuntu1 > > version of samba on server: 3.0.22-1ubuntu3 > Could you try updating to the latest version of samba ? The versions you've reported are not the latest security

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-20 Thread casbon
version on client: 3.0.24-2ubuntu1 version of samba on server: 3.0.22-1ubuntu3 -- cifs mounts: unable to remove empty directory https://bugs.launchpad.net/bugs/117727 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-09-19 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make Ubuntu better. Could you specify which version of smbfs you're using ? ** Changed in: samba (Ubuntu) Status: New => Incomplete -- cifs mounts: unable to remove empty directory https://bugs.launchpad.net/bugs/117727 You

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-06-18 Thread casbon
This seems to be due to the fact that samba refuses to show dangling symlinks: [EMAIL PROTECTED]:~$ mkdir test1 [EMAIL PROTECTED]:~$ touch test1/dest [EMAIL PROTECTED]:~$ ln -s test1/dest test1/link [EMAIL PROTECTED]:~$ rm test1/dest [EMAIL PROTECTED]:~$ ls -l test1/ total 0 [EMAIL PROTECTED]:~$

[Bug 117727] Re: cifs mounts: unable to remove empty directory

2007-05-30 Thread casbon
** Attachment added: "strace of rm -rf tmp" http://librarian.launchpad.net/7877426/rm.trace -- cifs mounts: unable to remove empty directory https://bugs.launchpad.net/bugs/117727 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.