driver problem without lock held

2003-11-11 Thread Jason
Here is the error: drm0: ATI Radeon QL R200 8500 LE port 0xa000-0xa0ff mem 0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2 info: [drm] Initialized radeon 1.9.0 20020828 on minor 0 error: [drm:radeon_cp_init] *ERROR* radeon_cp_init called without lock held error:

Re: new interrupts not working for me

2003-11-11 Thread Richard Todd
John Baldwin wrote: On 06-Nov-2003 Peter Schultz wrote: John Baldwin wrote: On 05-Nov-2003 Peter Schultz wrote: I have a Tyan S1832DL w/dual pii 350s and it's not able to boot. Seems to be having trouble with my adaptec scsi controller, I get a whole bunch of output like this hand

LOR

2003-11-11 Thread Christopher Johnson
lock order reversal 1st 0xc67aa490 vnode interlock (vnode interlock) @ /usr/src/sys/ufs/ffs/ffs_sna pshot.c:651 2nd 0xc102f110 system map (system map) @ /usr/src/sys/vm/vm_map.c:2258 Stack backtrace: backtrace(c07feb63,c102f110,c080cef8,c080cef8,c080cf6e) at backtrace+0x17

make world failure with today's current. (in /usr/src/sys/boot/i386/boot2/boot2.c)

2003-11-11 Thread Mark Sergeant
Hi Guys, Source as of 4 hours ago I get the following in make world ... Cheers, Mark Full log of error follows : objcopy -S -O binary boot1.out boot1 dd if=/dev/zero of=boot2.ldr bs=276 count=1 2/dev/null nm -t d boot1.out | awk '/([0-9])+ T xread/ { x = $1 - ORG1; printf(#define X

Re: the PS/2 mouse problem

2003-11-11 Thread Scott Long
Bruce Evans wrote: On Sat, 8 Nov 2003, Morten Johansen wrote: Scott Long wrote: Bruce Evans wrote: [... possibly too much trimmed] The problem here is that the keyboard controller driver tries to be too smart. If it detects that the hardware FIFO is full, it'll drain it into a per-softc,

[current tinderbox] failure on amd64/amd64

2003-11-11 Thread Tinderbox
TB --- 2003-11-11 06:34:26 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2003-11-11 06:34:26 - starting CURRENT tinderbox run for amd64/amd64 TB --- 2003-11-11 06:34:26 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/amd64/amd64 TB --- /usr/bin/cvs -f -R -q

Re: erroneous message from locked-up machine

2003-11-11 Thread Dag-Erling Smørgrav
Alex Wilkinson [EMAIL PROTECTED] writes: Can someone please elaborate on the acronym KVA ? Kernel virtual address space DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list

[current tinderbox] failure on i386/i386

2003-11-11 Thread Tinderbox
TB --- 2003-11-11 07:29:17 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2003-11-11 07:29:17 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-11-11 07:29:17 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q

boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Dag-Erling Smørgrav
I've been busy installing various OSes on a spare disk in order to try to reproduce some of fefe's benchmarks. In the process, I've noticed a couple of bogons in boot0 and disklabel: - disklabel -B trashes the partition table: # dd if=/dev/zero of=/dev/ad0 count=20 # fdisk -i ad0

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Dag-Erling Smørgrav
[EMAIL PROTECTED] (Dag-Erling Smørgrav) writes: This probably happens because fdisk silently allows the user to create a partition that overlaps the partition table. Arguably pilot error, but very confusing at the time, and fdisk should warn about it. ...and here's the patch.

RB_BOOTINFO not found in sys/boot/i386/boot2/boot2.c

2003-11-11 Thread Anton Yudin
RB_BOOTINFO, defined in reboot.h, not found in sys/boot/i386/boot2/boot2.c .. can somebody fix this? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to

Re: taskqueue patch

2003-11-11 Thread Doug Rabson
On Mon, 2003-11-10 at 23:39, Alex Wilkinson wrote: On Mon, Nov 10, 2003 at 09:02:03AM +, Doug Rabson wrote: I wasn't involved in converting taskqueue from 4.x-style SWIs to kernel threads so I can't be sure but this does look reasonable. I've been wondering about

tun + bpf = busted

