Date: Sat, 6 Mar 2004 18:13:24 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Ben Paley <ben@spooty.net> Cc: freebsd-questions@freebsd.org Subject: Re: kernel panic messages? Message-ID: <20040306181324.GA44872@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <200403061631.36301.ben@spooty.net> References: <200403041807.04392.ben@spooty.net> <20040304193757.GB1159@happy-idiot-talk.infracaninophile.co.uk> <200403061631.36301.ben@spooty.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--rwEMma7ioTxnRzrJ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 06, 2004 at 04:32:18PM +0000, Ben Paley wrote: > On Thursday 04 March 2004 7:37 pm, you wrote: > > On Thu, Mar 04, 2004 at 06:07:04PM +0000, Ben Paley wrote: > > > I want to submit information about a kernel panic which happens at bo= ot > > > time. The machine reboots and I can boot kernel.old: where do I find = the > > > logs and traces and things I might need to show to someone who knows = what > > > they're doing? > > > > You need to setup your machine to capture the appropriate data after > > the panic. There's general information about how to do that in a > > series of articles here: > > > > http://www.oreillynet.com/pub/a/bsd/2002/03/21/Big_Scary_Daemons.ht= ml > > http://www.oreillynet.com/pub/a/bsd/2002/04/04/Big_Scary_Daemons.ht= ml >=20 > I've got myself a core dump and a kernel.debug, and I know at least enoug= h to=20 > start gdb - thanks to the articles you pointed me to: thanks for that (I= =20 > don't really know what I'm doing, however). >=20 > I tried submitting a trancript of my gdb session to the freebsd-current l= ist,=20 > but haven't had a reply, which I guess is my fault for some ignorance of= =20 > something... what do I need to include, do you think, to make my request= =20 > acceptable to the busy people on the list? (Obviously you are not busy at= all=20 > and I can waste your time as much as I like ;-) Apart from making sure I'= m=20 > working with recent sources. Give it a while. Someone may yet reply. > Or is it worth posting it all on this list? >=20 > What this all really means, of course, is that I'm too ignorant to be run= ning=20 > current at all. But now that I'm here... well, thanks for your help, anyw= ay. We all have to learn somewhere. I'm no expert on the intricacies of kernel debugging, but these lines: Error while reading shared library symbols: rtc.ko: No such file or directory. #11 0xc05f3b8d in linker_load_file (filename=3D0xc37f9320 "/usr/local/m= odules/rtc.ko", result=3D0xd7654cb0) at /usr/src/sys/kern/kern_linker.c:357 I should think are the key to the problems you're seeing. What is /usr/local/modules/rtc.ko ? Does it exist on your machine, and if so, Where does it come from? As far as I know RTC means 'real time clock', and I don't think it's the sort of device that you'ld generally have a loadable module for. Whatever it is, it seems to be the ACPI modules that are triggering the attempt to load it. You should review your kernel config, comparing it against GENERIC and the various NOTES files to make sure you haven't made any mistakes. But, yes -- generally unless you're prepared to cope with crashes and do some debugging work, you shouldn't be running current. What happens if you CVS up the latest RELENG_5_2 sources, do a full buildworld, etc. cycle and then try your custom kernel config. 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 --rwEMma7ioTxnRzrJ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAShTEdtESqEQa7a0RAmUZAJ9HIsh0e3kc3krnPiPauH6vl8DFrwCeObZi Q2VqFbFpIqYqU1PlQHixA1M= =Olpp -----END PGP SIGNATURE----- --rwEMma7ioTxnRzrJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040306181324.GA44872>