Re: b_to_q to a clist with no reserved cblocks

2002-03-10 Thread Bruce Evans
On Sun, 10 Mar 2002, Robert Watson wrote: > Just noticed the following for the first time today? (a) b_to_q console > message, and (b), the truncated 'Mar' which presumably has to do with > syslogd getting killed, some buffer getting flushed, or the like. The > b_to_q thing is what I'm wonderin

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Bruce Evans
On Sun, 10 Mar 2002, Vallo Kallaste wrote: > work. The other thing I noticed was that -current cu handles speed > switch differently, e.g.: > stable: cu -l /dev/cuaa1 -9600 works well > current: cu -l /dev/cuaa1 -9600 will connect to cuaa0 not > cuaa1.. -s 9600 will work however. > What I recall

Package set for release media

2002-03-10 Thread Murray Stokely
Does anyone have suggestions for additional packages that should be included on the upcoming Developer Preview snapshot that are not already listed in src/release/scripts/print-cdrom-packages.sh? The only changes since the release of 4.5 have been the inclusion of samba and the upgrade to emacs

Re: gtags? htags?

2002-03-10 Thread Makoto Matsushita
julian> It might be an idea if the kernel were kept separate because I julian> find that the cross-reference is good but having kernel and julian> userspace mixed up is a bit confusing.. Ok, I've separated the tour into 'kernel' part and 'userland' part (5-current kernel is now processing). Tou

Re: linprocfs.ko and kld loader problem?

2002-03-10 Thread Ollivier Robert
According to Steve Kargl: > root[202] kldload linprocfs > kldload: can't load linprocfs: Exec format error > > The following message is on the system console: > > KLD linprocfs.ko: depends on linux - not available I'm happy to see that I'm not the only one with that problem... -- Ollivier RO

== Feel & Look 10 Years Younger in 10 Weeks With HGH == 30151076

2002-03-10 Thread libertyHGH301510
One more bulk email --- aren't you the least bit curious to find out what it's about? Well, visit our site: 1) http://theclinicforhgh.yeah.net OR, read on ... HAVE YOU HEARD OF HUMAN GROWTH HORMONE (HGH)??? (This product works best for people

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Julian Elischer
serial break is different.. it is suppoesed to break into the d debugger if it receives a "BREAK" (i.e framing error) in the serial port. cu ,tip and other such programs have an escape sequence to "send a break" julian On Sun, 10 Mar 2002, Glenn Gombert wrote: > I just rebuilt -current on tw

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Bernd Walter
On Sun, Mar 10, 2002 at 06:15:53PM +, Christian Weisgerber wrote: > Wilko Bulte <[EMAIL PROTECTED]> wrote: > > > It could be that the DS10 was sufficiently catatonic to not react to > > a break (how likely is that in the first place? I was looking at a hard > > lockup). > > If you experience

Re: error message

2002-03-10 Thread Terry Lambert
Thierry Herbelot wrote: > is the following message serious ? > Mar 10 21:49:17 multi kernel: witness_get: witness exhausted > > is there anything special to do ? > > this is on a newly cvsuped, very lightly loaded, -Current (4 minutes > after booting the machine) You need to let it rest... ther

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Greg Lehey
On Sunday, 10 March 2002 at 10:07:07 -0500, Robert Watson wrote: > > For the past couple of months, I've been working with a set of identical > test boxes from SGI which, for some reason, stopped responding to serial > break on the serial console. I switched to the 'alternative break' option > in

[no subject]

2002-03-10 Thread Liu Siwei
I have installed mozilla 0.9.8 from port,(my system is current), and jdk1.3.1 and flash plugs-in for mozilla. I get the following Error message: Script started on Sun Mar 10 22:36:37 2002 >mozilla LoadPlugin: failed to initialize shared library /usr/X11R6/lib/mozilla/plugins/npflash.so [/usr/X

[no subject]

2002-03-10 Thread Liu Siwei
Hi, my machine is FreeBSD-current. No, PAM is in /etc/pam.d for ftpd, telnetd ..etc. But why I can ftp to my machine on my own machine but it doesn't allow any other machine ftp to my machine( MS client)? Best Regard. _ Chat with

Re: kern_linker.c rev. 1.75 and newer cause loading problem

2002-03-10 Thread Maxim Sobolev
Should be fixed in rev.1.78. -Maxim On Sun, 2002-03-10 at 10:35, Crist J. Clark wrote: > On Sat, Mar 09, 2002 at 10:13:25AM -0800, Steve Kargl wrote: > > Well, I finally have narrowed the problem down to > > > > Revision 1.75 Fri Feb 22 04:14:49 2002 UTC (2 weeks, 1 day ago) by arr > > Branch:

error message

2002-03-10 Thread Thierry Herbelot
is the following message serious ? Mar 10 21:49:17 multi kernel: witness_get: witness exhausted is there anything special to do ? this is on a newly cvsuped, very lightly loaded, -Current (4 minutes after booting the machine) TfH To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

Re: Call for UMA (allocator) testers.

2002-03-10 Thread Glenn Gombert
I have the UMA patch installed on two systems here, a 500Mhz K7 system and dual PIII SMP box, both of which have WITNESS and INVARIANTS configured in the kernel. I will run them for the next few days, and report anything that looks unusual in operation :) GG. >I'd like people to test with WITN

slight patch to ata-all.c

