Re: Labeling Vinum partitions in the sysinstall(8) [patch]

2001-03-03 Thread Wes Peters
Maxim Sobolev wrote: John Baldwin wrote: On 02-Mar-01 Maxim Sobolev wrote: Hi folks, I'm currently creating a Vinum(4) configuration wizard for sysinstall(8), which would simplify Vinum configuration procedure for the vinum newbies. So far I finished a patch that allows

Re: Problems compiling kern_mutex.c

2001-03-03 Thread Maxim Sobolev
Matthew Thyer [EMAIL PROTECTED] writes: /usr/src/sys/kern/kern_mutex.c:593: warning: no previous prototype for `_mtx_ assert' /usr/src/sys/kern/kern_mutex.c: In function `_mtx_assert': /usr/src/sys/kern/kern_mutex.c:595: `MA_OWNED' undeclared (first use in this function)

Getting a first build up and running?

2001-03-03 Thread George V. Neville-Neil
Hi, I have a machine I want to use as a FreeBSD-Current machine since I want to work with some of the new features in 5.x that I require for a port (I'm trying to port The Click Modular Router from Linux and it would be good to have kernel threads). The problem is that the

Re: Getting a first build up and running?

2001-03-03 Thread David O'Brien
On Sat, Mar 03, 2001 at 11:06:15AM -0800, George V. Neville-Neil wrote: I have a machine I want to use as a FreeBSD-Current machine since I want to work with some of the new features in 5.x that I require for a port (I'm ... The problem is that the machine is right now at

Re: Labeling Vinum partitions in the sysinstall(8) [patch]

2001-03-03 Thread Andrea Campi
ccd anybody? AFAIK, unlike vinum, ccd doesn't require any special disk labeling. Sorry, I should have been clearer. If I got it right, you're working not only on disk labeling for vinum, but on a complete frontend. If that is true, I think we (yes I am volunteering, in case nobody else

kernel logging under heavy load

2001-03-03 Thread Valentin Nechayev
A simple but intensive fork bomb were started on 5.0-current UP machine. After it, /var/log/messages contains: Mar 3 19:16:46 iv /boot/kernel/kernel: roc: table is full Mar 3 19:16:46 iv /boot/kernel/kernel: proc: table is full Mar 3 19:16:46 iv last message repeated 42 times Mar 3 19:16:46

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

2001-03-03 Thread The Hermit Hacker
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 ... First, my X/mouse runs on /dev/ttyd1 ... if I startx, my mouse does work,

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

2001-03-03 Thread John Baldwin
On 03-Mar-01 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 ... First, my X/mouse runs on

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

2001-03-03 Thread The Hermit Hacker
Woo hoo ... got the serial console working ... I had put -D into /boot.config, vs -P ... ... neat ... I got all the boot info on my serial console, then the login prompt went to the main screen, and no control on either one ... is that supposed to happen? On Sat, 3 Mar 2001, John Baldwin

Using serial console to debug system hangs ...

2001-03-03 Thread The Hermit Hacker
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 When I 'try' to run it, I get all the 'KTR'(?)

Sorry. Off topic but need help.

2001-03-03 Thread Bob Martin
While trying to upgrade a 3.3-Stable box to 4.2-Release, we crashed during the upgrade. After restoring the system from tape, password no longer work. We've tried killing all files except master.passwd and regenerating with pwd_mkdb, but that didn't work. Any help would be greatly appreciated.

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

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

2001-03-03 Thread Dima Dorfman
The Hermit Hacker [EMAIL PROTECTED] writes: ... neat ... I got all the boot info on my serial console, then the login prompt went to the main screen, and no control on either one ... is that supposed to happen? You aren't supposed to get a login screen on the serial line unless you enabled

Re: cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h

2001-03-03 Thread Steve Kargl
John Baldwin wrote: without causing problems. However, it may be that a sleep mutex wouldn't be but so evil. If desired I can whip up a patch to do that instead and see how much worse it is. It would probably hurt lpr performance a bit unless the ppbus was fixed to do its own

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: cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h

2001-03-03 Thread Warner Losh
In message [EMAIL PROTECTED] Steve Kargl writes: : I get an instance panic if I start lpd, so I doubt you can make : lpr performance any worse ;-) The printer is connected to the : parallel port. On my work machine, lpd/lpr work fine, but the : printer is connected via tcp/ip. I can start

Re: contrib/sendmail/cf ownership spammed

2001-03-03 Thread Gregory Neil Shapiro
msmith I've noticed that 'make world' spams the ownership of msmith src/contrib/sendmail/cf, leaving it owned by root. This is bad. 8) I'll fix this as soon as I get back from the east coast (Monday, assuming the snow storm they are expecting waits until I am in the air before hitting). To

Re: cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h

2001-03-03 Thread Steve Kargl
Warner Losh wrote: In message [EMAIL PROTECTED] Steve Kargl writes: : I get an instance panic if I start lpd, so I doubt you can make : lpr performance any worse ;-) The printer is connected to the : parallel port. On my work machine, lpd/lpr work fine, but the : printer is connected

Re: Getting a first build up and running?

2001-03-03 Thread Julian Elischer
"George V. Neville-Neil" wrote: Hi, I have a machine I want to use as a FreeBSD-Current machine since I want to work with some of the new features in 5.x that I require for a port (I'm trying to port The Click Modular Router from Linux and it would be good to have kernel

Re: Getting a first build up and running?

2001-03-03 Thread George V. Neville-Neil
The click router was designed around he same time as netgraph with many of the same design goals, except they wanted to make it slightly less lego than I did. It is interesting how many common ideas came up but also how many differences As one of the designers of netgraph I'd be