From owner-freebsd-stable Mon Dec 11 8:32:39 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 11 08:32:37 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from bor.ellacoya.com (216-064-109-139.inaddr.vitts.com [216.64.109.139]) by hub.freebsd.org (Postfix) with ESMTP id 71C4A37B400 for ; Mon, 11 Dec 2000 08:32:37 -0800 (PST) Received: from bor.ellacoya.com (bucca.ellacoya.com [192.168.254.43]) by bor.ellacoya.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id YQW7SQ68; Mon, 11 Dec 2000 11:26:17 -0500 Date: Mon, 11 Dec 2000 11:31:41 -0500 From: Michael Remski To: freebsd-stable@FreeBSD.org Subject: shutdown -r and reboot Message-ID: <20001211113141.A880@bucca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Balsa 1.0.0 Content-Length: 1249 Lines: 33 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Wondering if anyone else is seeing this: Fresh install from 4.2 release ISO image everything installs ok, custom kernel: Basically GENERIC with ide stripped out (all SCSI system) boots and runs fine, usually in X linux emulation loaded at boot time type in either "shutdown -r now" or "reboot" and we get the normal messages upto and including the "Uptime:", then the machine hangs. If you boot -s, then both commands work, I put a couple of printfs in kern_shutdown.c and kern_module.c if linux is loaded at boottime, it seems to hang. if linux is NOT loaded at boottime, it seems ok (actually reboots) if linux is loaded at boottime, but manually unloaded (kldunload -n linux.ko), it hangs. hard reset button, the machine reboots fine, no fsck or anything indicating a problem shutting down. if the linux module is loaded at boottime, it never seems to get back to anything in kern_shutdown.c after the "EVOKE_HANDLER(shutdown_post_sync...)" ASUS P5-B, amd k63, adaptec 2930 and buslogic 948, no IDE devices at all, pci SCSI cards and video, isa SMC elite 16 ethernet (ed driver). Suggestions or clues on where to look next are welcome. m -- "To keep in silence our designs, my friends would think I was a nut" Peter Gabriel, Solsbury Hill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message