Re: usb lpt borked?

2002-04-07 Thread Michael Reifenberger
On Sat, 6 Apr 2002, Scott Long wrote: Go for it (Tested by: netchild), the system now doesn't hangs anymore at shutdown. Me too :-) Given the number of 'me too' responses to the usb mouse problem, maybe you should check in this patch, and then track down the printing problems

Re: Logitech iFeel Optical USB Mouse cannot be attached.

2002-04-07 Thread Jos Vissers
On Thu, Apr 04, 2002 at 01:51:27AM +0100, Andrew Boothman wrote: Ian Logan wrote: I've got an iFeel at home, plugged directly into the machine. Gives the exact same error. At one point last summer I started trying to look into it, and from what I saw in the code and what I remember it

Re: Initiate de-orbit burn for malloc.h?

2002-04-07 Thread Szilveszter Adam
Hello, On Sat, Apr 06, 2002 at 06:51:14PM -0800, Jos Backus wrote: One problem with ports is that configure will cause malloc.h to be used if it exists in /usr/include (net/rsync being the latest example), causing an annoying warning. So why not remove /usr/include/malloc.h, and patch those

Kernel debugging - what's the procedure?

2002-04-07 Thread Josef Karthauser
What's the current method for debugging kernels? genius# gdb -k /usr/obj/usr/src/sys/GENIUS/kernel.debug 5d079ab35c111057dbbf8f242940bbad.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Jeroen Ruigrok/asmodai
-On [20020407 07:00], Andrey A. Chernov ([EMAIL PROTECTED]) wrote: So, I plan to remove all vestiges of NetBSD sort and ask to restore GNU sort from the Attic. Reasons are: Better option: 1) leave NetBSD sort 2) unhook from build 3) add GNU sort back for now 4) fix up NetBSD sort That you

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 11:48:15 +0200, Jeroen Ruigrok/asmodai wrote: -On [20020407 07:00], Andrey A. Chernov ([EMAIL PROTECTED]) wrote: So, I plan to remove all vestiges of NetBSD sort and ask to restore GNU sort from the Attic. Reasons are: Better option: 1) leave NetBSD sort 2

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Jeroen Ruigrok/asmodai
-On [20020407 12:00], Andrey A. Chernov ([EMAIL PROTECTED]) wrote: On Sun, Apr 07, 2002 at 11:48:15 +0200, Jeroen Ruigrok/asmodai wrote: -On [20020407 07:00], Andrey A. Chernov ([EMAIL PROTECTED]) wrote: So, I plan to remove all vestiges of NetBSD sort and ask to restore GNU sort from

Re: Kernel debugging - what's the procedure?

2002-04-07 Thread Terry Lambert
Josef Karthauser wrote: What's the current method for debugging kernels? genius# gdb -k /usr/obj/usr/src/sys/GENIUS/kernel.debug Running kernels? You use another machine, and connect the serial ports together. See the handbook for details. If this is against a dead kernel, etiher your

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 12:13:50 +0200, Jeroen Ruigrok/asmodai wrote: It is not better but the same as mine. I don't plan to remove inactive contrib stuff. That was not what you said in your initial suggestion: ``I plan to remove all vestiges of NetBSD sort'', that really sounds, to me,

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Tim J. Robbins
Here is a patch to make NetBSD's sort(1) sort by the locale's collating order. The table should not be called ascii[] anymore, but I can't think of a better one, and supplying a patch to change the name would be pointless. It works. It assumes the string strxfrm() outputs is the same length as

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 20:40:13 +1000, Tim J. Robbins wrote: It works. It assumes the string strxfrm() outputs is the same length as its input, which is always possible, and true on FreeBSD. It seems you try follow the same path as me :-) No, it not works since breaks so many other places.

Re: Kernel debugging - what's the procedure?

2002-04-07 Thread Josef Karthauser
On Sun, Apr 07, 2002 at 03:29:41AM -0700, Terry Lambert wrote: Josef Karthauser wrote: What's the current method for debugging kernels? genius# gdb -k /usr/obj/usr/src/sys/GENIUS/kernel.debug Running kernels? You use another machine, and connect the serial ports together. See

[ot] Quick mailer question

2002-04-07 Thread Chris van der Pennen
What mail client are you using that creates emails that have two attachments in OE, a .txt file which is the body and a DAT file? Yeah I know, OE sux, I'm getting a better client soon. Chris _ Do You Yahoo!? Get your free @yahoo.com

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 14:55:37 +0400, Andrey A. Chernov wrote: Before you end up building correct tables for ascii,Rascii,Ftable,RFtable, I can inform you that correct tables for them breaks -n badly. I can additionly notice that building correct tables for Ftable and RFtable is especially

