Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 1998 17:22:56 +0200
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        Brandon Lockhart <brandon@engulf.com>, current@FreeBSD.ORG
Subject:   Re: Boot Error (General Question)
Message-ID:  <19980425172256.A25615@klemm.gtn.com>
In-Reply-To: <Pine.BSF.3.96.980424175344.1438B-100000@engulf.com>; from Brandon Lockhart on Fri, Apr 24, 1998 at 05:59:55PM -0400
References:  <Pine.BSF.3.96.980424175344.1438B-100000@engulf.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Apr 24, 1998 at 05:59:55PM -0400, Brandon Lockhart wrote:
> When I shutdown using:
> shutdown -r now
> When I reboot I get this error:
> WARNING: / was not properly dismounted.
> Also, right after mounting the swap, the RC file echo's:
> Automatic reboot in progress...
> What does this mean?

I assume, that during shutdown of the system one process doesn't
terminate, even after getting the "kill" signal. So the root
filesystem can't be unmounted successfully and stays in "dirty"
state, since the clean flag could not be set because of this.

So the filesystem has to be checked on the next reboot.

You should have a look, which process might be the culprit.

Maybe the kernel option:
options         SHOW_BUSYBUFS           # busy buffers on shutdown ?
can help you, to get a process ID. Maybe it's one of the process ID's
that always are the same on boot, so it's easy for you to get the 
process which is causing this.

BTW, are you sure, that this is a -current question ?

-- 
Andreas Klemm                             http://www.FreeBSD.ORG/~andreas
What gives you 90% more speed, for example in kernel compilation ?
               http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html
                          powered by ,,symmetric multiprocessor FreeBSD''

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980425172256.A25615>