From owner-freebsd-stable@FreeBSD.ORG Mon Oct 25 17:30:43 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F70F16A4CE for ; Mon, 25 Oct 2004 17:30:43 +0000 (GMT) Received: from baton.cs.ucdavis.edu (baton.cs.ucdavis.edu [169.237.6.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA3AE43D3F for ; Mon, 25 Oct 2004 17:30:42 +0000 (GMT) (envelope-from abkonstantinov@ucdavis.edu) Received: from baton.cs.ucdavis.edu (localhost [127.0.0.1]) i9PHUfHD000592 for ; Mon, 25 Oct 2004 10:30:41 -0700 (PDT) Received: from sp4.cs.ucdavis.edu (sp4.cs.ucdavis.edu [169.237.5.149]) i9PHUfBu000587 for ; Mon, 25 Oct 2004 10:30:41 -0700 (PDT) Received: from sp4.cs.ucdavis.edu (localhost.localdomain [127.0.0.1]) by sp4.cs.ucdavis.edu (8.12.11/8.12.11) with ESMTP id i9PHUfuZ005150 for ; Mon, 25 Oct 2004 10:30:41 -0700 Received: (from konstant@localhost) by sp4.cs.ucdavis.edu (8.12.11/8.12.11/Submit) id i9PHUfCc005148 for freebsd-stable@freebsd.org; Mon, 25 Oct 2004 10:30:41 -0700 X-Authentication-Warning: sp4.cs.ucdavis.edu: konstant set sender to abkonstantinov@ucdavis.edu using -f From: Andrew Konstantinov To: freebsd-stable@freebsd.org In-Reply-To: <02f201c4ba91$f9f95db0$33017f80@psique> References: <02f201c4ba91$f9f95db0$33017f80@psique> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1098725440.5103.4.camel@sp4.cs.ucdavis.edu> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 (1.4.5-1) Date: Mon, 25 Oct 2004 10:30:41 -0700 X-Spam-Status: No, hits=-100.0 required=5.0 tests=USER_IN_WHITELIST autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on baton.cs.ucdavis.edu Subject: Re: freebsd 5.3 have any problem with vinum ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Oct 2004 17:30:43 -0000 On Mon, 2004-10-25 at 05:55, Oliver Torres Delgado wrote: > I have freebsd 5.3 rc1 installed perfectly, i configure vinum with the handbook and all work perfect > but when try run vinum with rc.conf there display the error: > > panic: unmount: dangling vnode > cpuid: 0 > uptime= 4s > Cannot dump. No dump device defined > Automatic reboot in 15 seconds. > > why happened ? I configure freebsd 4.x with this config and work perfectly :( Just like me, you should have checked the mailing list archive first. Here is a nice solution: http://lists.freebsd.org/pipermail/freebsd-current/2004-August/035547.html I switched from 5.2.1 to 5.3 and had the same problem which you'ved described above. Once I've switched to gvinum, everything went back to normal. Andrew