Regarding linux binary compatibility...

2002-04-07 Thread Chris van der Pennen
...can I simply mount my linux partition and point it to the Linux drive's /lib, /usr/lib, etc.? If so, can you give me a brief overview of the pointing-to part? Thanks. Chris _ Do You Yahoo!? Get your free @yahoo.com address at

Re: Kernel debugging - what's the procedure?

2002-04-07 Thread David O'Brien
On Sun, Apr 07, 2002 at 10:13:35AM +0100, Josef Karthauser wrote: What's the current method for debugging kernels? genius# gdb -k /usr/obj/usr/src/sys/GENIUS/kernel.debug 5d079ab35c111057dbbf8f242940bbad.core ... kernel symbol `dumppcb' not found. Attaching to program:

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread David O'Brien
On Sun, Apr 07, 2002 at 02:55:37PM +0400, Andrey A. Chernov wrote: I suggest following test first: none,-r,-f,-n combination for all FreeBSD locales compared to GNU sort. The next test is -R option in 0.255 range for all locales. Perhaps you could make a test suite and commit to

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 04:30:31 -0700, David O'Brien wrote: On Sun, Apr 07, 2002 at 02:55:37PM +0400, Andrey A. Chernov wrote: I suggest following test first: none,-r,-f,-n combination for all FreeBSD locales compared to GNU sort. The next test is -R option in 0.255 range for all

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Dmitry Sivachenko
On Sun, Apr 07, 2002 at 10:00:08AM +0400, Andrey A. Chernov wrote: On Sun, Apr 07, 2002 at 08:52:21 +0400, Andrey A. Chernov wrote: It is sad news, but I try to do my best to l10n NetBSD sort in vain, it is tied to ASCII so closely so it is almost impossible to handle all possible cases

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 21:49:44 +1000, Tim J. Robbins wrote: On Sun, Apr 07, 2002 at 02:55:37PM +0400, Andrey A. Chernov wrote: No, it not works since breaks so many other places. I guess I have to agree with you there, that it does break -n and -f and does not handle (for example)

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Dag-Erling Smorgrav
Andrey A. Chernov [EMAIL PROTECTED] writes: So, I plan to remove all vestiges of NetBSD sort and ask to restore GNU sort from the Attic. Fair enough. I don't care as long as it sorts right. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Andrey A. Chernov [EMAIL PROTECTED] writes: So, I plan to remove all vestiges of NetBSD sort and ask to restore GNU sort from the Attic. Fair enough. I don't care as long as it sorts right. I must apologize for reacting the way I did, BTW. I

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Jeroen Ruigrok/asmodai
-On [20020407 12:30], Andrey A. Chernov ([EMAIL PROTECTED]) wrote: Sorry if I was unclear, I mean functionality. Yes, it will remains in the contrib, if somebody needs it, I am not picky about inactive stuff. If you notice my second (after give up) message, I even suggest to install it under

Re: cvs commit: src/gnu/usr.bin/cc/cc1 Makefile src/gnu/usr.bin/cc/cc1obj Makefile src/gnu/usr.bin/cc/cc1plus Makefile

2002-04-07 Thread Ruslan Ermilov
On Wed, Apr 03, 2002 at 04:26:21PM -0800, David E. O'Brien wrote: obrien 2002/04/03 16:26:21 PST Modified files: gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile Log: Clean up the YACCing. I don't know why we cannot

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Andrey A. Chernov
On Sun, Apr 07, 2002 at 15:32:18 +0200, Jeroen Ruigrok/asmodai wrote: -On [20020407 12:30], Andrey A. Chernov ([EMAIL PROTECTED]) wrote: Sorry if I was unclear, I mean functionality. Yes, it will remains in the contrib, if somebody needs it, I am not picky about inactive stuff. If you notice

Re: Logitech iFeel Optical USB Mouse cannot be attached.

2002-04-07 Thread [EMAIL PROTECTED]
I have found that the iFeel Mouse does indeed work with an OHCI controller but not with a UHCI controller. I have only got one mainbord with an OHCI controller so I cannot generalise this. Jos The iFeel being talked about here is the 0x46d(Logitech) 0xc032(iFeel ...)? I've been

Weird login behaviour

