ld-elf.so.1 broken with world from yesterday

2002-04-08 Thread Alexander Leidinger
Hi, yesterday I've made a new world. After booting it, ld-elf-so.1 complains about every library (libc, libutil, ...). My -current is not usable anymore because of this. Is this fixed in a recent snapshot, and if yes, is it enough to just replace ld-elf.so.1, or do I have to replace

i386 tinderbox failure

2002-04-08 Thread Dag-Erling Smorgrav
=== nge === nmdm === ntfs === nullfs === pcn === plip === portalfs === ppbus === ppi === pps === procfs === pseudofs === random === rl === rp === sf === sis === sk === sn === snp === sound === sound/pcm === sound/driver === sound/driver/als4000 === sound/driver/ad1816 === sound/driver/cmi ===

Re: i386 tinderbox failure

2002-04-08 Thread Poul-Henning Kamp
Allerede fixet. In message [EMAIL PROTECTED], Dag-Erling Smorgrav writes: === nge === nmdm === ntfs === nullfs === pcn === plip === portalfs === ppbus === ppi === pps === procfs === pseudofs === random === rl === rp === sf === sis === sk === sn === snp === sound === sound/pcm === sound/driver

Re: Kernel debugging - what's the procedure?

2002-04-08 Thread Josef Karthauser
On Sun, Apr 07, 2002 at 01:54:08PM -0700, Terry Lambert wrote: 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

Re: Problem with FreeBSD dc driver and Xircom PCMCIA card

