Date: Fri, 26 Dec 2003 18:07:46 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Ajitesh K <freebsd@infoglobe.com> Cc: FreeBSD - Questions <freebsd-questions@freebsd.org> Subject: Re: Warning message : Timecounter was not properly dismounted Message-ID: <20031226180746.GA58698@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <00cd01c3cbd8$bc468ae0$fb02010a@MISPC> References: <00cd01c3cbd8$bc468ae0$fb02010a@MISPC>
next in thread | previous in thread | raw e-mail | index | archive | help
--HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 26, 2003 at 12:50:21PM -0500, Ajitesh K wrote: > Hi friend, >=20 > I am get this warning / error message. What should I do? >=20 > pop3.mail.com kernel log messages: > > Timecounter "TSC" frequency 133637174 Hz > > WARNING: / was not properly dismounted >=20 > Is it some thing to do with CPU. Please guide us. No. The Timecounter line is not part of the error message -- in fact it's perfectly normal. The problem is that your root '/' filesystem was not properly dismounted when you shut down. That's usually because you don't run the proper shutdown(8) command, maybe even because you just hit the power switch. To shutdown and power-off the system you need to run: # shutdown -h now This will leave the system in a state where it is safe to turn it off. Where your motherboard has support for the facility you can add ACPI or APM support to your kernel, which will permit you to use: # shutdown -p now This will shut everything down as for 'shutdown -h' but also automatically power down the system. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQE/7HjydtESqEQa7a0RAsbCAJ9/NivqoAE6dMy6fhvbQUQGRhPhdQCdGrOp gH18XdMZY/R0PD3PZkn2uZY= =hpPy -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031226180746.GA58698>