Re: Using serial console to debug system hangs ...

2001-03-04 Thread Manfred Antar
At 05:49 PM 3/4/2001 -0700, Warner Losh wrote: >In message <[EMAIL PROTECTED]> Manfred Antar writes: >: Then cd /sys/boot ; make depend all install. >: I forget if you then need to relabel the disk or not. >: ie : >: disklabel -B da0 > >I've noticed in the past that FreeBSD uss the com speed of th

Re: Using serial console to debug system hangs ...

2001-03-04 Thread Warner Losh
In message <[EMAIL PROTECTED]> Manfred Antar writes: : Then cd /sys/boot ; make depend all install. : I forget if you then need to relabel the disk or not. : ie : : disklabel -B da0 I've noticed in the past that FreeBSD uss the com speed of the boot blocks. Warner To Unsubscribe: send mail to

RE: Using serial console to debug system hangs ...

2001-03-04 Thread John Baldwin
On 04-Mar-01 The Hermit Hacker wrote: > On Sat, 3 Mar 2001, John Baldwin wrote: > >> >> On 04-Mar-01 The Hermit Hacker wrote: >> > >> > Wow, that was painful ... after 2 hrs, I got as far as: >> >> Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 >> serial >> console if at

RE: Using serial console to debug system hangs ...

2001-03-04 Thread John Baldwin
On 04-Mar-01 The Hermit Hacker wrote: > On Sun, 4 Mar 2001, Manfred Antar wrote: > >> You have to recompile the boot stuff also, after changing the line in >> make.conf: >> # The default serial console speed is 9600. Set the speed to a larger value >> # for better interactive response. >> # >>

RE: Using serial console to debug system hangs ...

2001-03-04 Thread The Hermit Hacker
On Sat, 3 Mar 2001, John Baldwin wrote: > > On 04-Mar-01 The Hermit Hacker wrote: > > > > Wow, that was painful ... after 2 hrs, I got as far as: > > Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 serial > console if at all possible. Should've mentioned that earlier.. Ok

RE: Using serial console to debug system hangs ...

2001-03-04 Thread The Hermit Hacker
On Sun, 4 Mar 2001, Manfred Antar wrote: > You have to recompile the boot stuff also, after changing the line in make.conf: > # The default serial console speed is 9600. Set the speed to a larger value > # for better interactive response. > # > BOOT_COMCONSOLE_SPEED= 57600 > > Then cd /sys/boot

RE: Using serial console to debug system hangs ...

2001-03-04 Thread Manfred Antar
At 01:48 PM 3/4/2001 -0400, The Hermit Hacker wrote: >On Sun, 4 Mar 2001, John Baldwin wrote: > >> >> On 04-Mar-01 The Hermit Hacker wrote: >> > On Sat, 3 Mar 2001, John Baldwin wrote: >> > >> >> >> >> On 04-Mar-01 The Hermit Hacker wrote: >> >> > >> >> > Wow, that was painful ... after 2 hrs, I g

RE: Using serial console to debug system hangs ...

2001-03-04 Thread The Hermit Hacker
On Sun, 4 Mar 2001, John Baldwin wrote: > > On 04-Mar-01 The Hermit Hacker wrote: > > On Sat, 3 Mar 2001, John Baldwin wrote: > > > >> > >> On 04-Mar-01 The Hermit Hacker wrote: > >> > > >> > Wow, that was painful ... after 2 hrs, I got as far as: > >> > >> Yeah, it spews out a lot of crap. :-/

RE: Using serial console to debug system hangs ...

2001-03-04 Thread John Baldwin
On 04-Mar-01 The Hermit Hacker wrote: > On Sat, 3 Mar 2001, John Baldwin wrote: > >> >> On 04-Mar-01 The Hermit Hacker wrote: >> > >> > Wow, that was painful ... after 2 hrs, I got as far as: >> >> Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 >> serial >> console if at

RE: Using serial console to debug system hangs ...

2001-03-03 Thread The Hermit Hacker
On Sat, 3 Mar 2001, John Baldwin wrote: > > On 04-Mar-01 The Hermit Hacker wrote: > > > > Wow, that was painful ... after 2 hrs, I got as far as: > > Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 serial > console if at all possible. Should've mentioned that earlier.. Ok

RE: Using serial console to debug system hangs ...

2001-03-03 Thread Don Lewis
On Mar 3, 9:20pm, John Baldwin wrote: } Subject: RE: Using serial console to debug system hangs ... } } On 04-Mar-01 The Hermit Hacker wrote: } > } > Wow, that was painful ... after 2 hrs, I got as far as: } } Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200

RE: Using serial console to debug system hangs ...

2001-03-03 Thread John Baldwin
On 04-Mar-01 The Hermit Hacker wrote: > > Wow, that was painful ... after 2 hrs, I got as far as: Yeah, it spews out a lot of crap. :-/ You prolly want to use a 115200 serial console if at all possible. Should've mentioned that earlier.. -- John Baldwin <[EMAIL PROTECTED]> -- http://www.Fr

RE: Using serial console to debug system hangs ...

2001-03-03 Thread The Hermit Hacker
Wow, that was painful ... after 2 hrs, I got as far as: thelab# ./enable_debug debug.ktr.mask: 1 -> 4608 debug.ktr.verbose: 0 -> 2 waiting for X server to begin accepting connections . XFree86 Version 4.0.2 / X Window System (protocol Version 11, revision 0, vendor release 6400) Release Date:

RE: Using serial console to debug system hangs ...

2001-03-03 Thread John Baldwin
On 04-Mar-01 The Hermit Hacker wrote: > > Well, after some hurdles with getting the serial console to work, I've now > go it to work ... I put the two sysctl commands into a file so that I > could run it as a script: > >#!/bin/sh > sysctl -w debug.ktr.mask=0x1208 > sysctl -w debug.ktr.verbose=2