2002-04-08 Thread Georg-W. Koltermann
Ah, finally someone else sees what I ran into last year. Look for my posting to -current in May 2001, subject dc0 ARP problem with CISCO. At that time, the only advice I got was to hardwire speed detection (which didn't help). My solution then was to switch hardware :-( So I'm afraid this is

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Ruslan Ermilov
On Sun, Apr 07, 2002 at 01:43:27PM -0700, Dag-Erling Smorgrav wrote: des 2002/04/07 13:43:27 PDT Modified files: lib/libpam/modules/pam_unix pam_unix.c Log: Fix bug in previous commit that passed the wrong default value to login_getcapstr(3). Also fix a

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Dag-Erling Smorgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: On Sun, Apr 07, 2002 at 01:43:27PM -0700, Dag-Erling Smorgrav wrote: Log: Fix bug in previous commit that passed the wrong default value to login_getcapstr(3). Also fix a longer-standing bug (login_close(3) frees the string returned by

Re: Kernel debugging - what's the procedure?

2002-04-08 Thread Terry Lambert
Josef Karthauser wrote: On Sun, Apr 07, 2002 at 01:54:08PM -0700, Terry Lambert wrote: 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.

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 12:15:17PM +0200, Dag-Erling Smorgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: On Sun, Apr 07, 2002 at 01:43:27PM -0700, Dag-Erling Smorgrav wrote: Log: Fix bug in previous commit that passed the wrong default value to login_getcapstr(3). Also fix

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Dag-Erling Smorgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: You're right. I forgot to relink pam_ssh.so library, and the diff was against the wrong revision. I will still commit the const poisoning patch to libutil, as the impact turned out to be really low. Thanks, const poisoning is a Good Thing [tm]. BTW,

Re: Kernel debugging - what's the procedure?

2002-04-08 Thread Josef Karthauser
On Mon, Apr 08, 2002 at 04:25:59AM -0700, Terry Lambert wrote: Yes, that's what I implied by the above paragraph. I was up-to-date with sources yesterday. This is probably your problem. If you can back up to when the problem first appeared, or back out the kernel dump fule

Re: 5-CURRENT source upgrade path is broken in PAM

2002-04-08 Thread Ruslan Ermilov
On Thu, Mar 07, 2002 at 05:16:52PM +, Mark Murray wrote: Mark Murray [EMAIL PROTECTED] writes: Umm, IIRC 'make world' starts by doing a 'make includes' into /usr/obj, which should take care of this. That is 'make world'. It was broken for make obj make depend make, [...]

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 02:49:04PM +0200, Dag-Erling Smorgrav wrote: Ruslan Ermilov [EMAIL PROTECTED] writes: You're right. I forgot to relink pam_ssh.so library, and the diff was against the wrong revision. I will still commit the const poisoning patch to libutil, as the impact turned

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-08 Thread Dag-Erling Smorgrav
Ruslan Ermilov [EMAIL PROTECTED] writes: That should be as simple as that: [...] Thank you very much! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

panic sleeping without a mutex in usb_task_thread

2002-04-08 Thread David Wolfskill
On my laptop (but not the build machine; the latter may not have any USB devices) I get the following panic after builing, installing, trying to boot -CURRENT from today. (CVSup log below panic trace.) an0: Ethernet address 00:40:96:32:19:a9 bpf: an0 attached panic: sleeping without a mutex

Re: Intel i830 driver?

2002-04-08 Thread moto kawasaki
Hi, all From: James Satterfield [EMAIL PROTECTED] Subject: Re: Intel i830 driver? Date: Fri, 5 Apr 2002 21:35:46 -0800 Message-ID: 01b601c1dd2c$e6ec2620$0feba8c0@sphynx james I have a Dell Latitude C400 with an Intel i830M graphics chip. Running james 4.5-stable, the i810 driver complains

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

2002-04-08 Thread George Georgalis
On Sat, Apr 06, 2002 at 08:39:51AM +0200, [EMAIL PROTECTED] wrote: 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.

RE: panic sleeping without a mutex in usb_task_thread

2002-04-08 Thread John Baldwin
On 08-Apr-2002 David Wolfskill wrote: On my laptop (but not the build machine; the latter may not have any USB devices) I get the following panic after builing, installing, trying to boot -CURRENT from today. (CVSup log below panic trace.) an0: Ethernet address 00:40:96:32:19:a9 bpf:

Re: panic sleeping without a mutex in usb_task_thread

2002-04-08 Thread Josef Karthauser
On Mon, Apr 08, 2002 at 12:33:40PM -0400, John Baldwin wrote: show witness isn't useful to most people so I would avoid it unless someone explicitly asks for it. The problem here is likely due to the usb_task_thread() not locking Giant when it starts up. We probably want this: Index:

Re: panic sleeping without a mutex in usb_task_thread

2002-04-08 Thread John Baldwin
On 08-Apr-2002 Josef Karthauser wrote: On Mon, Apr 08, 2002 at 12:33:40PM -0400, John Baldwin wrote: show witness isn't useful to most people so I would avoid it unless someone explicitly asks for it. The problem here is likely due to the usb_task_thread() not locking Giant when it

Re: panic sleeping without a mutex in usb_task_thread

2002-04-08 Thread Josef Karthauser
On Mon, Apr 08, 2002 at 01:37:55PM -0400, John Baldwin wrote: On 08-Apr-2002 Josef Karthauser wrote: On Mon, Apr 08, 2002 at 12:33:40PM -0400, John Baldwin wrote: show witness isn't useful to most people so I would avoid it unless someone explicitly asks for it. The problem here is

Re: ld-elf.so.1 broken with world from yesterday

2002-04-08 Thread David O'Brien
On Mon, Apr 08, 2002 at 11:07:21AM +0100, Alexander Leidinger wrote: yesterday I've made a new world. After booting it, ld-elf-so.1 complains about every library (libc, libutil, ...). My -current is not usable anymore because of this. Defined complains. freebsd-current readers should

Re: panic sleeping without a mutex in usb_task_thread

2002-04-08 Thread John Baldwin
On 08-Apr-2002 Josef Karthauser wrote: On Mon, Apr 08, 2002 at 01:37:55PM -0400, John Baldwin wrote: On 08-Apr-2002 Josef Karthauser wrote: On Mon, Apr 08, 2002 at 12:33:40PM -0400, John Baldwin wrote: show witness isn't useful to most people so I would avoid it unless someone

Fatal double fault on -current

2002-04-08 Thread Maksim Yevmenkin
Hackers, for the last couple of days i was able to crash my -current laptop with Fatal double fault panic whenever i wanted. i have created a small spherical cow :) to demonstrate the problem (see attached). this is pretty much what my code does. just compile and load the cow and then try #

fwiw: nfs loopback still broken in -current

2002-04-08 Thread Matthew Jacob
NFS loopback mounts still periodically gets hung with: ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -g -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I/usr/include -D_KERNEL -ffreestanding

LOOKUP_SHARED is default now

2002-04-08 Thread Jeff Roberson
This patch has seriously reduced file system deadlocks for several people. It also makes concurrent file system access much faster in certain cases. Since I have only heard good reports and no bad reports I'm going to enable it by default. If you do experience some file system deadlocks please

boot failure

2002-04-08 Thread Jan Stocker
After a buildworld / buildkernel /installkernel / installworld on my current system from yesterday sources (about 19:00 CET) my system doesnt boot: The kernel and the acpi module will be loaded and then nothing happens for a second, something is accessing the hd and i get a login screen. No