2002-04-07 Thread Szilveszter Adam
Hello everybody, I upgraded to this morning's (local time) -CURRENT as I usually do on Sundays. Everything works (this far) but there is something weird: When I log in on the console, it says login: which is OK. But when I enter my username, it does not say Password: but rather displays my

Re: Weird login behaviour

2002-04-07 Thread Manfred Antar
At 08:38 PM 4/7/2002 +0200, Szilveszter Adam wrote: Hello everybody, I upgraded to this morning's (local time) -CURRENT as I usually do on Sundays. Everything works (this far) but there is something weird: When I log in on the console, it says login: which is OK. But when I enter my username,

Re: Kernel debugging - what's the procedure?

2002-04-07 Thread Terry Lambert
Josef Karthauser wrote: You use another machine, and connect the serial ports together. See the handbook for details. I'd love to ;) but no additional machine is available at the moment. Then you install vmware, and Julian's back-to-back serial driver, and then run the kernel to be

Re: Kernel debugging - what's the procedure?

2002-04-07 Thread Julian Elischer
On Sun, 7 Apr 2002, Josef Karthauser wrote: On Sun, Apr 07, 2002 at 03:29:41AM -0700, Terry Lambert wrote: You use another machine, and connect the serial ports together. See the handbook for details. I'd love to ;) but no additional machine is available at the moment. run it in

Re: Weird login behaviour

2002-04-07 Thread Dag-Erling Smorgrav
Manfred Antar [EMAIL PROTECTED] writes: At 08:38 PM 4/7/2002 +0200, Szilveszter Adam wrote: When I log in on the console, it says login: which is OK. But when I enter my username, it does not say Password: but rather displays my username in the next line. I'm seeing the same thing here

UMA lock order reversal

2002-04-07 Thread Steven G. Kargl
This is probably a known lock order reversals, but I haven't seen it reported on the mailing list. lock order reversal 1st 0xc403d720 PCPU 4096 (UMA cpu) @ /usr/src/sys/vm/uma_core.c:1179 2nd 0xc403d664 4096 (UMA zone) @ /usr/src/sys/vm/uma_core.c:614 3rd 0xc082a720 PCPU KMAP ENTRY (UMA cpu)

savecore: parity error ?

2002-04-07 Thread Steven G. Kargl
The recent changes to savecore/dumpsys are generating the following message at boot: Checking for core dump: Mediasize = 373293056 Sectorsize = 512 savecore: Parity error on last dump header on /dev/da0s2b -- Steve http://troutmask.apl.washington.edu/~kargl/ To Unsubscribe: send mail to

Re: savecore: parity error ?

2002-04-07 Thread Steve Kargl
On Sun, Apr 07, 2002 at 02:37:23PM -0700, Steven G. Kargl wrote: The recent changes to savecore/dumpsys are generating the following message at boot: Checking for core dump: Mediasize = 373293056 Sectorsize = 512 savecore: Parity error on last dump header on /dev/da0s2b How does one

Re: Weird login behaviour

2002-04-07 Thread Manfred Antar
At 11:26 PM 4/7/2002 +0200, Dag-Erling Smorgrav wrote: Manfred Antar [EMAIL PROTECTED] writes: At 08:38 PM 4/7/2002 +0200, Szilveszter Adam wrote: When I log in on the console, it says login: which is OK. But when I enter my username, it does not say Password: but rather displays my

subscribe

2002-04-07 Thread Sam Sheridan

Re: patch: make syslog stop spamming any root it finds...

2002-04-07 Thread sthaug
I have always hated the three lines in /etc/syslog.conf which spams root with far too many and far too irrellevant syslog messages, in some cases even with several copies of them. Amen to that. You got my vote. Usually when I set up a FreeBSD box, it's the first thing I turn off.

Re: NetBSD sort l10n: I give up!

2002-04-07 Thread Peter Wemm
Andrey A. Chernov wrote: On Sun, Apr 07, 2002 at 04:30:31 -0700, David O'Brien wrote: On Sun, Apr 07, 2002 at 02:55:37PM +0400, Andrey A. Chernov wrote: I suggest following test first: none,-r,-f,-n combination for all FreeBSD locales compared to GNU sort. The next test is -R

Re: Kernel debugging - what's the procedure?

2002-04-07 Thread Bruce Evans
On Sun, 7 Apr 2002, Josef Karthauser wrote: What's the current method for debugging kernels? genius# gdb -k /usr/obj/usr/src/sys/GENIUS/kernel.debug 5d079ab35c111057dbbf8f242940bbad.core ... kernel symbol `dumppcb' not found. Attaching to program: