From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 21:00:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E3FC16A420 for ; Mon, 6 Mar 2006 21:00:49 +0000 (GMT) (envelope-from chad@zetaweb.com) Received: from rs27.luxsci.com (rs27.luxsci.com [66.216.127.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF94F43D46 for ; Mon, 6 Mar 2006 21:00:48 +0000 (GMT) (envelope-from chad@zetaweb.com) Received: from [192.168.1.101] (static-151-201-138-242.pitt.east.verizon.net [151.201.138.242]) (authenticated bits=0) by rs27.luxsci.com (8.13.5/8.13.5) with ESMTP id k26L0kKN013571 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 6 Mar 2006 15:00:47 -0600 Message-ID: <440CA2FD.3070804@zetaweb.com> Date: Mon, 06 Mar 2006 16:00:45 -0500 From: Chad Whitacre User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Kris Kennaway References: <20060306205736.GA50469@xor.obsecurity.org> In-Reply-To: <20060306205736.GA50469@xor.obsecurity.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: "Panic: unmount: dangling vnode" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2006 21:00:49 -0000 Kris, Thanks for the reply. > What version of FreeBSD? whit537@www2$ uname -a FreeBSD www2.svsd.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC i386 whit537@www2$ chad Kris Kennaway wrote: > On Mon, Mar 06, 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/ /backup/ >> /bin/sleep 15 >> /sbin/umount /backup/ >> >> echo 'backup of IWS complete' >> >> >> 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 "freebsd-questions-unsubscribe@freebsd.org" >>