RE: Problem with sio in -current ... possible cause of hangs?

2001-03-04 Thread Bruce Evans
On Sat, 3 Mar 2001, John Baldwin wrote: On 03-Mar-01 The Hermit Hacker wrote: If I plug my cable from /dev/ttyd0 - /dev/ttyd1 on the same machine, run getty on /dev/ttyd1 and use kermit to connect to /dev/cuaa0, I get no response back, which is why I'm wondering about sio ... Try

Re: Problem with sio in -current ... possible cause of hangs?

2001-03-04 Thread Matthew Thyer
The Hermit Hacker wrote: Morning all ... I'm trying to get my serial console to work on my desktop, and appear to be failing miserably at even just getting it to accept a 'getty' serial connection, let alone serial console ... It's not that hard as long as you stick to certain

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 all possible.

RE: Problem with sio in -current ... possible cause of hangs?

2001-03-04 Thread John Baldwin
On 04-Mar-01 Bruce Evans wrote: On Sat, 3 Mar 2001, John Baldwin wrote: On 03-Mar-01 The Hermit Hacker wrote: If I plug my cable from /dev/ttyd0 - /dev/ttyd1 on the same machine, run getty on /dev/ttyd1 and use kermit to connect to /dev/cuaa0, I get no response back, which is why

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. :-/ You prolly want to use a

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 got as far as: Yeah, it

well! That root didn't work! Let's try another!

2001-03-04 Thread Matthew Jacob
This happened to me yesterday, and, haha, I didn't notice until I started to see RSA stuff not working: da0: 40.000MB/s transfers (20.000MHz, offset 8, 16bit), Tagged Queueing Enabled da0: 4340MB (924 512 byte sectors: 255H 63S/T 553C) Mounting root from ufs:/dev/ad0a no such device 'ad'

Posix feature tests update

2001-03-04 Thread Peter Dufault
Critique, please. I'm building a large body of code with the following cc options: -D_POSIX_VERSION=199506L -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199506L and one of my own: -D_P1003_1G_VISIBLE together with locally hacked up headers. Here's how I'm hacking. This could go into current if no

More on system hangs ... IRQ related?

2001-03-04 Thread The Hermit Hacker
Morning ... I'm having a bugger of a time getting anywhere with the KTR stuff, for, as soon as I enable it, the system slows down so badly that I can't get into X to hang it ... Figure that I'd try killing off *everything* not required (named, ethernet interfaces, etc), so that

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 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.. Okay, I'm

Re: mount: /dev/ad0s1e: File name too long

2001-03-04 Thread Adrian Chadd
On Fri, Mar 02, 2001, John Baldwin wrote: On 02-Mar-01 Edwin Culp wrote: I just found something new in current. When I rebooted with todays current, it put me into single user with the following message: mount: /dev/ad0s1e: File name too long The problem seems to be the

Posix feature tests update

2001-03-04 Thread Garrett Wollman
On Sun, 4 Mar 2001 14:11:58 -0500 (EST), Peter Dufault [EMAIL PROTECTED] said: Critique, please. I have almost completely finished this work. Please join the [EMAIL PROTECTED] mailing-list, where the patches were posted several months ago, and where hopefully more discussion can still take

Re: Posix feature tests update

2001-03-04 Thread Peter Dufault
On Sun, 4 Mar 2001 14:11:58 -0500 (EST), Peter Dufault [EMAIL PROTECTED] said: Critique, please. I have almost completely finished this work. Please join the [EMAIL PROTECTED] mailing-list, where the patches were posted several months ago, and where hopefully more discussion can still

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 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 all possible.

5.0-20010304-CURRENT panics during boot on Sony Vaio

2001-03-04 Thread Tom Uffner
all of the snapshots since the 24th have exhibited this same or very similar behavior. when booting from the kern mfsroot floppies i get: . . . unknown: PNP0e03 can't assign resources unknown: PNP0700 can't assign resources unknown: PNP0501 can't assign resources unknown: PNP0401 can't assign

Re: More on system hangs ... IRQ related?

2001-03-04 Thread Alex Zepeda
On Sun, Mar 04, 2001 at 03:18:39PM -0400, The Hermit Hacker wrote: My sound card overlaps with fxp0, and fxp1 overlaps with the HighPoint controller ... Grasping at straws here ... Ditch the HPT366, it's crap and will cause system instabilities with "fast" hard drives. I'm not

Re: More on system hangs ... IRQ related?

2001-03-04 Thread Alex Zepeda
On Sun, Mar 04, 2001 at 06:47:09PM -0400, The Hermit Hacker wrote: Its alot harder to hang on a buildworld ... and not consistent, nor near as fast. startx will kill it each and every time based on a 'normal boot' ... the reason I was curious about the IRQs is that if I 'disabled'

RE: 5.0-20010304-CURRENT panics during boot on Sony Vaio

