From nobody@FreeBSD.ORG Thu Feb 25 05:41:41 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id D026714C09; Thu, 25 Feb 1999 05:41:32 -0800 (PST)
Message-Id: <19990225134132.D026714C09@hub.freebsd.org>
Date: Thu, 25 Feb 1999 05:41:32 -0800 (PST)
From: jeff.bond@nectech.co.uk
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: userconfig settings lost on 3.1-RELEASE
X-Send-Pr-Version: www-1.0

>Number:         10258
>Category:       conf
>Synopsis:       userconfig settings lost on 3.1-RELEASE
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 25 10:20:07 PST 1999
>Closed-Date:    Tue Apr 13 08:35:22 CDT 1999
>Last-Modified:  Tue Apr 13 08:36:09 CDT 1999
>Originator:     Jeffery Bond
>Release:        3.1-RELEASE
>Organization:
>Environment:
>Description:
Changes made in USERCONFIG (disabled devices, IO/IRQ settings) are lost the next time the machine is rebooted. 
>How-To-Repeat:
Reboot the machine without running USERCONFIG
>Fix:
Build a custom kernel with the desired devices and settings, (not ideal)

>Release-Note:
>Audit-Trail:

From: Hiroo Ono <hiroo@exp.t.u-tokyo.ac.jp>
To: freebsd-gnats-submit@freebsd.org
Cc: jeff.bond@nectech.co.uk
Subject: Re: conf/10258: userconfig settings lost on 3.1-RELEASE
Date: Tue, 30 Mar 1999 13:27:17 +0900

 > Changes made in USERCONFIG (disabled devices, IO/IRQ settings) are lost the nex
 > t time the machine is rebooted.
 
 does it solve your problem?
 make the file /boot/loader.rc containing lines below:
 
 load kernel
 load -t userconfig_script /kernel.config
 
 ----
 Hiroo ONO   mailto:hiroo@exp.t.u-tokyo.ac.jp
 

From: "Bond, Jeffery" <Jeff.Bond@nectech.co.uk>
To: "'Hiroo Ono'" <hiroo@exp.t.u-tokyo.ac.jp>,
	freebsd-gnats-submit@freebsd.org
Cc: "Bond, Jeffery" <Jeff.Bond@nectech.co.uk>
Subject: RE: conf/10258: userconfig settings lost on 3.1-RELEASE
Date: Tue, 30 Mar 1999 09:17:01 +0100

 Yes, this works fine. Thanks very much!
 
 Jeff
 
 > -----Original Message-----
 > From:	Hiroo Ono [SMTP:hiroo@exp.t.u-tokyo.ac.jp]
 > Sent:	Tuesday, March 30, 1999 5:27 AM
 > To:	freebsd-gnats-submit@freebsd.org
 > Cc:	jeff.bond@nectech.co.uk
 > Subject:	Re: conf/10258: userconfig settings lost on 3.1-RELEASE
 > 
 > 
 > > Changes made in USERCONFIG (disabled devices, IO/IRQ settings) are lost
 > the nex
 > > t time the machine is rebooted.
 > 
 > does it solve your problem?
 > make the file /boot/loader.rc containing lines below:
 > 
 > load kernel
 > load -t userconfig_script /kernel.config
 > 
 > ----
 > Hiroo ONO   mailto:hiroo@exp.t.u-tokyo.ac.jp
 
State-Changed-From-To: open->closed 
State-Changed-By: ghelmer 
State-Changed-When: Tue Apr 13 08:35:22 CDT 1999 
State-Changed-Why:  
Supplied workaround fixes the problem. 
>Unformatted:
