Re: panic: probing for non-PCI bus

2003-11-10 Thread John Hay
> > > > 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 640kB/130036kB availab

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread John Hay
> >> >> 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: Too many uncorrectable read errors with atang

2003-11-10 Thread Kris Kennaway
On Fri, Nov 07, 2003 at 08:36:28PM -0800, Andrew P. Lentvorski, Jr. wrote: > On Fri, 7 Nov 2003, John Baldwin wrote: > > > On 07-Nov-2003 Kris Kennaway wrote: > > > So far this has happened (well, the panic above was new) on 5 separate > > > machines that were all working on older -current. Now,

Found a problem with new source code

2003-11-10 Thread Jason
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 mail so I just did not build it. It

mother board weirdness

2003-11-10 Thread Jason
I just did a buildworld and everything seems to work fine, but I have something going with the mb. I have an epox 8rda and when it boots up the lcd on the board singnals FF, meaning alls good. Then the boot manager comes up, I choose bsd and after the kenerl starts to load( or just before, its ha

Re: build problems

2003-11-10 Thread Jason
Doug White wrote: On Sun, 9 Nov 2003, Jason wrote: I have had problems finishing buildworld and the problem is the same each time the build fails. It has failed 4 times at file:///usr/src/gnu/usr.bin/cvs/doc/. I have cvsuped 3 times in 2 days. I am running 5.1. Any info you might have woul

Re: APIC-UP related panic

2003-11-10 Thread Harald Schmalzbauer
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 sources from 04. Nov when enabl

Re: erroneous message from locked-up machine

2003-11-10 Thread Alex Wilkinson
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. - aW On Tue, Nov 11, 2003 at 04:46:47AM +1100, Bruce Evans wrote: > > I came in to work today to find one of my -current machine

Re: taskqueue patch

2003-11-10 Thread Alfred Perlstein
* Alex Wilkinson <[EMAIL PROTECTED]> [031110 15:44] 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 > wond

Re: taskqueue patch

2003-11-10 Thread Alex Wilkinson
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 the 'not exiting' diagnostic from init for a whil

Re: --- trap 0x1, eip = 0, esp = 0xd77cdd7c, ebp = 0 ---

2003-11-10 Thread Alex Wilkinson
On Mon, Nov 10, 2003 at 01:08:30PM +1030, Kris Kennaway wrote: > On Mon, Nov 10, 2003 at 12:51:21PM +1030, Alex Wilkinson wrote: > Not sure how to interpret these errors on the console ?? > > Running: FreeBSD 5.1-CURRENT #4: Thu Nov 6 16:49:21 CST 2003

Re: LOR in route.c

2003-11-10 Thread Steve Ames
On Mon, Nov 10, 2003 at 02:43:11PM -0800, Sam Leffler wrote: > On Monday 10 November 2003 02:27 pm, Steve Ames wrote: > > On Mon, Nov 10, 2003 at 05:19:06PM -0500, Steve Ames wrote: > > > New /usr/src from around 4:30PM EST: > > > > > > Mon Nov 10 17:16:14 EST 2003 > > > lock order reversal > > > 1

Re: LOR in route.c

2003-11-10 Thread Sam Leffler
On Monday 10 November 2003 02:27 pm, Steve Ames wrote: > On Mon, Nov 10, 2003 at 05:19:06PM -0500, Steve Ames wrote: > > New /usr/src from around 4:30PM EST: > > > > Mon Nov 10 17:16:14 EST 2003 > > lock order reversal > > 1st 0xc6761890 rtentry (rtentry) @ /opt/src/sys/net/route.c:182 > > 2nd 0xc6

Re: INPCB panic....

2003-11-10 Thread Sam Leffler
On Monday 10 November 2003 02:19 pm, Ian Dowse wrote: > In message <[EMAIL PROTECTED]>, Sam Leffler writes: > >On Monday 10 November 2003 11:37 am, Larry Rosenman wrote: > >> I removed my wi0 card (with DHCLIENT running), and got the following > >> panic on a -CURRENT from yesterday: > > > >Thanks.

Re: named pipes memory leak?

2003-11-10 Thread Don Lewis
On 10 Nov, Lukas Ertl wrote: > On Mon, 10 Nov 2003, Don Lewis wrote: > >> On 10 Nov, Lukas Ertl wrote: >> > >> > The following shell script freezes a machine in several minutes and needs >> > a power cycle. You can see the increasing memory in vmstat -z (unpcb) and >> > netstat -u. The kernel is

Re: LOR in route.c

2003-11-10 Thread Steve Ames
On Mon, Nov 10, 2003 at 05:19:06PM -0500, Steve Ames wrote: > > New /usr/src from around 4:30PM EST: > > Mon Nov 10 17:16:14 EST 2003 > lock order reversal > 1st 0xc6761890 rtentry (rtentry) @ /opt/src/sys/net/route.c:182 > 2nd 0xc668687c radix node head (radix node head) @ /opt/src/sys/net/route

Re: INPCB panic....

2003-11-10 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Sam Leffler writes: >On Monday 10 November 2003 11:37 am, Larry Rosenman wrote: >> I removed my wi0 card (with DHCLIENT running), and got the following panic >> on a -CURRENT from yesterday: > >Thanks. Working on it... FYI, I've been using the following patch local

LOR in route.c

2003-11-10 Thread Steve Ames
New /usr/src from around 4:30PM EST: Mon Nov 10 17:16:14 EST 2003 lock order reversal 1st 0xc6761890 rtentry (rtentry) @ /opt/src/sys/net/route.c:182 2nd 0xc668687c radix node head (radix node head) @ /opt/src/sys/net/route.c:565 Stack backtrace: -Steve __

Re: panic on mount_cd9660

2003-11-10 Thread Lukas Ertl
On Mon, 10 Nov 2003, Pav Lucistnik wrote: > V po, 10. 11. 2003 v 22:24, Lukas Ertl pí?e: > > On Mon, 10 Nov 2003, Pav Lucistnik wrote: > > > > > #7 0xc054bf48 in g_destroy_provider (pp=0xc3e84000) at > > > /usr/src/sys/geom/geom_subr.c:416 > > > #8 0xc0548f25 in g_orphan_register (pp=0xc2e32700

Re: panic on mount_cd9660

2003-11-10 Thread Pav Lucistnik
V po, 10. 11. 2003 v 22:10, Pav Lucistnik píše: It's reproducable! Just play any SVCD, then replace it with data CD and try to access it. This time I panicked it by running cdcontrol -f /dev/acd0 info Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address =

Re: named pipes memory leak?

2003-11-10 Thread Lukas Ertl
On Mon, 10 Nov 2003, Don Lewis wrote: > On 10 Nov, Lukas Ertl wrote: > > > > The following shell script freezes a machine in several minutes and needs > > a power cycle. You can see the increasing memory in vmstat -z (unpcb) and > > netstat -u. The kernel is FreeBSD 5.1-CURRENT Tue Nov 4 14:08:2

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

2003-11-10 Thread Bjoern Fischer
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 as zero by the device: static int agp_ali_attach(devic

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread John Baldwin
On 10-Nov-2003 John Hay wrote: > On Mon, Nov 10, 2003 at 02:12:56PM -0500, John Baldwin wrote: >> >> On 10-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

Re: panic on mount_cd9660

2003-11-10 Thread Lukas Ertl
On Mon, 10 Nov 2003, Pav Lucistnik wrote: > #7 0xc054bf48 in g_destroy_provider (pp=0xc3e84000) at > /usr/src/sys/geom/geom_subr.c:416 > #8 0xc0548f25 in g_orphan_register (pp=0xc2e32700) at > /usr/src/sys/geom/geom_event.c:143 > #9 0xc054904c in one_event () at /usr/src/sys/geom/geom_event.c

Re: Problem on a laptop with current

2003-11-10 Thread Yannick FAHAM
On Mon, 2003-11-10 at 18:17, Doug White wrote: > On Sun, 9 Nov 2003, Yannick FAHAM wrote: > > > I have recently bought a centrino laptop and tried to install current on > > it. the fact is my network card is only supported in this branche > > (broadcom 4401). > > Broadcom wireless cards are not s

panic on mount_cd9660

2003-11-10 Thread Pav Lucistnik
FreeBSD hood.oook.cz 5.1-CURRENT FreeBSD 5.1-CURRENT #6: Mon Nov 10 20:26:12 CET 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/PAV i386 What I did: 1) insert SVCD in the CD-ROM drive 2) play some tracks from it. note /dev/acd0t1 /dev/acd0t2 etc... 3) remove SVCD from the CD-ROM drive 4) put dat

RE: panic: probing for non-PCI bus

2003-11-10 Thread John Baldwin
On 10-Nov-2003 John Hay wrote: > Hi, > > 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 640kB/

ddb and usb keyboard

2003-11-10 Thread Sven Esbjerg
I primarily use a usb keyboard on my PC. After an upgrade this weekend the kernel paniced and went into ddb. Unfortunately the usb keyboard does not work in ddb mode. Thus I can only pull the plug :( MB is a Supermicro P3TDDE with two PIII 800MHz CPU's. Chipset is: # dmesg |grep VIA acpi0: on mot

Re: tcp hostcache and ip fastforward for review

2003-11-10 Thread Andre Oppermann
Leo Bicknell wrote: > > In a message written on Mon, Nov 10, 2003 at 01:45:48PM -0600, Mike Silbersack wrote: > > > At the moment is visible via "sysctl -a net.inet.tcp.hostcache.list". > > > Syncache ain't visible via netstat either. So far you had to use > > > route get x.x.x.x to see the rtmetr

Re: tcp hostcache and ip fastforward for review

2003-11-10 Thread Leo Bicknell
In a message written on Mon, Nov 10, 2003 at 01:45:48PM -0600, Mike Silbersack wrote: > > At the moment is visible via "sysctl -a net.inet.tcp.hostcache.list". > > Syncache ain't visible via netstat either. So far you had to use > > route get x.x.x.x to see the rtmetrics for a (host-)route. So I'm

Re: INPCB panic....

2003-11-10 Thread Sam Leffler
On Monday 10 November 2003 11:37 am, Larry Rosenman wrote: > I removed my wi0 card (with DHCLIENT running), and got the following panic > on a -CURRENT from yesterday: Thanks. Working on it... Sam ___ [EMAIL PROTECTED] mailing list http://list

Re: named pipes memory leak?

2003-11-10 Thread Don Lewis
On 10 Nov, Lukas Ertl wrote: > Hi, > > is there a known problem with named pipes in -CURRENT? > > The following shell script freezes a machine in several minutes and needs > a power cycle. You can see the increasing memory in vmstat -z (unpcb) and > netstat -u. The kernel is FreeBSD 5.1-CURRENT

Re: tcp hostcache and ip fastforward for review

2003-11-10 Thread Mike Silbersack
On Mon, 10 Nov 2003, Andre Oppermann wrote: > > - Ensures that a cached entry isn't added until the 3WHS is completed. > > > > This should help make synfloods with random source addresses less > > damaging. > > The cache will only be updated if the tcp connection is being closed. > All update

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread John Hay
On Mon, Nov 10, 2003 at 02:12:56PM -0500, John Baldwin wrote: > > On 10-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

Re: Buildworld errors out on libbsnmp

2003-11-10 Thread Dimitry Andric
On 2003-11-10 at 15:02:06 Harti Brandt wrote: > Sorry, that was my error. I have committed a fix for the library, > one for the daemon follows in a couple of minutes as soon as I have > verified that it builds the universe. Builds fine here now, too. Thanks for the quick fix! pgp0.pgp Descr

INPCB panic....

2003-11-10 Thread Larry Rosenman
I removed my wi0 card (with DHCLIENT running), and got the following panic on a -CURRENT from yesterday: Script started on Mon Nov 10 13:23:10 2003 lerlaptop-red# k??[K?? lerlaptop-red# gdb -k kernel.0 vmcore.0 GNU gdb 5.2.1 (FreeBSD) Copyright 2002 Free Software Foundation, Inc. GDB is free sof

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread Marius Strobl
On Mon, Nov 10, 2003 at 02:12:56PM -0500, John Baldwin wrote: > > On 10-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

Re: -0166: *** Error: UtAllocate: Attempt to alloc

2003-11-10 Thread Christoph P. Kukulies
On Mon, Nov 10, 2003 at 04:58:51AM -0500, Seth Chandler wrote: > You using a dell laptop? They got the broken acpi aml code. There is a > patch out to fix it, its located here: > > http://sandcat.nl/~stijn/freebsd/dell.php Thanks. Applied it and it seems to cure the problem. Also xbatt shows

Re[2]: ALTQ support

2003-11-10 Thread Max Laier
Monday, November 10, 2003, 4:32:54 PM, you wrote: AL> On Mon, 10 Nov 2003 13:12:42 +0100 AL> Tobias Roth <[EMAIL PROTECTED]> wrote: >> the author of altq itself or the author of the freebsd port? AL> I don't know the who's who, but I think it was the author of altq AL> itself. I certainly doubt

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread John Baldwin
On 10-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: tcp hostcache and ip fastforward for review

2003-11-10 Thread Andre Oppermann
Hajimu UMEMOTO wrote: > > Hi, > > > On Sun, 09 Nov 2003 17:19:07 +0100 > > Andre Oppermann <[EMAIL PROTECTED]> said: > > oppermann> Hajimu-san, I'm looking especially for comments on whether my changes > oppermann> to IPv6 are correct wrt IPv6 concepts. (I hope they are). > > I don't se

RE: diskless panic with new interrupt code

2003-11-10 Thread John Baldwin
On 10-Nov-2003 John Hay wrote: > Hi, > > My old diskless dual Pentium I 100MHz system does not like the latest > code. I use etherboot to boot it. I have tried both an UP and SMP kernel > but it panic in the same way. Looking at the low address values, it > looks as if it happens very early. Mayb

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread John Baldwin
On 10-Nov-2003 Marius Strobl wrote: > On Thu, Nov 06, 2003 at 12:22:45PM -0500, John Baldwin wrote: >> >> On 06-Nov-2003 Harti Brandt wrote: >> > JB>I figured out what is happenning I think. You are getting a spurious >> > JB>interrupt from the 8259A PIC (which comes in on IRQ 7). The IRR regis

Re: Still getting NFS client locking up

2003-11-10 Thread Robert Watson
On Mon, 10 Nov 2003, Matt Smith wrote: > I can certainly spend some time trying to get some proper debug based on > what you have said in your email. I shall look into setting up a serial > console etc. > > In the meantime another piece of information which might be helpful is > this. Looking a

panic: probing for non-PCI bus

2003-11-10 Thread John Hay
Hi, 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 640kB/130036kB available memory FreeBSD/i386 bootstrap loade

Re: Trouble booting a SMP kernel

2003-11-10 Thread Josh Tolbert
On Thu, Nov 06, 2003 at 11:58:46AM -0600, Josh Tolbert wrote: > On Thu, Nov 06, 2003 at 09:53:58AM -0800, Scott R. Sewall wrote: > > > > I need a little help diagnosing a problem booting a 5.1-RELEASE SMP kernel. > > > > The GENERIC kernel boots just fine. When I boot a GENERIC kernel with SMP >

Re: erroneous message from locked-up machine

2003-11-10 Thread Bruce Evans
On Mon, 10 Nov 2003, Michael W. Lucas wrote: > I came in to work today to find one of my -current machines unable to > open a pipe. (This probably had a lot to do with the spamd that went > stark raving nutters overnight, but that's a separate problem.) A > power cycle fixed the problem, but /va

Re: Still getting NFS client locking up

2003-11-10 Thread Soren Schmidt
It seems Robert Watson wrote: > How fast are your systems, speaking of which? I live in the world of > 300-500 mhz machines at work, and 300-800 mhz boxes at home. If you're > using multi-ghz boxes, that could well be the distinguishing factor > between our configurations... Server is 533MhzVIA

Re: make world

2003-11-10 Thread Doug White
On Mon, 10 Nov 2003, Aleksandar Simonovski wrote: > after making make buildworld,installworld mergemaster and everything > that i suposed to do ( reading UPDATING) i get this error: > > init: can't exec getty `/usr/libexec/getty` for /dev/ttyv1: No souch file or > directory > init: can't exec get

Re: Problem on a laptop with current

2003-11-10 Thread Will Andrews
On Mon, Nov 10, 2003 at 09:17:07AM -0800, Doug White wrote: > > (broadcom 4401). > > Broadcom wireless cards are not supported in -CURRENT. That's not a wireless card. It's an el cheapo 10/100 chipset. Linux supports it now, and it's found in some Athlon motherboards (such as the one powering cv

Re: Problem on a laptop with current

2003-11-10 Thread Doug White
On Sun, 9 Nov 2003, Yannick FAHAM wrote: > I have recently bought a centrino laptop and tried to install current on > it. the fact is my network card is only supported in this branche > (broadcom 4401). Broadcom wireless cards are not supported in -CURRENT. > after compiling the kernel, the boot

Re: erroneous message from locked-up machine

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 11:45:13 -0500 "Michael W. Lucas" <[EMAIL PROTECTED]> wrote: > Nov 10 11:05:44 bewilderbeast kernel: kern.maxpipekva exceeded, please see tuning(7). > > Interesting. > > bewilderbeast~;sysctl kern.maxpipekva > sysctl: unknown oid 'kern.maxpipekva' > bewilderbeast~; sysctl ke

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread John Hay
> > 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 > = DPL 0, pres 0, de

Re: build problems

2003-11-10 Thread Doug White
On Sun, 9 Nov 2003, Jason wrote: > I have had problems finishing buildworld and the problem is the same > each time the build fails. It has failed 4 times at > file:///usr/src/gnu/usr.bin/cvs/doc/. I have cvsuped 3 times in 2 > days. I am running 5.1. Any info you might have would be helpful.

make world

2003-11-10 Thread Aleksandar Simonovski
after making make buildworld,installworld mergemaster and everything that i suposed to do ( reading UPDATING) i get this error: init: can't exec getty `/usr/libexec/getty` for /dev/ttyv1: No souch file or directory init: can't exec getty `/usr/libexec/getty` for /dev/ttyv2: No souch file or direc

Re: New EHCI device ID

2003-11-10 Thread Bernd Walter
On Mon, Nov 10, 2003 at 04:35:31PM +0100, Alexander Leidinger wrote: > On Mon, 10 Nov 2003 16:19:27 +0100 > Bernd Walter <[EMAIL PROTECTED]> wrote: > > > USB2 hubs are currently not supported with high speed uplinks. > > That's the reason why there is no EHCI support in GENERIC. > > EHCI needs int

Re: tcp hostcache and ip fastforward for review

2003-11-10 Thread Hajimu UMEMOTO
Hi, > On Sun, 09 Nov 2003 17:19:07 +0100 > Andre Oppermann <[EMAIL PROTECTED]> said: oppermann> Hajimu-san, I'm looking especially for comments on whether my changes oppermann> to IPv6 are correct wrt IPv6 concepts. (I hope they are). I don't see the patch in detail, yet, it seems your c

erroneous message from locked-up machine

2003-11-10 Thread Michael W. Lucas
I came in to work today to find one of my -current machines unable to open a pipe. (This probably had a lot to do with the spamd that went stark raving nutters overnight, but that's a separate problem.) A power cycle fixed the problem, but /var/log/messages was filled with: Nov 10 11:05:44 bewil

Re: Still getting NFS client locking up

2003-11-10 Thread Matt Smith
Robert Watson wrote: > I'm fairly baffled. I tried for many hours to reproduce the problem in two seperate sets of systems here, and completely failed. I left buildworlds, cvs updates, blah blah blah, running for 96 hours across pools of clients and servers and no hint of the problem. I also u

Re: Still getting NFS client locking up

2003-11-10 Thread Robert Watson
On Mon, 10 Nov 2003, Matt Smith wrote: > With a current build from november the 9th I am still getting exactly > the same NFS lockups. I assume soren is as well. NFS has basically been > pretty unusable now for over a month. > > As only a couple of people have complained about this from what I

diskless panic with new interrupt code

2003-11-10 Thread John Hay
Hi, My old diskless dual Pentium I 100MHz system does not like the latest code. I use etherboot to boot it. I have tried both an UP and SMP kernel but it panic in the same way. Looking at the low address values, it looks as if it happens very early. Maybe something depends on the loader initializi

Re: New interrupt stuff breaks ASUS 2 CPU system

2003-11-10 Thread Marius Strobl
On Thu, Nov 06, 2003 at 12:22:45PM -0500, John Baldwin wrote: > > On 06-Nov-2003 Harti Brandt wrote: > > JB>I figured out what is happenning I think. You are getting a spurious > > JB>interrupt from the 8259A PIC (which comes in on IRQ 7). The IRR register > > JB>lists pending interrupts still w

list

2003-11-10 Thread Serj Kotsuba
___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Still getting NFS client locking up

2003-11-10 Thread Kelley Reynolds
--- Original Message --- From: Soren Schmidt <[EMAIL PROTECTED]> Sent: Mon, 10 Nov 2003 16:03:47 +0100 (CET) To: Matt Smith <[EMAIL PROTECTED]> Subject: Re: Still getting NFS client locking up > It seems Matt Smith wrote: > > With a current build from november the 9th I am still getting exactly >

Re: Kernel memory leak in ATAPI/CAM or ATAng?

2003-11-10 Thread Kevin Oberman
> Date: Sun, 09 Nov 2003 22:43:47 -0700 > From: Scott Long <[EMAIL PROTECTED]> > > Kevin Oberman wrote: > > Tested. It's much better, although ATA request keeps adding more > > memory all the time when mplayer is playing, but it's now increasing > > at about 20K/minute which is a huge improvement.

buildworld error on 5.1-REL

2003-11-10 Thread Odhiambo Washington
I am seeing the following error and no amount of cvsup will help it. http://ns2.wananchi.com/~wash/5.1-REL/WORLD.txt Advise appreciated. -Wash -- |\ _,,,---,,_ | Odhiambo Washington<[EMAIL PROTECTED]> Zzz /,`.-'`'-. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,

Re: New EHCI device ID

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 16:19:27 +0100 Bernd Walter <[EMAIL PROTECTED]> wrote: > USB2 hubs are currently not supported with high speed uplinks. > That's the reason why there is no EHCI support in GENERIC. > EHCI needs interrupt transfers first to support usb2.0 hubs at high > speed uplinks with high s

Re: ALTQ support

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 13:12:42 +0100 Tobias Roth <[EMAIL PROTECTED]> wrote: > the author of altq itself or the author of the freebsd port? I don't know the who's who, but I think it was the author of altq itself. Bye, Alexander. -- Where do you think you're going today? http://w

Re: New EHCI device ID

2003-11-10 Thread Bernd Walter
On Mon, Nov 10, 2003 at 03:54:23PM +0100, Alexander Leidinger wrote: > On Mon, 10 Nov 2003 13:55:39 +0100 > Bernd Walter <[EMAIL PROTECTED]> wrote: > > > But ehci doesn't control low/full speed ports. > > The physical ports are multiplexed between ehci and ohci/uhci ports. > > The switching is don

Kernel halt when connecting re0 to the lan

2003-11-10 Thread Nils Segerdahl
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 if I use another operating system. It used to work perfect w

Re: Still getting NFS client locking up

2003-11-10 Thread Soren Schmidt
It seems Matt Smith wrote: > With a current build from november the 9th I am still getting exactly > the same NFS lockups. I assume soren is as well. NFS has basically been > pretty unusable now for over a month. Yes I do, NFS is virtually useless... > As only a couple of people have complained

Re: New EHCI device ID

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 13:55:39 +0100 Bernd Walter <[EMAIL PROTECTED]> wrote: > But ehci doesn't control low/full speed ports. > The physical ports are multiplexed between ehci and ohci/uhci ports. > The switching is done without driver interaction. Attached to the port is a uhub1: NEC Corporation

Re: Still getting NFS client locking up

2003-11-10 Thread Matt Smith
With a current build from november the 9th I am still getting exactly the same NFS lockups. I assume soren is as well. NFS has basically been pretty unusable now for over a month. As only a couple of people have complained about this from what I can see I assume it is something related to somet

named pipes memory leak?

2003-11-10 Thread Lukas Ertl
Hi, is there a known problem with named pipes in -CURRENT? The following shell script freezes a machine in several minutes and needs a power cycle. You can see the increasing memory in vmstat -z (unpcb) and netstat -u. The kernel is FreeBSD 5.1-CURRENT Tue Nov 4 14:08:23 CET 2003. ---8<--- #/b

Re: the PS/2 mouse problem

2003-11-10 Thread Morten Johansen
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, per-fu

Re: Buildworld errors out on libbsnmp

2003-11-10 Thread Harti Brandt
On Mon, 10 Nov 2003, Dimitry Andric wrote: DA>Hi, DA> DA>I was just building world after your recent commits of the libbsnmp DA>stuff. This results in the following errors: Sorry, that was my error. I have committed a fix for the library, one for the daemon follows in a couple of minutes as soon

Buildworld errors out on libbsnmp

2003-11-10 Thread Dimitry Andric
Hi, I was just building world after your recent commits of the libbsnmp stuff. This results in the following errors: - ===> lib/libbsnmp/modules/snmp_mibII rm -f .depend mkdep -f .depend -a-I/usr/include/bsnmp -I/usr/src/lib/

Re: New EHCI device ID

2003-11-10 Thread Bernd Walter
On Mon, Nov 10, 2003 at 01:50:02PM +0100, Alexander Leidinger wrote: > On Mon, 10 Nov 2003 13:19:12 +0100 > Bernd Walter <[EMAIL PROTECTED]> wrote: > > > I really doubt that you have a high speed mouse. > > EHCI only supports high speed devices itself. > > But it shouldn't stop the entire system

Re: New EHCI device ID

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 13:19:12 +0100 Bernd Walter <[EMAIL PROTECTED]> wrote: > I really doubt that you have a high speed mouse. > EHCI only supports high speed devices itself. But it shouldn't stop the entire system if I attach an USB 1.1 mouse to an ehci controlled port. Bye, Alexander. --

New interrupt code lock up hard with start of X window

2003-11-10 Thread Munehiro Matsuda
Hi John and all, After update of the new interrupt code into -current, my system almost always lock up hard, when trying to start X Window up using the startx command. -current of as of Nov 4, before the new interrupt update, works just fine. I've included the 'dmesg -v' output, as attachement d

[current tinderbox] failure on sparc64/sparc64

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

Re: New EHCI device ID

2003-11-10 Thread Bernd Walter
On Mon, Nov 10, 2003 at 10:03:20AM +0100, Alexander Leidinger wrote: > On Mon, 10 Nov 2003 00:11:37 +0100 > Bernd Walter <[EMAIL PROTECTED]> wrote: > > > On Sun, Nov 09, 2003 at 11:56:19PM +0100, Pav Lucistnik wrote: > > > It's that easy? Just adding device ID? I was under impression that you > >

Re: ALTQ support

2003-11-10 Thread Tobias Roth
On Mon, Nov 10, 2003 at 12:49:00PM +0200, Sheldon Hearn wrote: > On (2003/11/10 11:35), Alexander Leidinger wrote: > > > > Is there any plan to make it into the kernel ? > > > > AFAIK the author of ALTQ said we shouldn't import it. Search the mailing > > lists @FreeBSD.org for the reason. > > If

Re: ALTQ support

2003-11-10 Thread Max Laier
Monday, November 10, 2003, 5:29:34 AM, you wrote: ML> I am looking for a solution to make QoS possible on my FreeBSD box. After ML> searching for the internet, I found that there is a software called ALTQ ML> that can do possibly what I want. However, I found that it is still not ML> directly built

panic: vm_page_dirty: page is free!

2003-11-10 Thread Andrea Campi
Hi, my laptop just paniced with this message. I looked in the archives but didn't find it. Here it is in case it's interesting; I don't know if any more details are needed. (kgdb) where #0 doadump () at ../../../kern/kern_shutdown.c:240 #1 0xc04604b5 in db_fncall (dummy1=0, dummy2=0, dummy3=0,

LOR message from crashdump?

2003-11-10 Thread Andrea Campi
Hi, I tried researching this one but couldn't find an answer in the FM... When I get panics, I end up in DDB; then I just type `call doadump' and reboot. When I load such a dump in gdb -k, I usually get the panic message, like this: This GDB was configured as "i386-undermydesk-freebsd"... panic:

Re: Really no one knows ?!

2003-11-10 Thread itetcu
- Forwarded message from [EMAIL PROTECTED] - Date: Mon, 10 Nov 2003 13:29:39 +0200 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Michel TALON <[EMAIL PROTECTED]> Quoting Michel TALON <[EMAIL PROTECTED]>: > Just an idea. This occurred to me once that the superblock

[no subject]

2003-11-10 Thread itetcu
Quoting Michel TALON <[EMAIL PROTECTED]>: > Just an idea. This occurred to me once that the superblock and primary alternate were corrupted. Hence i was in the same unfortunate situation as you, fsck was not working. The situation was solved by running newfs with the -N flag on the slice. This

Bumping netgraph name sizes

2003-11-10 Thread Harti Brandt
Hi all, after some discussion among people working on netgraph (julian, archie, ru, brooks, emax and harti) it was decided that we need to bump several constants that define the size of names (node, hook, command string names) in netgraph because they turn out to be too short for several applicat

Re: rpc.lockd core dumped

2003-11-10 Thread Antoine Jacoutot
> Check to make sure that rpc.statd is running. There was an old bug that > rpc.lockd would dump core if it couldn't find a statd. Ho, it is running :) Actually, all my homedir are mounted with NFS, so rpc.lockd get used a lot. That is why it is an important concern to me. I couldn't find any rep

Re: rpc.lockd core dumped

2003-11-10 Thread Antoine Jacoutot
I will rpc.lockd with -ggdb as you said and see if it is repeatable. Unfortunately, I'm not home right now, so I'll do this in 3 o 4 days. Regards. Antoine ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To

Re: ALTQ support

2003-11-10 Thread Sheldon Hearn
On (2003/11/10 11:35), Alexander Leidinger wrote: > > Is there any plan to make it into the kernel ? > > AFAIK the author of ALTQ said we shouldn't import it. Search the mailing > lists @FreeBSD.org for the reason. If anyone finds that message in the archives, please post a URL. I can't find it

Re: tcp hostcache and ip fastforward for review

2003-11-10 Thread Jonathan Mini
On Nov 10, 2003, at 1:39 AM, Andre Oppermann wrote: Jonathan Mini wrote: All in all I don't think it is worth adding this complexity. I agree. This is actually a small value for TCP connections which are being used to forward messages, especially on gigabit links. Heavily-intensive web applicati

Re: ALTQ support

2003-11-10 Thread Alexander Leidinger
On Mon, 10 Nov 2003 13:56:19 +0800 "Michael Lee" <[EMAIL PROTECTED]> wrote: > I know it depends on the way the core team members see it. It doesn't. If someone with enough knowledge in the relevant source tree parts is willing to import it, he is free to do it. > Is there any plan to make it int

Re: the PS/2 mouse problem

2003-11-10 Thread Bruce Evans
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, per-fu

[current tinderbox] failure on i386/pc98

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

Re: Really no one knows ?!

2003-11-10 Thread itetcu
Quoting Putinas Piliponis <[EMAIL PROTECTED]>: > some bioses thinks differently about geometry layout for harddisk It seems to me that some Gigabyte MB (with "extended fetures" like SATA or RAID controlers - even when they're not used) report some other HDD geometry that the "normal" ones. > b

Re: tcp hostcache and ip fastforward for review

2003-11-10 Thread Andre Oppermann
Mike Silbersack wrote: > > On Sun, 9 Nov 2003, Andre Oppermann wrote: > > > Hello all, > > > > this patch contains three things (to be separated for committing): > > I don't have much time free in the next week, so I cannot do a complete > review. However, I just did a quick readthrough. > > >

Re: -0166: *** Error: UtAllocate: Attempt to alloc

2003-11-10 Thread Seth Chandler
You using a dell laptop? They got the broken acpi aml code. There is a patch out to fix it, its located here: http://sandcat.nl/~stijn/freebsd/dell.php seth C. Kukulies wrote: ...ate zero bytes The kernel message -0166: *** Error: UtAllocate: Attempt to allocate zero bytes -0166: *** Error

Re: Really no one knows ?!

2003-11-10 Thread Michel TALON
> Now, leaving apart that my lest backup dated a month ago, and it's > really stupid to lost all your data from a HDD without suffering any > hardware or software crash, I would really apreciate some ideas, links > whatever about what it is to do to avoid this to happend if the > future. Just

  1   2   >