Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Apr 2007 22:38:58 +0200
From:      Roland Smith <rsmith@xs4all.nl>
To:        alma@free-shell.net
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Reboot issue
Message-ID:  <20070403203858.GA9413@slackbox.xs4all.nl>
In-Reply-To: <20070403203726.xup7mfc6i3w4cgog@free-shell.net>
References:  <20070403203726.xup7mfc6i3w4cgog@free-shell.net>

next in thread | previous in thread | raw e-mail | index | archive | help

--9amGYk9869ThD9tj
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Tue, Apr 03, 2007 at 08:37:26PM +0200, alma@free-shell.net wrote:
> Dear,
>=20
> I am having a "spontaneous" reboot issue and I really dunno what to =20
> do.. here is which message I get from logs .. any hints what it might =20
> be ??

These aren't "spontaneous" reboots. They're kernel panics.

> Apr 3 06:50:44 hope kernel: Trying to mount root from ufs:/dev/ad0s1a
> Apr 3 06:50:44 hope kernel: WARNING: / was not properly dismounted

This is because the machine rebooted without unmounting the
filesystems. It will do a background fsck later.

> Apr 3 06:50:44 hope savecore: reboot after panic: page fault
> Apr 3 06:50:44 hope savecore: writing core to vmcore.3

This means that the reboot was caused by a page fault. A core file was
saved (to /var/crash by default), so you can feed it to the kernel
debugger kgdb(1) to see what caused the page fault.

See chapter 10 of the developers handbook on how to debug a crash
dump. Copy the output that kgdb generates when starting up, and the
output of the 'backtrace' (or 'bt') command and post them here, or on
the hackers list.

Roland
--=20
R.F.Smith                                   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)

--9amGYk9869ThD9tj
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (FreeBSD)

iD8DBQFGErtiEnfvsMMhpyURAi3XAJsHkSOAt5tI8GW/kA3ir4o7zvrbXACgoebV
VVOEsl2r2HkZkSOrxHYjst4=
=3R6f
-----END PGP SIGNATURE-----

--9amGYk9869ThD9tj--



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