From l.ertl@univie.ac.at  Sat Sep 15 05:14:40 2001
Return-Path: <l.ertl@univie.ac.at>
Received: from mailbox.univie.ac.at (mailbox.univie.ac.at [131.130.1.27])
	by hub.freebsd.org (Postfix) with ESMTP id CE25F37B40F
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Sep 2001 05:14:38 -0700 (PDT)
Received: from localhost.localdomain (le.adsl.cc.univie.ac.at [193.171.3.9])
	by mailbox.univie.ac.at (8.11.2/8.11.2) with ESMTP id f8FCCR1124424
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 15 Sep 2001 14:12:27 +0200
Received: (from le@localhost)
	by localhost.localdomain (8.11.6/8.11.1) id f8FCCUV00732;
	Sat, 15 Sep 2001 14:12:30 +0200 (CEST)
	(envelope-from le)
Message-Id: <200109151212.f8FCCUV00732@localhost.localdomain>
Date: Sat, 15 Sep 2001 14:12:30 +0200 (CEST)
From: Lukas Ertl <l.ertl@univie.ac.at>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: going single-user -> multi-user with started vinum volumes results in "page fault"
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30588
>Category:       kern
>Synopsis:       going single-user -> multi-user with started vinum volumes results in "page fault"
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    grog
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 15 05:20:00 PDT 2001
>Closed-Date:    Mon Jun 02 21:54:41 PDT 2003
>Last-Modified:  Wed Aug 20 02:41:00 PDT 2003
>Originator:     Lukas Ertl
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD leelou 4.4-STABLE FreeBSD 4.4-STABLE #0: Sat Sep 15 13:03:14 CEST 2001 root@leelou:/usr/obj/usr/src/sys/MYKERNEL i386


>Description:
	When going from single-user mode to multi-user mode, I get
    "vinum: no additional drives found",
    "Fatal trap 12: page fault while in kernel mode", 
    if vinum volumes had already been started in single-user mode.
>How-To-Repeat:
    Go into single-user mode either by booting "boot -s" or issueing
    "shutdown now". Make sure that vinum volumes are started (after
    booting into single-user mode type "vinum start"). Type "exit"
    to get back to multi-user mode.
>Fix:
    I don't have a fix, but I suspect that vinum doesn't like a repeated
    "vinum start".
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->grog 
Responsible-Changed-By: dd 
Responsible-Changed-When: Sat Sep 15 09:08:47 PDT 2001 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30588 
State-Changed-From-To: open->closed 
State-Changed-By: grog 
State-Changed-When: Mon Jun 2 21:54:08 PDT 2003 
State-Changed-Why:  
Long since lcosed, just forgot to change the state. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=30588 

From: =?iso-8859-2?Q?Pawe=B3_Ma=B3achowski?= <pawmal@unia.3lo.lublin.pl>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: grog@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject: kern/30588 (going single-user -> multi-user with started vinum volumes results in "page fault") and kern/43475
Date: Tue, 19 Aug 2003 16:35:34 +0200

 Both PRs were notified about FreeBSD 4.x.
 Patch applied on CURRENT above 3 month ago and PRs closed, but there was no
 MFC to -STABLE. Well, v4.9 code freeze is comming...
 
 
 -- 
 Pawe Maachowski
>Unformatted:

Greg Lehey, 2 May 2003

This was caused by reinitializing existing drives on an attempted
update of the configuration.  Fixed in revision 1.83 of vinumconfig.c.

PR closed.