2003-11-11 Thread Tim Robbins
With INVARIANTS enabled, I get a kernel panic when I run tcpdump on a tun interface. The message is tunoutput: attempted use of a free mbuf!. This occurs because tun creates temporary mbufs on the stack and does not initialize m_flags, so it may or may not have the M_FREELIST bit set depending on

xl0: couldn't map interrupt w/ device apic

2003-11-11 Thread Stijn Hoop
Hi, I just upgraded from a ~week old -CURRENT, added 'device apic' and 'device acpi' to my kernel config and rebooted. No joy -- my network card (3com xl model) disappeared. The same kernel without 'device apic' works. Message on the console is: xl0: 3Com 3c905C-TX Fast Etherlink XL port

panic: unknown/reserved trap (trap number 30)

2003-11-11 Thread Wiktor Niesiobedzki
Hi, Every time I try to do verbose boot my todays CURRENT panics with message: panic: unknown/reserved trap The normal boot process gives no error. Panics occur durring GEOM setup. The other thing, is when I tried Oct 29'th kernel, after boot -v (which succed) I got some new disks: ad6s1da

Re: ALTQ support

2003-11-11 Thread Alexander Leidinger
On Mon, 10 Nov 2003 20:13:49 +0100 Max Laier [EMAIL PROTECTED] wrote: I certainly doubt that! On his homepage he has own patchsets for early 4.x releases and gives KAME as a resource for 5.x patchsets. So prove me wrong (by finally finding that mysterious thread) or stop spreading that kind

Re: erroneous message from locked-up machine

2003-11-11 Thread Terry Lambert
Alex Wilkinson wrote: Can someone please elaborate on the acronym KVA ? $ sysctl -d kern.ipc.maxpipekva kern.ipc.maxpipekva: Pipe KVA limit This doesn't tell me enough. Kernel Virtual Address The fast pipe code in FreeBSD uses page lending between the processes participating in the pipe

panic: bad pte

2003-11-11 Thread Igor Sysoev
I have core dump caused by panic: bad pte on FreeBSD 5.1-CURRENT SMP cvsuped on date=2003.11.04.02.02.00. System runs make -j 64 buildworld in a cycle and sometimes paniced with message bad pte. - Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address

Re: named pipes memory leak?

2003-11-11 Thread Lukas Ertl
On Mon, 10 Nov 2003, Don Lewis wrote: On 10 Nov, Lukas Ertl wrote: On Mon, 10 Nov 2003, Don Lewis wrote: If fifo_open() is interrupted, fifo_close() never gets called, and the resources are not recovered. I wish doing the resource recovery in fifo_inactive() would have worked ...

Re: RB_BOOTINFO not found in sys/boot/i386/boot2/boot2.c

2003-11-11 Thread Simon L. Nielsen
On 2003.11.11 11:15:11 +0200, Anton Yudin wrote: RB_BOOTINFO, defined in reboot.h, not found in sys/boot/i386/boot2/boot2.c .. can somebody fix this? I'm rather sure bde already fixed this some hours ago in src/sys/boot/i386/boot2/boot2.c v 1.66. -- Simon L. Nielsen

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Alexander Leidinger
On Tue, 11 Nov 2003 09:36:14 +0100 [EMAIL PROTECTED] (Dag-Erling Smørgrav) wrote: - boot0 off-by-one error: Now, boot0 identifies my FreeBSD partitions as BSD instead of FreeBSD. It also identifies my Debian partition (type 0x83) as BSD instead of Linux and my Debian swap

Re: the PS/2 mouse problem

2003-11-11 Thread Morten Johansen
Scott Long wrote: Bruce Evans wrote: On Sat, 8 Nov 2003, Morten Johansen wrote: Scott Long wrote: Bruce Evans wrote: [... possibly too much trimmed] The problem here is that the keyboard controller driver tries to be too smart. If it detects that the hardware FIFO is full, it'll drain it

Buildworld Failure

2003-11-11 Thread Thomas T. Veldhouse
cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomi t-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/ sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align

Re: Buildworld Failure

2003-11-11 Thread Rob Evers
Thomas T. Veldhouse wrote: cc -elf -ffreestanding -Os -fno-builtin -fno-guess-branch-probability -fomi t-frame-pointer -mno-align-long-strings -mrtd -DUFS1_AND_UFS2 -I/usr/src/ sys/boot/i386/boot2/../../common -I/usr/src/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return