2001-03-04 Thread John Baldwin
On 04-Mar-01 Tom Uffner wrote: all of the snapshots since the 24th have exhibited this same or very similar behavior. Does it happen for snapshots before the 24th? -- John Baldwin [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.baldwin.cx/~john/pgpkey.asc "Power

Re: well! That root didn't work! Let's try another!

2001-03-04 Thread Mike Smith
There are two schools of thought here. One says "you should try very hard to find a root device", the other says "you should boot only from the exactly correct root device and complain otherwise". I took the first approach because its advocates shouted more loudly than those of

Re: More on system hangs ... IRQ related?

2001-03-04 Thread John Baldwin
On 04-Mar-01 The Hermit Hacker wrote: On Sun, 4 Mar 2001, Alex Zepeda wrote: On Sun, Mar 04, 2001 at 03:18:39PM -0400, The Hermit Hacker wrote: My sound card overlaps with fxp0, and fxp1 overlaps with the HighPoint controller ... Grasping at straws here ... Ditch the HPT366,

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: 5.0-20010304-CURRENT panics during boot on Sony Vaio

2001-03-04 Thread Tom Uffner
John Baldwin wrote: On 04-Mar-01 Tom Uffner wrote: all of the snapshots since the 24th have exhibited this same or very similar behavior. Does it happen for snapshots before the 24th? no, it does not, at least not for the 5.0-20010210-CURRENT snap. it boots from the floppies and once

Re: mount: /dev/ad0s1e: File name too long

2001-03-04 Thread Boris Popov
On Sun, 4 Mar 2001, Adrian Chadd wrote: Blame Adrian Chadd ([EMAIL PROTECTED]) :) Apparently the limit he's enforcing on mount names is rather short... :) For those who asked, I'll MFC this to -stable once its settled down a little. There are a few other bits I need to do that have been

Error making kernel

2001-03-04 Thread Guillaume
Hello, I upgraded to the lastest -CURRENT (CVSup/make buildworld/make installworld) yesterday and now I have a problem to compile my kernel. When I do a make I get this error: === fdesc === fxp === if_disc === if_ef === if_ppp === if_sl make: don't know how to make machine/lock.h.

Re: 5.0-20010304-CURRENT panics during boot on Sony Vaio

2001-03-04 Thread John Baldwin
On 05-Mar-01 Tom Uffner wrote: John Baldwin wrote: On 04-Mar-01 Tom Uffner wrote: all of the snapshots since the 24th have exhibited this same or very similar behavior. Does it happen for snapshots before the 24th? no, it does not, at least not for the 5.0-20010210-CURRENT snap.

Re: well! That root didn't work! Let's try another!

2001-03-04 Thread David O'Brien
On Sun, Mar 04, 2001 at 01:13:36PM -0800, Matthew Jacob wrote: This might also be the source of the 'going nowhere without my init' install failures that so plague alphas? No it is libdisk doing *err()* calls!! A library should *NOT* be exiting on its own. -- -- David ([EMAIL PROTECTED])

Re: More on system hangs ... IRQ related?

2001-03-04 Thread The Hermit Hacker
On Sun, 4 Mar 2001, John Baldwin wrote: On 04-Mar-01 The Hermit Hacker wrote: On Sun, 4 Mar 2001, Alex Zepeda wrote: On Sun, Mar 04, 2001 at 03:18:39PM -0400, The Hermit Hacker wrote: My sound card overlaps with fxp0, and fxp1 overlaps with the HighPoint controller ...

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 the boot

(no subject)

2001-03-04 Thread Srinivasa Rao
unsubscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

(no subject)

2001-03-04 Thread Srinivasa Rao
unsubscribe freebsd-current To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: (no subject)

2001-03-04 Thread GH
On Mon, Mar 05, 2001 at 11:27:24AM +0530, some SMTP stream spewed forth: unsubscribe freebsd-current You need to send messages like this to [EMAIL PROTECTED] By the way, we tell you this at the bottom of every mail from the list. ;-) dan To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: More on system hangs ... IRQ related?

2001-03-04 Thread David O'Brien
On Sun, Mar 04, 2001 at 11:42:22PM -0400, The Hermit Hacker wrote: Okay, are there any known problems with the SB128 cards? Figuring that it couldn't hurt to remove it, I did ... so far, X hasn't hung ... not Hum... interesting. I also have a PCI SB128 card and one hang when I was using

Re: More on system hangs ... IRQ related?

2001-03-04 Thread GH
On Sun, Mar 04, 2001 at 10:40:37PM -0800, some SMTP stream spewed forth: On Sun, Mar 04, 2001 at 11:42:22PM -0400, The Hermit Hacker wrote: Okay, are there any known problems with the SB128 cards? Figuring that it couldn't hurt to remove it, I did ... so far, X hasn't hung ... not

Re: mount: /dev/ad0s1e: File name too long

2001-03-04 Thread Bruce Evans
On Mon, 5 Mar 2001, Boris Popov wrote: On Sun, 4 Mar 2001, Adrian Chadd wrote: Blame Adrian Chadd ([EMAIL PROTECTED]) :) Apparently the limit he's enforcing on mount names is rather short... :) For those who asked, I'll MFC this to -stable once its settled down a little. There