From owner-freebsd-current@FreeBSD.ORG Sun Nov 16 20:25:44 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 456BA16A4CE for ; Sun, 16 Nov 2003 20:25:44 -0800 (PST) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7BEA443FE1 for ; Sun, 16 Nov 2003 20:25:43 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) hAH4Ph8I096798; Sun, 16 Nov 2003 20:25:43 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)hAH4Pg2G096797; Sun, 16 Nov 2003 20:25:42 -0800 (PST) (envelope-from sgk) Date: Sun, 16 Nov 2003 20:25:42 -0800 From: Steve Kargl To: Harald Schmalzbauer Message-ID: <20031117042542.GA96576@troutmask.apl.washington.edu> References: <200311170439.13103@harrymail> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200311170439.13103@harrymail> User-Agent: Mutt/1.4.1i cc: current@freebsd.org Subject: Re: init and USB oddities-ULE-ATA X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 04:25:44 -0000 On Mon, Nov 17, 2003 at 04:39:08AM +0100, Harald Schmalzbauer wrote: Content-Description: signed data > Salve, > > since about one day "kill 1" and "init 1" don't work anymore! > Now I don't know how to change to single user mode from normal boot now. "shutdown -r now" will reboot the system. There are a number of ways to get to single user mode as the system is rebooting. Note: your method does not boot the new kernel and Kirk's recent statfs changes may cause all sorts of problems for you. > Usually I do installworld in singleuser mode. You should reboot. > Then I see the following lines on dmesg which I don't know how to hanlde: > 1) > warning: KLD '/boot/kernel/linprocfs.ko' is newer than the linker.hints file > perhaps recompiling linux-base? > 2) > module_register: module uhub/ums already exists! > Module uhub/ums failed to register: 17 Do you see these messages if you reboot the system? > > Next I'd like to report is what I already mentioned in "ULE and very bad > responsiveness" I followed Jeff Roberson hint and ran setiathome with > nice 20. But this didn't really change anything. ULE has been rock solid for mei since Jeff's last major update. Of course, I run neither setiathome nor KDE. -- Steve