data corruption when reading from a mount_cd9660 filesystem

2003-11-11 Thread current1
G'day, It appears that files with size greater than 65536 bytes when read from a cd9660 mounted filesystem appear corrupted. Happens on any cd-rom I try regardless of where it was burnt, even the original 5.1-RELEASE-i386-miniinst.iso now appears corrupt. # uname -v FreeBSD 5.1-CURRENT #0: Sat

munmap cp

2003-11-11 Thread Wiktor Niesiobedzki
Hi, The simple scenario: $ mkdir foo $ cd foo $ touch foo $ cp foo foo2 cp: foo: Invalid argument The problem lies in: src/bin/cp/utils.c:163 if (munmap(p, fs-st_size) 0) { warn(%s, entp-fts_path); rval = 1;

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Dag-Erling Smørgrav
Alexander Leidinger [EMAIL PROTECTED] writes: Do you have a second disk in the system? Are you able to switch to the second disk with boot0? I have a current system where I'm not able to switch to the second disk (master on secondary ata channel). Yes, I can switch back and forth between the

Re: Kernel halt when connecting re0 to the lan

2003-11-11 Thread Sven Petai
On Monday 10 November 2003 17:10, Nils Segerdahl wrote: Problem: when connecting my laptop (Compaq evo N1020v) to the network, the kernel halts right after execution of re_diag() in the re-device driver. The loopback test fails. The interface works ok if I remove the test from the driver, or

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Bruce Evans
On Tue, 11 Nov 2003, Dag-Erling [iso-8859-1] Smørgrav wrote: I've been busy installing various OSes on a spare disk in order to try to reproduce some of fefe's benchmarks. In the process, I've noticed a couple of bogons in boot0 and disklabel: - disklabel -B trashes the partition table:

Re: APIC-UP related panic

2003-11-11 Thread John Baldwin
On 11-Nov-2003 Harald Schmalzbauer wrote: On Monday 10 November 2003 19:33, John Baldwin wrote: On 08-Nov-2003 Harald Schmalzbauer wrote: On Thursday 06 November 2003 17:33, John Baldwin wrote: On 06-Nov-2003 Harald Schmalzbauer wrote: Hello, I have one reproducable panic with

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-11 Thread John Baldwin
On 11-Nov-2003 John Hay wrote: With the new interrupt code I get: ... OK boot cpuid = 0; apic id = 00 instruction pointer = 0x0:0xa00 stack pointer = 0x0:0xffe frame pointer = 0x0:0x0 code segment= base 0x0, limit 0x0, type 0x0

Re: panic: probing for non-PCI bus

2003-11-11 Thread John Baldwin
On 11-Nov-2003 John Hay wrote: Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic when booting: Console: serial port BIOS drive A: is disk0 BIOS drive C: is disk1 BIOS drive D: is disk2 BIOS drive E: is disk3 BIOS

Re: Found a problem with new source code

2003-11-11 Thread Bruce Evans
On Mon, 10 Nov 2003, Jason wrote: I just wanted to let someone know that my buildworld fails at /usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked. Sorry, I broke it last night. it is now fixed. Also it

panic related to in_output.c

2003-11-11 Thread Steve Ames
Code from yesterday evening (11/10 around 5PM EST). Just updated this morning. I saw no updates to ip_output.c but there were changes to a couple of other files in sys/netinet so figured I'd give it a whirl... panic: mutex inp not owned at /usr/src/sys/netinet/ip_output.c:218 cpuid= -;

Re: build problems

2003-11-11 Thread Doug White
On Mon, 10 Nov 2003, Jason wrote: This is usually where rescue falls over. Try building with out -j and see where it des then. You may want to clear out /usr/obj. I always rm /usr/obj, and running without -j4 may have done it because it worked. This was a bug in the rescue build like 3

Re: Problem on a laptop with current

2003-11-11 Thread Doug White
On Mon, 10 Nov 2003, Yannick FAHAM wrote: after compiling the kernel, the boot process freeze on the hardware enumeration. I have disabled acpi and boot in verbose mode and I have many errors message like (probe0)... Error 22. Sorry for my english, i'm french. Could you post

Re: panic related to in_output.c

2003-11-11 Thread Sam Leffler
On Tuesday 11 November 2003 08:40 am, Steve Ames wrote: Code from yesterday evening (11/10 around 5PM EST). Just updated this morning. I saw no updates to ip_output.c but there were changes to a couple of other files in sys/netinet so figured I'd give it a whirl... panic: mutex inp not owned

Re: boot0 and fdisk / disklabel misbehaviour

2003-11-11 Thread Rudolf Cejka
Dag-ErlingSm?rgrav wrote (2003/11/11): - boot0 off-by-one error: The OS table in boot0.s is as follows: .byte os_misc-. # Unknown ... .byte os_bsd-. # NetBSD Now, boot0 identifies my FreeBSD partitions as BSD instead of

RE: Found a problem with new source code

2003-11-11 Thread John Baldwin
On 11-Nov-2003 Jason wrote: I just wanted to let someone know that my buildworld fails at /usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked. Also it failed at sendmail.fc or something, I don't use send

RE: xl0: couldn't map interrupt w/ device apic

2003-11-11 Thread John Baldwin
On 11-Nov-2003 Stijn Hoop wrote: Hi, I just upgraded from a ~week old -CURRENT, added 'device apic' and 'device acpi' to my kernel config and rebooted. No joy -- my network card (3com xl model) disappeared. The same kernel without 'device apic' works. Message on the console is: xl0:

Re: Problem on a laptop with current

2003-11-11 Thread Yannick FAHAM
On Tue, 2003-11-11 at 17:48, Doug White wrote: On Mon, 10 Nov 2003, Yannick FAHAM wrote: after compiling the kernel, the boot process freeze on the hardware enumeration. I have disabled acpi and boot in verbose mode and I have many errors message like (probe0)... Error 22.

Re: named pipes memory leak?

2003-11-11 Thread Lukas Ertl
On Tue, 11 Nov 2003, Lukas Ertl wrote: Unfortunately, we are still seeing a problem here: we are running uvscan (virus scanner), and while running it we are still seeing increasing unpcb usage and orphaned unix domain sockets. We added some debug printfs to the fifo routines and found out

Re: panic: probing for non-PCI bus

2003-11-11 Thread John Hay
Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic when booting: ... CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class CPU) Origin = GenuineIntel Id = 0x633 Stepping = 3

