Panic: unmount: dangling vnode

2006-03-06 Thread Chad Whitacre
' Thanks! Chad Whitacre http://www.zetadev.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Panic: unmount: dangling vnode

2006-03-06 Thread Chad Whitacre
, 2006 at 09:32:50AM -0500, Chad Whitacre wrote: Dear All, Can anyone tell me what this error message means? Panic: unmount: dangling vnode What version of FreeBSD? Kris I believe it is caused by this script: #!/bin/sh /sbin/mount /backup/ /usr/local/bin/rsync -ax --delete /usr

possible umount bugs (was Re: Panic: unmount: dangling vnode)

2006-03-06 Thread Chad Whitacre
much testing on it. I may be able to install the patch, though, in which case I will report back. Thanks again for your help! chad Kris Kennaway wrote: On Mon, Mar 06, 2006 at 04:00:45PM -0500, Chad Whitacre wrote: Kris, Thanks for the reply. What version of FreeBSD? [EMAIL

Re: possible umount bugs (was Re: Panic: unmount: dangling vnode)

2006-03-06 Thread Chad Whitacre
Kris, The rule of thumb is that user code should not cause kernel panics. Good to know, thanks. But all software has bugs, of course. Understood. This is just the first bug I've personally hit in FreeBSD in 4 years of use. /me weeps for his lost innocence Is it likely that known

2 probs w/ backup.sh: Device busy and dangling vnode

2006-03-03 Thread Chad Whitacre
to hang again, at which point he hit CTRL-C a second time, and the machine rebooted. Any advice on debugging these two problems? Thank you. Chad Whitacre http://www.zetadev.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

trouble with jail(8) example

2004-11-02 Thread Chad Whitacre
Hey all, I am going through the jail examples here: http://tinyurl.com/54q6y [man page] Specifically: D=/here/is/the/jail cd /usr/src mkdir -p $D make world DESTDIR=$D cd etc make distribution DESTDIR=$D -DNO_MAKEDEV_RUN cd $D/dev sh MAKEDEV jail cd $D ln -sf dev/null kernel