From owner-freebsd-questions@FreeBSD.ORG Mon Mar 6 14:33:48 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 9A4BF16A420 for ; Mon, 6 Mar 2006 14:33:48 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 20C6D43D48 for ; Mon, 6 Mar 2006 14:33:47 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FGGlv-0002XQ-K3 for freebsd-questions@freebsd.org; Mon, 06 Mar 2006 15:33:15 +0100 Received: from static-151-201-138-242.pitt.east.verizon.net ([151.201.138.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Mar 2006 15:33:15 +0100 Received: from chad by static-151-201-138-242.pitt.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 06 Mar 2006 15:33:15 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Chad Whitacre Date: Mon, 06 Mar 2006 09:32:50 -0500 Lines: 25 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: static-151-201-138-242.pitt.east.verizon.net User-Agent: Thunderbird 1.5 (Windows/20051201) Sender: news Subject: "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 14:33:48 -0000 Dear All, Can anyone tell me what this error message means? Panic: unmount: dangling vnode 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/