installworld hangs...

2003-11-11 Thread fred
FreeBSD 5.1-CURRENT #0: Tue Oct 14 21:36:51 PDT 2003 Recent CVSUP and portupgrade. # make installworld ; ls mkdir -p /tmp/install.yzJOG6oG for prog in [ awk cap_mkdb cat chflags chmod chown date echo egrep find grep ln make mkdir mtree mv pwd_mkdb rm sed sh sysctl test true uname wc zic; do

Re: named pipes memory leak?

2003-11-11 Thread Don Lewis
On 11 Nov, Lukas Ertl wrote: On Tue, 11 Nov 2003, Lukas Ertl wrote: Unfortunately, we are still seeing a problem here: we are running uvscan (virus scanner), and while running it we are still seeing increasing unpcb usage and orphaned unix domain sockets. We added some debug printfs to the

Re: Radeon DRM-Problem

2003-11-11 Thread Ralf Folkerts
Hi John, Actually, try adding an 'AGPSize' option in the 'Device' section with a value set to the size of your aperture. I Think X uses a 1mb aperture by default and it may be that it is failing to allocate some buffers due to your screen resolution combined with the small default size of

hostname lookup issue

2003-11-11 Thread David Hill
Hello - I seem to not be able to get the IP address of a site. I am guessing its an issue with gethostbyname() and have a - at the end of the hostname... Both mozilla and ping cannot resolve the address. However, I works just fine using Windows and IE. I am not sure if this is just a

Re: named pipes memory leak?

2003-11-11 Thread Don Lewis
On 11 Nov, Don Lewis wrote: On 11 Nov, Lukas Ertl wrote: Sorry, I probably missed an important part: we're creating the FIFOs on nullfs mounts - the test script works great on plain UFS mounts, but the null layer seems to VREF the vnode once again, so v_usecount is 2, thus it is missong the

