From owner-freebsd-hackers Fri Jul 14 17:45:17 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id RAA07179 for hackers-outgoing; Fri, 14 Jul 1995 17:45:17 -0700 Received: from kithrup.com (kithrup.com [140.174.23.40]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id RAA07173 for ; Fri, 14 Jul 1995 17:45:15 -0700 Received: (from sef@localhost) by kithrup.com (8.6.8/8.6.6) id RAA29787 for hackers@freebsd.org; Fri, 14 Jul 1995 17:45:04 -0700 Date: Fri, 14 Jul 1995 17:45:04 -0700 From: Sean Eric Fagan Message-Id: <199507150045.RAA29787@kithrup.com> To: hackers@freebsd.org Subject: Whee, another fun one Sender: hackers-owner@freebsd.org Precedence: bulk This one is *really* neat. I was trying to add emacs, for various reasons. But pkg_add wouldn't let me, because my /tmp was too small, even after I added MFS to my kernel and a 30MByte memfs off of /dev/sd0s1b (same as swap). So, I tried using the -t option; it still didn't work. So then I started debugging it. Since I wasn't working on the console, I have no idea what happened, but my login session suddenly hung. I thought it was just the normal delay I'd been seeing (and reported last night), but, after a few minutes, I decided that was pretty unlikely, and took a look at the console. It had rebooted (a panic, I assume), and was waiting for me to insert a bootable floppy -- for some reason, the MBR has disappeared, and the hard disk is no longer a "bootable disk"! So... this is bad. Also, how do I fix it, without reinstalling the whole OS again? ;) Sean.