2002-03-10 Thread Thierry Herbelot
Hello [on a very recent -Current] wtih the Werror compile flag, I can't compile src/sys/dev/ata/ata-all.c on a PC with nothing more than a single IDE disk TfH patch enclosed --- ata-all.c Sun Mar 10 21:32:21 2002 +++ ata-all.c.new Sun Mar 10 20:44:15 2002 @@ -274,10 +274,12 @@

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Glenn Gombert
I just rebuilt -current on two development machines I use here at home, the serial break "contol-alt-escape" appears to work fine on a stand-alone vox. >(1) Is serial break currently broken in -CURRENT If I do a 'tip com1' from one box to the other and then do an 'control-alt-escape' it breaks

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Wilko Bulte
On Sun, Mar 10, 2002 at 06:15:53PM +, Christian Weisgerber wrote: > Wilko Bulte <[EMAIL PROTECTED]> wrote: > > > It could be that the DS10 was sufficiently catatonic to not react to > > a break (how likely is that in the first place? I was looking at a hard > > lockup). > > If you experience

b_to_q to a clist with no reserved cblocks

2002-03-10 Thread Robert Watson
Just noticed the following for the first time today? (a) b_to_q console message, and (b), the truncated 'Mar' which presumably has to do with syslogd getting killed, some buffer getting flushed, or the like. The b_to_q thing is what I'm wondering about. # reboot Mar 10 18:36:39 reboot: reboo

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Terry Lambert
Robert Watson wrote: > For the past couple of months, I've been working with a set of identical > test boxes from SGI which, for some reason, stopped responding to serial > break on the serial console. I switched to the 'alternative break' option > in LINT, and things work fine. I assumed it was

GEOM code ready for testing

2002-03-10 Thread Poul-Henning Kamp
The GEOM code is now ready for early testing: http://phk.freebsd.dk/geom There is a known timing issue with ATA controllers with both a master and a slave disk, sos@ and I are looking into it. Apart from that it "should just work". Email all reports to me and don't annoy the lists ye

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Christian Weisgerber
Wilko Bulte <[EMAIL PROTECTED]> wrote: > It could be that the DS10 was sufficiently catatonic to not react to > a break (how likely is that in the first place? I was looking at a hard > lockup). If you experience one of the lockups that currently plague -CURRENT/alpha, the machine won't react to

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Christian Weisgerber
Robert Watson <[EMAIL PROTECTED]> wrote: > (1) Is serial break currently broken in -CURRENT I can drop just fine into ddb with a serial break on my -CURRENT AlphaPC164. My kernel configuration has option BREAK_TO_DEBUGGER. > (2) Is serial break currently broken in 'cu'? Works just fine from a

Re: kern_linker.c rev. 1.75 and newer cause loading problem

2002-03-10 Thread Steve Kargl
On Sun, Mar 10, 2002 at 12:35:28AM -0800, Crist J. Clark wrote: > On Sat, Mar 09, 2002 at 10:13:25AM -0800, Steve Kargl wrote: [snip] > > root[203] kldstat > > Id Refs AddressSize Name > > 1 12 0xc010 262e40 kernel > > 21 0xc0363000 18330linux.ko >

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Wilko Bulte
On Sun, Mar 10, 2002 at 08:49:16AM -0800, Mark Peek wrote: > At 4:11 PM +0100 3/10/02, Wilko Bulte wrote: > >On Sun, Mar 10, 2002 at 10:07:07AM -0500, Robert Watson wrote: > >> > >> For the past couple of months, I've been working with a set of identical > >> test boxes from SGI which, for some

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Bill Fenner
FreeBSD stash.attlabs.att.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Mar 8 18:16:53 PST 2002 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/STASHNOV6 i386 responds to a break from a Cisco terminal server, invoked by /usr/ports/comms/conserver: FreeBSD/i386 (stash.attlabs.att.com) (ttyd0) logi

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Mark Peek
At 4:11 PM +0100 3/10/02, Wilko Bulte wrote: >On Sun, Mar 10, 2002 at 10:07:07AM -0500, Robert Watson wrote: >> >> For the past couple of months, I've been working with a set of identical >> test boxes from SGI which, for some reason, stopped responding to serial >> break on the serial console.

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Vallo Kallaste
On Sun, Mar 10, 2002 at 10:07:07AM -0500, Robert Watson <[EMAIL PROTECTED]> wrote: > (1) Is serial break currently broken in -CURRENT > (2) Is serial break currently broken in 'cu'? > > I have't had a chance to follow up on either, but was wondering if anyone > else had experienced this? Essent

Re: Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Wilko Bulte
On Sun, Mar 10, 2002 at 10:07:07AM -0500, Robert Watson wrote: > > For the past couple of months, I've been working with a set of identical > test boxes from SGI which, for some reason, stopped responding to serial > break on the serial console. I switched to the 'alternative break' option > in

Serial break into debugger broken from 'cu' on -CURRENT?

2002-03-10 Thread Robert Watson
For the past couple of months, I've been working with a set of identical test boxes from SGI which, for some reason, stopped responding to serial break on the serial console. I switched to the 'alternative break' option in LINT, and things work fine. I assumed it was actually some issue with th

Re: kern_linker.c rev. 1.75 and newer cause loading problem

2002-03-10 Thread Crist J. Clark
On Sat, Mar 09, 2002 at 10:13:25AM -0800, Steve Kargl wrote: > Well, I finally have narrowed the problem down to > > Revision 1.75 Fri Feb 22 04:14:49 2002 UTC (2 weeks, 1 day ago) by arr > Branch: MAIN > Changes since 1.74: +1295 -1271 lines > Diff to previous 1.74 (colored) > > - Massive sty