Re: named pipes memory leak?

2003-11-11 Thread Lukas Ertl
On Tue, 11 Nov 2003, Don Lewis wrote: Now that I've had some time to think about it, if you reuse the same fifo, you'll run into the same problem that caused me to abandon my previous fifo_inactive() version of the cleanup code, which is stale data being left in the fifo after both ends have

Re: panic: probing for non-PCI bus

2003-11-11 Thread John Baldwin
On 11-Nov-2003 John Hay wrote: Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic when booting: ... CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class CPU) Origin = GenuineIntel Id = 0x633 Stepping = 3

Re: panic: probing for non-PCI bus

2003-11-11 Thread John Hay
On Tue, Nov 11, 2003 at 03:28:25PM -0500, John Baldwin wrote: On 11-Nov-2003 John Hay wrote: Upgrading a Asus P2L97-DS dual Pentium II 266MHz box, I got this panic when booting: ... CPU: Pentium II/Pentium II Xeon/Celeron (267.27-MHz 686-class

Re: hostname lookup issue

2003-11-11 Thread Kris Kennaway
On Tue, Nov 11, 2003 at 03:08:55PM -0500, David Hill wrote: Hello - I seem to not be able to get the IP address of a site. I am guessing its an issue with gethostbyname() and have a - at the end of the hostname... ...which is illegal. Kris pgp0.pgp Description: PGP signature

Re: Found a problem with new source code

2003-11-11 Thread Jason
John Baldwin wrote: On 11-Nov-2003 Jason wrote: I just wanted to let someone know that my buildworld fails at /usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked. Also it failed at sendmail.fc or something, I

Re: Found a problem with new source code

2003-11-11 Thread Jason
John Baldwin wrote: On 11-Nov-2003 Jason wrote: I just wanted to let someone know that my buildworld fails at /usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked. Also it failed at sendmail.fc or something, I

[current tinderbox] failure on i386/i386

2003-11-11 Thread Tinderbox
TB --- 2003-11-11 19:41:26 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2003-11-11 19:41:26 - starting CURRENT tinderbox run for i386/i386 TB --- 2003-11-11 19:41:26 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/i386/i386 TB --- /usr/bin/cvs -f -R -q

Re: xl0: couldn't map interrupt w/ device apic

2003-11-11 Thread Stijn Hoop
On Tue, Nov 11, 2003 at 12:42:38PM -0500, John Baldwin wrote: On 11-Nov-2003 Stijn Hoop wrote: I would be glad to supply other information if asked. Do you have ACPI enabled? If so, a probable fix will be committed shortly. Yes I have. Turning it off made the problem disappear, but then

Re: Still getting NFS client locking up

2003-11-11 Thread Tim Middleton
On November 10, 2003 12:44 pm, Soren Schmidt wrote: For me its just the server end that fails, I've not seen the client hang. I'm having a bad NFS day... not sure if it is the same lockups described in this thread. In fact perhaps I'm posting to the wrong group since the server in questoin is

Re: panic related to in_output.c

2003-11-11 Thread Steve Ames
That seems to have done the job (v 1.48 of tcp_syncache.c). At least its been up for nearly an hour which is a definate positive! Thanks. -Steve - Original Message - From: Sam Leffler [EMAIL PROTECTED] To: Steve Ames [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, November 11, 2003

Re: -CURRENT and -STABLE fails on IBM R30 in agp_ali.c

2003-11-11 Thread Eric Anholt
On Mon, 2003-11-10 at 13:50, Bjoern Fischer wrote: Hello, there is a problem in ali_agp.c (both, -CURRENT and -STABLE): If I boot the generic kernel, it panics in agp_ali.c, when it tries to allocate memory for the gatt. Some simlpe tests showed, that the initial aperture size is reported

LOR (swap_pager.c , uma_core.c)

2003-11-11 Thread cosmin
Getting a lock order reversal when the system first boots up. And this is the only time it seems to happen. Nov 11 15:16:31 cosmin kernel: lock order reversal Nov 11 15:16:31 cosmin kernel: 1st 0xc1ee165c vm object (vm object) @ /usr/src/sys/vm/swap_pager.c:1323 Nov 11 15:16:31 cosmin kernel:

Re: panic: probing for non-PCI bus

2003-11-11 Thread John Baldwin
On 11-Nov-2003 John Hay wrote: Hmmm, I'll have to open it up to see if it has an AGP slot, but it is in the server room at work. :-/ Here is a dmesg with a kernel of about Nov 3. John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] pcib1: PCI-PCI bridge at device 1.0 on pci0

Re: Found a problem with new source code

2003-11-11 Thread John Baldwin
On 11-Nov-2003 Jason wrote: John Baldwin wrote: On 11-Nov-2003 Jason wrote: I just wanted to let someone know that my buildworld fails at /usr/src/sys/boot/i386/boot2/boot2.c at line 362. I get an undefined error for RB_BOOTINFO, by adding #define RB_BOOTINFO 0x1f it worked. Also it

Re: -CURRENT and -STABLE fails on IBM R30 in agp_ali.c

2003-11-11 Thread John Baldwin
On 11-Nov-2003 Eric Anholt wrote: On Mon, 2003-11-10 at 13:50, Bjoern Fischer wrote: Hello, there is a problem in ali_agp.c (both, -CURRENT and -STABLE): If I boot the generic kernel, it panics in agp_ali.c, when it tries to allocate memory for the gatt. Some simlpe tests showed, that the

Re: hard lockup with new interrupt code, possible cause irq14: ata0

2003-11-11 Thread Florian C. Smeets
Florian C. Smeets wrote: Hi! I have a problem with an SMP machine. The motherboard is a bp6. Mostly the machine already locksup during boot, it is not even resonding to serial console. One time i was able to login, i could see (in top) that [...] To end this... Johns checkins from today seem

Re: Still getting NFS client locking up

2003-11-11 Thread Claus Guttesen
Hi. I can lock the NFS server up every time simply by mounting the nfs partition (i'm using -t for tcp nfs and exporting with -maproot=0:0), and then running iozone -a on the nfs client box. It takes a while, but the 4.9-RELEASE box will always lock up solid eventually. Not good. )-:

Re: Still getting NFS client locking up

2003-11-11 Thread Don Lewis
On 31 Oct, Kelley Reynolds wrote: --- Original Message --- From: Matt Smith [EMAIL PROTECTED] Sent: Fri, 31 Oct 2003 08:55:49 + To: Robert Watson [EMAIL PROTECTED] Subject: Re: Still gettnig NFS client locking up Robert Watson wrote: On Tue, 28 Oct 2003, Soren Schmidt wrote:

atheros (ath) driver - media option

2003-11-11 Thread Johann Hugo
Hi I've just started playing with some D-link DWL-AG520 PCI adapters with the Atheros 5212 chipset. The one adapter is configured in hostap mode, and the other one as a client. When I set the media option to a lower speed that the maximum, then it only works for the adapter in client mode,

Re: driver problem without lock held

2003-11-11 Thread Eric Anholt
On Mon, 2003-11-10 at 21:10, Jason wrote: Here is the error: drm0: ATI Radeon QL R200 8500 LE port 0xa000-0xa0ff mem 0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2 info: [drm] Initialized radeon 1.9.0 20020828 on minor 0 error: [drm:radeon_cp_init] *ERROR*

Re: atheros (ath) driver - media option

2003-11-11 Thread Sam Leffler
On Tuesday 11 November 2003 01:52 pm, Johann Hugo wrote: Hi I've just started playing with some D-link DWL-AG520 PCI adapters with the Atheros 5212 chipset. The one adapter is configured in hostap mode, and the other one as a client. When I set the media option to a lower speed that the

NFS problem (non-sleepable locks held)

2003-11-11 Thread cosmin
I'm getting the following message when transfering data to a freebsd-current server via an nfs mount from another fbsd client. malloc() of 64 with the following non-sleepable locks held: exclusive sleep mutex inp r = 0 (0xc1d250ac) locked @ /usr/src/sys/netinet/udp_usrreq.c:378 The message

[current tinderbox] failure on ia64/ia64

2003-11-11 Thread Tinderbox
TB --- 2003-11-11 22:26:04 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2003-11-11 22:26:04 - starting CURRENT tinderbox run for ia64/ia64 TB --- 2003-11-11 22:26:04 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/ia64/ia64 TB --- /usr/bin/cvs -f -R -q

Re: NFS problem (non-sleepable locks held)

2003-11-11 Thread Robert Watson
On Tue, 11 Nov 2003, cosmin wrote: I'm getting the following message when transfering data to a freebsd-current server via an nfs mount from another fbsd client. malloc() of 64 with the following non-sleepable locks held: exclusive sleep mutex inp r = 0 (0xc1d250ac) locked @

RE: driver problem without lock held

2003-11-11 Thread John Baldwin
On 11-Nov-2003 Jason wrote: Here is the error: drm0: ATI Radeon QL R200 8500 LE port 0xa000-0xa0ff mem 0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2 info: [drm] Initialized radeon 1.9.0 20020828 on minor 0 error: [drm:radeon_cp_init] *ERROR* radeon_cp_init

[current tinderbox] failure on sparc64/sparc64

2003-11-11 Thread Tinderbox
TB --- 2003-11-11 23:53:04 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2003-11-11 23:53:04 - starting CURRENT tinderbox run for sparc64/sparc64 TB --- 2003-11-11 23:53:04 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/sparc64/sparc64 TB --- /usr/bin/cvs -f -R -q

Re: Still getting NFS client locking up

2003-11-11 Thread Doug White
On Tue, 11 Nov 2003, Tim Middleton wrote: The server is a P3-1ghz Intel STL2 box, with 1 gig of ram. Using the onboard fxp ethernet at 100baseTX. It is not using dhcp. Nothing much else is running on this server box as I'm just testing it. When the server locks the box can not even be pinged.

Re: installworld hangs...

2003-11-11 Thread Doug White
Don't crosspost -current and -questions. Thanks. On Tue, 11 Nov 2003 [EMAIL PROTECTED] wrote: FreeBSD 5.1-CURRENT #0: Tue Oct 14 21:36:51 PDT 2003 Recent CVSUP and portupgrade. # make installworld ; ls mkdir -p /tmp/install.yzJOG6oG for prog in [ awk cap_mkdb cat chflags chmod chown

Re: panic: probing for non-PCI bus

2003-11-11 Thread Doug White
On Tue, 11 Nov 2003, John Hay wrote: acpi0: ASUS P2L97-DS on motherboard Here's the mobo model. you might check for a BIOS update... -- Doug White| FreeBSD: The Power to Serve [EMAIL PROTECTED] | www.FreeBSD.org

Re: driver problem without lock held

2003-11-11 Thread Jason
Eric Anholt wrote: On Mon, 2003-11-10 at 21:10, Jason wrote: Here is the error: drm0: ATI Radeon QL R200 8500 LE port 0xa000-0xa0ff mem 0xec02-0xec02,0xe000-0xe7ff irq 10 at device 0.0 on pci2 info: [drm] Initialized radeon 1.9.0 20020828 on minor 0 error:

floppy install troubles

2003-11-11 Thread Peter Schultz
I'm having trouble installing with the 5.1-CURRENT-20031110-JPSNAP floppies I got off snapshots.jp.freebsd.org. First off, I tried to create a new slice and it wants to use /dev/ad0p1. I don't believe the p is correct. I tried again without changing the slices at all, and when newfs ran the

Re: atheros (ath) driver - media option

2003-11-11 Thread Johann Hugo
On Wednesday 12 November 2003 00:54, Sam Leffler wrote: Not sure what you're trying to accomplish by setting the media when operating in hostap mode. It should be ignored, but I'm not sure exactly what will happen. Locking the tx rate on the client side makes more sense and should be honored

Re: Still getting NFS client locking up

2003-11-11 Thread Janet Sullivan
I'm not having any problems with my -CURRENT client. My server is running 4.9-STABLE, so I can't comment on the state of the NFS server code in -CURRENT. For what it's worth, my NFS usage is not very heavy, and is mostly reading, with very little writing. So far I only have problems in a mixed

fw_xferq_drain (was data corruption when reading from a mount_cd9660 filesystem)

2003-11-11 Thread Taras
Thanks to all that replied. I did have rev 1.153 of atapi-cd.c but was unable to rebuild because of the RB_BOOTINFO thingy. Have re-cvsup'd and all is well reading the CD, many thanks. However what now isn't so well is upon every reboot and shutdown just after the syncing disks and Uptime is

Recent -CURRENT panic (New interrupt code related?); backtrace included

2003-11-11 Thread Xin LI/
Hello, On recently compiled kernels, I often get panics which seemed to be interrupt related. Among other things, almost all of them claims that Kernel trap 30, which seemd to be strange. The kernel I am currently running, namely, FreeBSD servers.frontfree.net 5.1-CURRENT FreeBSD 5.1-CURRENT

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
Hi, On Sun, 09 Nov 2003 17:19:07 +0100 Andre Oppermann [EMAIL PROTECTED] said: oppermann The patch is here (relative to -CURRENT as of 2003-11-09): oppermann http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch The patch cannot be compiled: cc -c -O -pipe -march=pentium3

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Ken Menzel
Hi Andre, Your patch applies just fine for me now on Oct 10th current sources. Everything seems to be working fine on dual processor Dell 2500 with SMP kernel. This is a network backup machine. I don't see any problems, just as fast as always and seems to be solid so far, it has only been

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
Hi, On Sun, 09 Nov 2003 17:19:07 +0100 Andre Oppermann [EMAIL PROTECTED] said: oppermann The patch is here (relative to -CURRENT as of 2003-11-09): oppermann http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch It panics at boot around invoking rtsol(8): Fatal trap 12:

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
Hajimu UMEMOTO wrote: Hi, On Sun, 09 Nov 2003 17:19:07 +0100 Andre Oppermann [EMAIL PROTECTED] said: oppermann The patch is here (relative to -CURRENT as of 2003-11-09): oppermann http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-20031109.patch The patch cannot be compiled:

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
Hi, On Tue, 11 Nov 2003 18:06:05 +0100 Andre Oppermann [EMAIL PROTECTED] said: oppermann However there is a problem in netkey/key.c with the static variable oppermann ipsec_esp_auth which is unused if IPSEC_ESP is not defined. Thanks. I've just committed to define ipsec_esp_auth only when

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
invoking rtsol(8): I have fixed the panic. It was a stupid braino in the test whether we have to free the allocated route. It was trying to free a null pointer route which obviously doesn't work. :-^ The updated patch is here: http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Hajimu UMEMOTO
. :-^ oppermann The updated patch is here: oppermann http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch oppermann If you could try again please? It panics at another point on boot. panic: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
Ken Menzel wrote: Hi Andre, Your patch applies just fine for me now on Oct 10th current sources. Everything seems to be working fine on dual processor Dell 2500 with SMP kernel. This is a network backup machine. I don't see any problems, just as fast as always and seems to be solid so

Re: tcp hostcache and ip fastforward for review

2003-11-11 Thread Andre Oppermann
obviously doesn't work. :-^ oppermann The updated patch is here: oppermann http://www.nrg4u.com/freebsd/tcphostcache+ipfastforward-2003.patch oppermann If you could try again please? It panics at another point on boot. (kgdb) frame 24 #24 0xc058e637 in tcp_hc_getmtu (inc=0x0

[current tinderbox] failure on alpha/alpha

2003-11-11 Thread Tinderbox
TB --- 2003-11-12 05:00:01 - tinderbox 2.2 running on cueball.rtp.FreeBSD.org TB --- 2003-11-12 05:00:01 - starting CURRENT tinderbox run for alpha/alpha TB --- 2003-11-12 05:00:01 - checking out the source tree TB --- cd /home/des/tinderbox/CURRENT/alpha/alpha TB --- /usr/bin/cvs -f -R -q

Re: panic: probing for non-PCI bus

2003-11-11 Thread John Hay
acpi0: ASUS P2L97-DS on motherboard Here's the mobo model. you might check for a BIOS update... Nope, I'm running the latest - 1008. John -- John Hay -- [EMAIL PROTECTED] / [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list

Re: installworld hangs...

2003-11-11 Thread Kris Kennaway
On Tue, Nov 11, 2003 at 09:09:28AM -0800, [EMAIL PROTECTED] wrote: cd /usr/src; make -f Makefile.inc1 hierarchy cd /usr/src/etc;make distrib-dirs mtree -deU -f /usr/src/etc/mtree/BSD.root.dist -p / That's where it hangs, any help? Which process is running? What state is