From owner-freebsd-questions Mon Mar 31 23:17:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA15801 for questions-outgoing; Mon, 31 Mar 1997 23:17:05 -0800 (PST) Received: from muwayb.ucs.unimelb.EDU.AU (muwayb.ucs.unimelb.EDU.AU [128.250.20.7]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA15794 for ; Mon, 31 Mar 1997 23:17:00 -0800 (PST) Received: from eduserv.its.unimelb.EDU.AU (eduserv.its.unimelb.EDU.AU) by muwayb.ucs.unimelb.edu.au (PMDF V5.0-7 #17781) id <01IH763SO04M000F9N@muwayb.ucs.unimelb.edu.au>; Tue, 01 Apr 1997 17:13:08 +1000 Date: Tue, 01 Apr 1997 18:14:34 +1000 (EST) From: Ivan Ngeow Subject: Re: 2.2R mfs In-reply-to: X-Sender: s_koyin@reeed.sternberg.au To: Doug White Cc: questions@FreeBSD.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT X-Authentication-warning: reeed.sternberg.au: s_koyin owned process doing -bs Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk nope, i wasn't in /tmp/somewhere. no good. mount -f /tmp causes a panic and drops me in the kernel debugger. nothing seems to work. must be something wrong in the kernel. i rebuilt it again, wiping out the compile directory, but this didn't help. help!! ivan On Thu, 27 Mar 1997, Doug White wrote: >On Thu, 27 Mar 1997, Ivan Ngeow wrote: > >> hi, i recompiled the 2.2R kernel with no errors at all. i included MFS >> support. >> >> my /tmp is mounted as MFS. >> it mounts alright, and gives no problems during use. >> >> however, i cannot unmount it. i get >> >> umount: /tmp/: Device busy >> >> and the mount_mfs process cannot be kill(1)ed. > >You've left the current directory as /tmp somewhere. Try > >umount -f /tmp > >or rebooting. > >> on system shutdown, the kernel panics and drops me into the >> kernel debugger, advising that some processes won't die. ps reveals >> the same mount_mfs process that's alive. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major > >