Re: Kernel panic - never had one before, what do I do?

2003-03-27 Thread taxman
On Wednesday 26 March 2003 07:54 pm, Greg 'groggy' Lehey wrote:
 On Wednesday, 26 March 2003 at 13:35:28 +, Jason Morgan wrote:
  I just got a panic. As I have never had one before, I don't know what to
  do. It's on another system so I don't have to reboot immediately (that
  would solve the problem temporarily, wouldn't it?) if someone would give
  me some advice, I could try to help debug it; however, as I'm not a
  coder (not a real one anyway), I don't know how much help I would be.
 
  It's a 5.0-CURRENT system, just installed and built last week. It
  paniced right after doing a source update (not a build, just cvsup).
  The panic error is as follows:
 
  panic: mtx_lock() of spin mutex vnode interlock @
  /usr/src/sys/kern/vfs_subr.c:3187

 Take a look at http://www.lemis.com/texts/panic.txt or
 http://www.lemis.com/texts/panic.pdf and tell me if that helps.  This
 will be going into the new edition of The Complete FreeBSD in a few
 days time, so I'm interested in getting something which is helpful.

Hi Greg,

I've been looking at doing the same thing, learn how to capture a crash dump, 
and analyze it etc.  I'm a definite newbie at that so I thought it would be a 
good test for the article.  It's pretty readable, but I had a problem with 
enabling the crash dump as noted:
To enable dumping, put something like this in /boot/loader.conf:

dumpdev=/dev/ad0s1b

that gives an error that is similiar to:
WARNING: syntax error on file /boot/loader.conf
dumpdev=/dev/ad0s1b
  ^

the same syntax in /etc/rc.conf worked fine, however.

This was on 4.8 RC2, but the syntax error appeared on a recent -current too.

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


Re: Docs ?

2003-01-14 Thread taxman
ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/5.0-RC3/RELNOTES.HTM
/usr/src/UPDATING
and the files in /usr/src/sys/i386/conf   (replacing i386 with your   
architecture)
would be a good start

good luck

Tim

On Wednesday 15 January 2003 02:13 am, Coercitas Temet'Nosce wrote:
 Hello all,


 Pardon this poor question but I was looking for up to date documentation
 about FreeBSD-current (5.0-RC3). Most important points to me are new
 kernell config and IPFilter implementation (didn't saw anything related in
 new files concerning kernell tuning and config).

 Can someone tell me where I can find at least informations relative to
 kernell build in last release ?


 Thanx

 Regards

 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message