Re: Fatal Trap 12 in 6.2-PRERELEASE

2007-01-09 Thread J. W. Ballantine

Yes, I saw the thread and I did a cvsup prior to rebuilding everything.
What I'm asking about is the best way to get the system working again.

Is it a reinstall, or is there a simple way to put a working kernel
in?

Jim

--  In Response to your message -

  Date:  Mon, 8 Jan 2007 22:43:00 -0500 (EST)
  To:  J. W. Ballantine [EMAIL PROTECTED]
  From:  Charles Sprickman [EMAIL PROTECTED]
  Subject:  Re: Fatal Trap 12 in 6.2-PRERELEASE

  On Mon, 8 Jan 2007, J. W. Ballantine wrote:
  
   I rebuilt and installed the kernel and world, and now when I
   try to boot the system it fails with a Fatal Trap 12: page
   fault while in kernel mode, with current process of 594 (ntpd).
  
  I dont' have the thread subject handy, but I remember something here a 
  week or two ago about a commit that screwed things up and the symptom was 
  that the first thing to hit the network (many time ntpd) caused the panic.
  
  Did you also cvsup before you rebuilt the kernel?  If so, there's a good 
  chance you're hitting a known bug.
  
  Charles
  
   Since it always fails, I can't do any of the checks in FAQ Advance Topics,
   or other checks.
  
   Other than reinstall, is there anything I can do?
  
   FWIW, this is on a Toshiba satellite laptop.
  
   Thanks
  
   Jim Ballantine
  
  
   ___
   freebsd-stable@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-stable
   To unsubscribe, send any mail to [EMAIL PROTECTED]
  
  


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fatal Trap 12 in 6.2-PRERELEASE

2007-01-09 Thread LI Xin
J. W. Ballantine wrote:
 Yes, I saw the thread and I did a cvsup prior to rebuilding everything.
 What I'm asking about is the best way to get the system working again.
 
 Is it a reinstall, or is there a simple way to put a working kernel
 in?

Simplest way would be to boot from /boot/kernel.old/kernel I guess.
Then you will be able to do cvsup and rebuild.

Cheers,
-- 
Xin LI [EMAIL PROTECTED]  http://www.delphij.net/
FreeBSD - The Power to Serve!



signature.asc
Description: OpenPGP digital signature


Re: Fatal Trap 12 in 6.2-PRERELEASE

2007-01-09 Thread J. W. Ballantine

Thanks

--  In Response to your message -

  Date:  Tue, 09 Jan 2007 21:52:44 +0800
  To:  J. W. Ballantine [EMAIL PROTECTED]
  From:  LI Xin [EMAIL PROTECTED]
  Subject:  Re: Fatal Trap 12 in 6.2-PRERELEASE

  This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
  --enig5B0088353B72FE00CD3C09EF
  Content-Type: text/plain; charset=ISO-8859-1
  Content-Transfer-Encoding: quoted-printable
  
  J. W. Ballantine wrote:
   Yes, I saw the thread and I did a cvsup prior to rebuilding everything.=
  
   What I'm asking about is the best way to get the system working again.
  =20
   Is it a reinstall, or is there a simple way to put a working kernel
   in?
  
  Simplest way would be to boot from /boot/kernel.old/kernel I guess.
  Then you will be able to do cvsup and rebuild.
  
  Cheers,
  --=20
  Xin LI [EMAIL PROTECTED]   http://www.delphij.net/
  FreeBSD - The Power to Serve!
  
  
  --enig5B0088353B72FE00CD3C09EF
  Content-Type: application/pgp-signature; name=signature.asc
  Content-Description: OpenPGP digital signature
  Content-Disposition: attachment; filename=signature.asc
  
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.4.5 (Darwin)
  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
  
  iD8DBQFFo54sOfuToMruuMARA2qxAJsH7b5lf5VzMJrgIDOdM+6MOWjdzwCdFb+k
  egrEGYpeL7qsdvrbu+v+uX0=
  =Zn2T
  -END PGP SIGNATURE-
  
  --enig5B0088353B72FE00CD3C09EF--
  


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fatal Trap 12 in 6.2-PRERELEASE

2007-01-08 Thread J. W. Ballantine

I rebuilt and installed the kernel and world, and now when I
try to boot the system it fails with a Fatal Trap 12: page
fault while in kernel mode, with current process of 594 (ntpd).

Since it always fails, I can't do any of the checks in FAQ Advance Topics,
or other checks.

Other than reinstall, is there anything I can do?

FWIW, this is on a Toshiba satellite laptop.

Thanks

Jim Ballantine


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fatal Trap 12 in 6.2-PRERELEASE

2007-01-08 Thread Dominic Marks
On Mon, 08 Jan 2007 07:48:54 -0500
J. W. Ballantine [EMAIL PROTECTED] wrote:

 
 I rebuilt and installed the kernel and world, and now when I
 try to boot the system it fails with a Fatal Trap 12: page
 fault while in kernel mode, with current process of 594 (ntpd).
 
 Since it always fails, I can't do any of the checks in FAQ Advance Topics,
 or other checks.
 
 Other than reinstall, is there anything I can do?

Try booting the old kernel, which is called kernel.old. See the
bottom of this page for how it is done:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-blocks.html

Dominic
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fatal Trap 12 in 6.2-PRERELEASE

2007-01-08 Thread Charles Sprickman

On Mon, 8 Jan 2007, J. W. Ballantine wrote:


I rebuilt and installed the kernel and world, and now when I
try to boot the system it fails with a Fatal Trap 12: page
fault while in kernel mode, with current process of 594 (ntpd).


I dont' have the thread subject handy, but I remember something here a 
week or two ago about a commit that screwed things up and the symptom was 
that the first thing to hit the network (many time ntpd) caused the panic.


Did you also cvsup before you rebuilt the kernel?  If so, there's a good 
chance you're hitting a known bug.


Charles


Since it always fails, I can't do any of the checks in FAQ Advance Topics,
or other checks.

Other than reinstall, is there anything I can do?

FWIW, this is on a Toshiba satellite laptop.

Thanks

Jim Ballantine


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]