Date: Tue, 12 Apr 2005 17:31:31 -0500 From: Guillermo Garcia-Rojas <garciarojas@gmail.com> To: f-questions <freebsd-questions@freebsd.org> Subject: Re: Can't remove empty directory Message-ID: <397b2cad05041215313214fe06@mail.gmail.com> In-Reply-To: <425C4834.2090909@gmail.com> References: <425C4834.2090909@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
move it, I just had an issue like that cd /usr/ports/accessibility mv gail gail2 (in example) then you cvsup the ports again and it's done. On 4/12/05, Robert Marella <rmarella@gmail.com> wrote: > Greetings >=20 > I think this problem occurred during "portmanager -u" but I can't be > certain. Portmanager did a core dump this morning. I tried a portsclean > -CD and /usr/ports/accessibility/gail/work cannot be removed. Here is > what I have tried. >=20 > p4# cd /usr/ports/accessibility/gail > p4# ls -l > total 14 > -rw-r--r-- 1 root wheel 920 Apr 12 02:21 Makefile > -rw-r--r-- 1 root wheel 109 Apr 12 02:21 distinfo > drwxr-xr-x 2 root wheel 512 Nov 10 20:16 files > -rw-r--r-- 1 root wheel 211 Apr 4 2004 pkg-descr > -rw-r--r-- 1 root wheel 2667 Apr 12 02:21 pkg-plist > drwxr-xr-x 3 root wheel 512 Apr 12 10:06 work > p4# rm -r work > rm: work/gail-1.8.3/gail: Directory not empty > rm: work/gail-1.8.3: Directory not empty > rm: work: Directory not empty > p4# cd work/gail-1.8.3/gail/ > p4# ls -la > total 0 > p4# cd .. > p4# ls -la > total 4 > drwxr-xr-x 3 root wheel 1024 Apr 12 10:06 . > drwxr-xr-x 3 root wheel 512 Apr 12 10:06 .. > drwxr--r-- 4 root wheel 0 Apr 12 09:51 gail > p4# chflags -R noschg gail > p4# rm -r gail > rm: gail: Directory not empty > p4# rm gail > rm: gail: is a directory > p4# rmdir gail > rmdir: gail: Directory not empty > p4# >=20 > The obvious problem is that the number of links is incorrect but I don't > know how to make that right. >=20 > Any help is greatly appreciated. >=20 > Robert > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 --=20 --- Guillermo Garc=EDa Rojas Covarrubias Director General=20 SoloBSD http://www.solobsd.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?397b2cad05041215313214fe06>