Re: Updated acpi_cpu patch

2003-12-02 Thread Lukas Ertl
. Do you have an object with id PNP0C0B? No, there's no PNP0C0B device. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University

Re: Updated acpi_cpu patch

2003-12-02 Thread Lukas Ertl
On Tue, 2 Dec 2003, Nate Lawson wrote: Build with options ACPI_DEBUG and boot with this in loader.conf: debug.acpi.layer=ACPI_POWER debug.acpi.level=ACPI_LV_OBJECTS It will print any power resources you have. Unfortunately, there's no power resource listed. regards, le -- Lukas Ertl

Re: Updated acpi_cpu patch

2003-11-26 Thread Lukas Ertl
to implement _PSV. In any case, I think the _PSV value is set high because your platform designer expects active cooling to be the most effective and passive, since it slows down performance, is a last resort. Ah, sounds reasonable, thanks for the explaination. regards, le -- Lukas Ertl

Re: Updated acpi_cpu patch

2003-11-26 Thread Lukas Ertl
On Wed, 26 Nov 2003, Nate Lawson wrote: On Wed, 26 Nov 2003, Lukas Ertl wrote: On Wed, 26 Nov 2003, Nate Lawson wrote: It's possible the fan is under BIOS control so make sure you have an up-to-date bios. If not, you should get a console printout when acpi switches the fan

Re: Updated acpi_cpu patch

2003-11-22 Thread Lukas Ertl
On Sat, 22 Nov 2003, Lukas Ertl wrote: Ah, this would explain why I can see the C3 states change after a suspend/resume - USB is dead then :-) I'm gonna try without USB and send you the output again. Yes, looks better now: hw.acpi.cpu.cx_supported: C1/1 C2/1 C3/85 C3/185

Re: ACPI and APM testing on Dell Inspiron 8200

2003-11-22 Thread Lukas Ertl
, put it on a website and post a link to it here. Maybe someone can take a look at it then. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140

Re: Updated acpi_cpu patch

2003-11-21 Thread Lukas Ertl
On Fri, 21 Nov 2003, Nate Lawson wrote: On Tue, 18 Nov 2003, Lukas Ertl wrote: I'm gonna try some buildkernelstones with the different settings. If you have some special benchmarks in mind I'd be happy to run them. That's probably ok. It has a lot of IO. Now I've tried

Re: Updated acpi_cpu patch

2003-11-21 Thread Lukas Ertl
On Fri, 21 Nov 2003, Nate Lawson wrote: On Sat, 22 Nov 2003, Lukas Ertl wrote: On Fri, 21 Nov 2003, Nate Lawson wrote: Those are what is more interesting. Also, can you send me your sysctl hw.acpi.cpu.cx_history after you've used it for a while with the maximum cx_lowest setting

Re: Updated acpi_cpu patch

2003-11-20 Thread Lukas Ertl
On Tue, 18 Nov 2003, Nate Lawson wrote: On Tue, 18 Nov 2003, Lukas Ertl wrote: I'm gonna try some buildkernelstones with the different settings. If you have some special benchmarks in mind I'd be happy to run them. That's probably ok. It has a lot of IO. Now I've tried running make

Re: Updated acpi_cpu patch

2003-11-18 Thread Lukas Ertl
state 1 lat acpi_cpu0: C3 state 85 lat hw.acpi.cpu.cx_supported: C1/1 C2/1 C3/85 hw.acpi.cpu.cx_lowest: 0 hw.acpi.cpu.cx_history: 86231/0 0/0 0/0 Although it seems I have lost a C3 state (before, I had an additional C3/185). regards, le -- Lukas Ertl eMail: [EMAIL

Re: Updated acpi_cpu patch

2003-11-18 Thread Lukas Ertl
On Tue, 18 Nov 2003, Lukas Ertl wrote: hw.acpi.cpu.cx_supported: C1/1 C2/1 C3/85 hw.acpi.cpu.cx_lowest: 0 hw.acpi.cpu.cx_history: 86231/0 0/0 0/0 Although it seems I have lost a C3 state (before, I had an additional C3/185). Correction: every other boot I get the additional C3/185

Re: Updated acpi_cpu patch

2003-11-18 Thread Lukas Ertl
On Tue, 18 Nov 2003, Nate Lawson wrote: On Tue, 18 Nov 2003, Lukas Ertl wrote: hw.acpi.cpu.cx_supported: C1/1 C2/1 C3/85 hw.acpi.cpu.cx_lowest: 0 hw.acpi.cpu.cx_history: 86231/0 0/0 0/0 Try settings of cx_lowest of 1 and 2 (and 3 when the last C3 state is available). I'm interested

Re: Updated acpi_cpu patch

2003-11-18 Thread Lukas Ertl
: shutdown -p works fine on the T40. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http

usb0: cannot start

2003-11-17 Thread Lukas Ertl
root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 6 ports with 6 removable, self powered regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140

Re: cvs commit: src/sys/dev/acpica acpi_cpu.c src/share/man/man4 acpi.4 src/sys/conf files src/sys/modules/acpi Makefile

2003-11-16 Thread Lukas Ertl
0/0 0/0 I've no idea if it actually has an effect. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna

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: 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: named pipes memory leak?

2003-11-11 Thread Lukas Ertl
been closed. You may be stuck with plan B below ... As a workaround could you create a little mdfs to hold the fifo? We could get away with it by just using symlinks instead of null mounts, so, with your patch, it isn't a real problem for us anymore. Thanks again. regards, le -- Lukas Ertl

named pipes memory leak?

2003-11-10 Thread Lukas Ertl
--- #/bin/sh FIFO=/tmp/foo for i in `jot 5 1`; do mkfifo ${FIFO} echo blubb ${FIFO} kill $! rm ${FIFO} done ---8--- regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University

Re: panic on mount_cd9660

2003-11-10 Thread Lukas Ertl
= {lh_first = 0x0}, acr = 0, acw = 0, ace = 0, error = 0, orphan = {tqe_next = 0x0, tqe_prev = 0x0}, index = 0, mediasize = 0, sectorsize = 0, stripesize = 0, stripeoffset = 0, stat = 0x0, nstart = 0, nend = 0, flags = 0} What does pp look like in frame 8? regards, le -- Lukas Ertl

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:23 CET

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) at /usr

panic: Most recently used by mount

2003-11-09 Thread Lukas Ertl
backtrace: ---8--- regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

new interrupt code: panic when going multiuser

2003-11-04 Thread Lukas Ertl
as soon as I get a good backtrace. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http

Re: new interrupt code: panic when going multiuser

2003-11-04 Thread Lukas Ertl
On Tue, 4 Nov 2003, Lukas Ertl wrote: I've yet to find out if I can get a good vmcore + backtrace, but I'm having a machine that panics when going from singleuser to multiuser on boot with a new kernel from today. The panicking process is 'idle', the trap number is 30, and it says unknown

Re: new interrupt code: panic when going multiuser

2003-11-04 Thread Lukas Ertl
On Tue, 4 Nov 2003, Lukas Ertl wrote: I somehow can't get at a good vmcore :-(. But I found out that the machine boots fine in Safe Mode, where DMA and hw.ata.wc is turned off. Ok, if I set hw.ata.ata_dma=0 in loader.conf, it boots fine. Could there be some issue with ATAng + new interrupt

Re: new interrupt code: panic when going multiuser

2003-11-04 Thread Lukas Ertl
On Tue, 4 Nov 2003, John Baldwin wrote: On 04-Nov-2003 Lukas Ertl wrote: On Tue, 4 Nov 2003, Lukas Ertl wrote: I somehow can't get at a good vmcore :-(. But I found out that the machine boots fine in Safe Mode, where DMA and hw.ata.wc is turned off. Ok, if I set hw.ata.ata_dma=0

Re: new interrupt code: panic when going multiuser

2003-11-04 Thread Lukas Ertl
On Tue, 4 Nov 2003, John Baldwin wrote: Well, a kernel without SMP and just 'device apic' should work fine, and a kernel with both SMP and 'device apic' should also work fine. But 'device apic' is necessary nowadays? Maybe that should be noted somewhere. regards, le -- Lukas Ertl

Re: hw.ata.atapi_dma problem

2003-11-04 Thread Lukas Ertl
On Tue, 4 Nov 2003, Harald Schmalzbauer wrote: ad0: 39083MB Maxtor 4D040H2 [79408/16/63] at ata0-master UDMA100 acd0: CDROM SONY CDU4811 at ata1-master PIO4 So dma is NOT enabled although the sysctl is 1 For ATAPI devices you need hw.ata.atapi_dma=1. regards, le -- Lukas Ertl

panic in in_pcb.c:866

2003-11-03 Thread Lukas Ertl
--- regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: newfs by fstab directory name?

2003-10-27 Thread Lukas Ertl
. Wouldn't this be a good candidate to be added directly to libufs? regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna

Re: em0: invalid EEPROM checksum

2003-10-23 Thread Lukas Ertl
On Tue, 21 Oct 2003, Lukas Ertl wrote: I just found that the em0 interface in one of my boxes stopped working after an upgrade from 5.1-RELEASE to 5.1-CURRENT, this is what the kernel spits out: $ dmesg | grep em0 em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 port 0xb000

em0: invalid EEPROM checksum

2003-10-21 Thread Lukas Ertl
at device 5.0 on pci2 em0: [MPSAFE] em0: The EEPROM Checksum Is Not Valid em0: Unable to initialize the hardware device_probe_and_attach: em0 attach returned 5 regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1

Kernel build breaks in dev/cardbus

2003-10-19 Thread Lukas Ertl
, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: IBCS2 compatibility regression in FreeBSD 5??

2003-10-16 Thread Lukas Ertl
, but works more or less. I've already written IBM, and of course they do not plan to release a native client :-/. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center

Re: Improvements to fsck performance in -current ...?

2003-10-01 Thread Lukas Ertl
On Tue, 30 Sep 2003, Steve Kargl wrote: On Wed, Oct 01, 2003 at 01:04:51AM +0200, Lukas Ertl wrote: are either of these enhancements back-patchable to the 4.x fsck, or do they require some non-4.x compatible changes to work? It's not just the fsck application itself, background fsck

Re: Improvements to fsck performance in -current ...?

2003-09-30 Thread Lukas Ertl
itself, background fsck basically needs file system snapshots, which are only available on UFS2, and I'm not sure if they can be backported to UFS1 at all. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073

Panic in _mtx_lock_sleep

2003-09-23 Thread Lukas Ertl
=0xc01e8f80 ithread_loop, arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:796 p = (struct proc *) 0xc3b0e3c8 td = (struct thread *) 0x0 regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277

Re: latest -CURRENT kernel fails to build

2003-09-18 Thread Lukas Ertl
: undefined reference to `ath_hal_attach' Do you have device ath_hal in your kernel config? regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140

ath(4) stopped working

2003-09-16 Thread Lukas Ertl
with the AP quite often. A kernel from Fri Sep 12 works correctly, with the same configuration. I guess the ath/ieee80211 commits from yesterday/today broke something. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43

Re: ath(4) stopped working

2003-09-16 Thread Lukas Ertl
retr) Sep 16 22:41:12 korben kernel: ath_rate_ctl: 18M - 12M (0 ok, 1 err, 1 retr) Sep 16 22:41:13 korben kernel: ath_rate_ctl: 12M - 11M (0 ok, 1 err, 1 retr) ---8--- The rate control shift at the end starts as soon as I start pinging some hosts. regards, le -- Lukas Ertl

Re: ATAng - delay probing for non-existent drive

2003-09-13 Thread Lukas Ertl
this delay, but I haven't yet tried to revert ata-lowlevel.c to rev. 1.10. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University

Re: Bluetooth stack for FreeBSD (Netgraph)

2003-09-08 Thread Lukas Ertl
user! I'm going to try the new snapshot as soon as possible. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna

New kernels won't boot

2003-09-05 Thread Lukas Ertl
0xa-0xb on isa0 Timecounter TSC frequency 2387622296 Hz quality 800 Timecounters tick every 10.000 msec And then... silence. Any ideas? regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna

Re: New kernels won't boot

2003-09-05 Thread Lukas Ertl
On Fri, 5 Sep 2003, Lukas Ertl wrote: I'm currently having the problem that newer kernels won't boot anymore on a HP Proliant DL380G3. The latest kernel I can boot is from Sun Aug 31 15:22:44 CEST 2003. Every attempt to boot a newer one (regardless whether UP or SMP) hangs at: vga0

Re: Another pmap related panic

2003-08-26 Thread Lukas Ertl
of bad RAM. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: Another pmap related panic

2003-08-26 Thread Lukas Ertl
fork_trampoline() at fork_trampoline+0x8 --- trap 0x1, eip = 0, esp = 0xdff17d7c, ebp = 0 --- regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140

Re: Another pmap related panic

2003-08-26 Thread Lukas Ertl
On Tue, 26 Aug 2003, Mark Tinguely wrote: MY APOLOGIES, I am s embarrassed. I should have placed that in pmap_pte_quick(), not pmap_enter_quick(). This one panics, too, right at boot time. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX

Another pmap related panic

2003-08-22 Thread Lukas Ertl
Script done on Fri Aug 22 10:01:07 2003 -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at

Re: ath0 card: CardBus card activiation failed

2003-08-21 Thread Lukas Ertl
On Wed, 20 Aug 2003, M. Warner Losh wrote: Looks like 1.91,1.92 broke things, and 1.93 fixes it. Please let me know if I'm smoking the happy weed or not :-) Yay, it works! :-) regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator

ath0 card: CardBus card activiation failed

2003-08-20 Thread Lukas Ertl
Hi, with a kernel from this morning I can't get my ath0 Cardbus device up again, when I plug it in, I get: cbb1: CardBus card activation failed The card has worked fine up until now. Maybe some of the recent commits to pccbb.c/pccard.c broke something? regards, le -- Lukas Ertl

Re: ath0 card: CardBus card activiation failed

2003-08-20 Thread Lukas Ertl
On Wed, 20 Aug 2003, Martin Jessa wrote: It works, unplug the card once or twice and try again. Same shit happens to me pretty frequently. The card has worked _perfectly_ on first plug-in before I built the kernel this morning, so I'd say there's a regression somewhere. regards, le -- Lukas

Re: ath0 card: CardBus card activiation failed

2003-08-20 Thread Lukas Ertl
On Wed, 20 Aug 2003, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Lukas Ertl [EMAIL PROTECTED] writes: : On Wed, 20 Aug 2003, Martin Jessa wrote: : : It works, unplug the card once or twice and try again. : Same shit happens to me pretty frequently. : : The card has

Re: ath0 card: CardBus card activiation failed

2003-08-20 Thread Lukas Ertl
On Wed, 20 Aug 2003, M. Warner Losh wrote: In message: [EMAIL PROTECTED] Lukas Ertl [EMAIL PROTECTED] writes: : Built last night after cvsup (times are CEST): : : $ ls -l /boot/kernel.old/kernel : -r-xr-xr-x 1 root wheel 4164476 20 Aug 00:03 /boot/kernel.old/kernel I

Re: ath0 card: CardBus card activiation failed

2003-08-20 Thread Lukas Ertl
of pccbb.c fixes the problem and the card works again. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna

Re: Bluetooth on -current

2003-08-16 Thread Lukas Ertl
to connect to my mobile phone and use it as a modem to connect to the internet. So far, I'd say that Bluetooth support is fine in -CURRENT. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna

Re: Bluetooth on -current

2003-08-16 Thread Lukas Ertl
in -CURRENT. Would you describe the procedure you used to make this work? I mostly followed the info on http://www.oook.cz/bsd/handbook/bluetooth.html. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073

Re: driver maintainers, please help

2003-08-14 Thread Lukas Ertl
docs/55512 yourself? regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

buildworld breaks

2003-08-14 Thread Lukas Ertl
/usr/src/sys/boot/i386/libi386/biosacpi.c:33: /usr/obj/usr/src/i386/usr/include/ctype.h:88: error: syntax error before int *** Error code 1 Stop in /usr/src/sys/boot/i386/libi386. *** Error code 1 regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread Lukas Ertl
it by booting from floppies and running the Fixit floppy, writing a new disklabel, which seems to have become corrupted somehow. HTH, regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University

Re: ffsinfo missing in 5.1-RELEASE

2003-08-14 Thread Lukas Ertl
as is the case in the patch) and look for advice on reintroducing them from someone with more UFS expertise than me. Robert, I'll have a look at it once it's back in the tree, maybe I find out what to do about it. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX

Re: ffsinfo missing in 5.1-RELEASE

2003-08-14 Thread Lukas Ertl
. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: buildworld breaks

2003-08-14 Thread Lukas Ertl
On Thu, 7 Aug 2003, Lukas Ertl wrote: buildworld is current broken: === sys/boot/i386/libi386 cc -O -pipe -mcpu=pentiumpro -ffreestanding -DCOMPORT=0x3f8 -DCOMSPEED=9600 -DTERM_EMU -I/usr/src/sys/boot/i386/libi386/../../common -I/usr/src/sys/boot/i386/libi386/../btx/lib -I/usr/src/sys

Re: [HEADSDOWN] swap_pager.c calming down...

2003-08-14 Thread Lukas Ertl
. You're sure there's no relation between your recent swap changes? regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread Lukas Ertl
c: 1562963220unused 0 0 # raw part, don't edit d: 155247730 1048592 vinum As you can see, first comes swap, then the rest of the drive is dedicated to vinum. Does that mean I have to rearranged or never build world again? regards, le -- Lukas Ertl

driver maintainers, please help

2003-08-14 Thread Lukas Ertl
. Thanks so far, regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: New panics

2003-08-14 Thread Lukas Ertl
On Mon, 11 Aug 2003, Lukas Ertl wrote: Closest comes pmap_is_modified, I guess. Gang, I gladly managed to get a crashdump on the latest panic. It's now clear it happends in pmap_is_modified(). This is a FreeBSD 5.1-CURRENT #18: Tue Aug 12 18:42:23 CEST 2003 kernel, but with the DISABLE_PSE

New panics

2003-08-14 Thread Lukas Ertl
= (struct proc *) 0xc60931e4 (kgdb) quit [EMAIL PROTECTED] crash]# exit Script done on Sun Aug 10 22:12:40 2003 regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax

Re: -current want't boot this morning

2003-08-14 Thread Lukas Ertl
, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: New panics

2003-08-11 Thread Lukas Ertl
On Sun, 10 Aug 2003, Lukas Ertl wrote: 5.1-CURRENT FreeBSD 5.1-CURRENT #12: Wed Aug 6 21:49:32 CEST 2003 Fatal trap 12: page fault while in kernel mode cpuid = 3; lapic.id = 0700 fault virtual address = 0xbfcb09a0 fault code= supervisor read, page not present instruction

Re: [Fwd: cvs commit: src/sys/i386/i386 pmap.c]

2003-08-10 Thread Lukas Ertl
On Wed, 6 Aug 2003, Alan L. Cox wrote: If your i386 system has panic()ed in pmap_remove_all() recently, I would encourage you to update your pmap.c. This is definitely good news! Thanks! regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator

Re: Weird reboots from bootmgr or loader

2003-08-06 Thread Lukas Ertl
On Tue, 5 Aug 2003, Florian Smeets wrote: Lukas Ertl wrote: I managed to fix it by booting from floppies and running the Fixit floppy, writing a new disklabel, which seems to have become corrupted somehow. Yes this really did the trick! :-) May I ask if you boot from a vinum volume

Re: ath0 driver

2003-08-06 Thread Lukas Ertl
On Wed, 6 Aug 2003, Sam Leffler wrote: Verify you have the latest HAL using sysctl hw.ath The version should be 0.9.5.3 or better (can't remember if I committed .4 or .3). Shouldn't that be 0.9.5.2? I run the latest current, and hw.ath.hal.version is 0.9.5.2. regards, le -- Lukas Ertl

Re: Bootstrap: Machine keeps booting ? (boot0/mbr) ?

2003-08-06 Thread Lukas Ertl
. (-CURRENT ? why?) You probably have your swap partition as the first partition on your drive. Boot up to a fixit floppy and rewrite your boot blocks. Then re-cvsup to the very latest current, phk@ has already fixed this problem. regards, le -- Lukas Ertl eMail: [EMAIL

panic every few hours, pmap related?

2003-08-05 Thread Lukas Ertl
Aug 4 23:58:35 2003 -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: panic every few hours, pmap related?

2003-08-05 Thread Lukas Ertl
tried that, but unfortunately the problem still exists :-/ regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna

Bug in GEOM or in gstat?

2003-08-04 Thread Lukas Ertl
| da2s1e Notice the high numbers in the L(q) row, this seems like an underflow somewhere. The numbers don't stay like that, they are fluctuating. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna

Re: Bug in GEOM or in gstat?

2003-08-04 Thread Lukas Ertl
0 0 0 00.0 0 00.00.0| da2s1c 0 0 0 00.0 0 00.00.0| da2s1d 0 2 0 00.0 2 318.51.7| da2s1e 561% busy is nice, too :-) regards, le -- Lukas Ertl

Re: Bug in GEOM or in gstat?

2003-08-04 Thread Lukas Ertl
On Mon, 4 Aug 2003, Lukas Ertl wrote: This is a snapshot from an idle system: dT: 0.510 flag_I 50us sizeof 240 i -1 0 0 0 00.0 0 00.00.0| da0s1f 4294967293 4 0 00.0 4 63 10.6 561.0| da0s1g 0 0 0

ath(4) related panic after suspend/resume

2003-08-04 Thread Lukas Ertl
cbb_softc *) 0xc2572180 err = 0 #11 0xc022a151 in fork_exit (callout=0xc018a950 cbb_event_thread, arg=0x0, frame=0x0) at /usr/src/sys/kern/kern_fork.c:794 td = (struct thread *) 0x0 p = (struct proc *) 0xc0ed23c8 (kgdb) quit [EMAIL PROTECTED] crash]# regards, le -- Lukas

Re: Failed to make buildkernel with device ath

2003-07-30 Thread Lukas Ertl
on this : if_ath.o: In function `ath_attach': /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:198: undefined reference to `ath_hal_attach' Do you have device ath_hal device wlan in your kernel config? regards, le -- Lukas Ertl eMail: [EMAIL

Re: fixed another leak in USB code

2003-07-29 Thread Lukas Ertl
! regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: Highly loaded machine getting slower and slower

2003-07-29 Thread Lukas Ertl
On Mon, 28 Jul 2003, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Lukas Ertl writes: Hi there, I'm having again problems with a highly loaded 5.1-current machine. The box is a 2.4GHz Dual Xeon (HTT enabled) with 1GB RAM and acts as a news server/feeder running diablo. It's

Re: device driver memory leak in 5.1-20030726?

2003-07-28 Thread Lukas Ertl
On Sun, 27 Jul 2003, John-Mark Gurney wrote: Lukas Ertl wrote this message on Sun, Jul 27, 2003 at 16:43 +0200: I have different core dumps and backtraces available, but they don't seem to be of much use in this case. I really suspect the USB stuff to be leaking. Ok, if you truely think

Re: broken world

2003-07-28 Thread Lukas Ertl
an possibly in more files. The source looks like: #ifndef lint $FreeBSD: src/contrib/isc-dhcp/includes/dhcpd.h,v 1.2 2003/07/28 08:30:11 mbr Exp $\n; #endif /* not lint */ This was fixed in rev. 1.3 of src/contrib/isc-dhcp/common/dispatch.c. regards, le -- Lukas Ertl

Highly loaded machine getting slower and slower

2003-07-28 Thread Lukas Ertl
? regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277-9140 University of Vienna http://mailbox.univie.ac.at/~le

Re: device driver memory leak in 5.1-20030726?

2003-07-27 Thread Lukas Ertl
, but they don't seem to be of much use in this case. I really suspect the USB stuff to be leaking. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX Systemadministrator Tel.: (+43 1) 4277-14073 Vienna University Computer Center Fax.: (+43 1) 4277

Re: device driver memory leak in 5.1-20030726?

2003-07-27 Thread Lukas Ertl
On Sun, 27 Jul 2003, John-Mark Gurney wrote: Lukas Ertl wrote this message on Sun, Jul 27, 2003 at 16:43 +0200: I'm too seeing these annoying kmem_malloc panics on recent -current kernels. The laptop I'm using is way off of being overloaded at all, the only thing I do is going online

Re: ufs2 snapshots in 5.1 still broken

2003-07-19 Thread Lukas Ertl
mksnap_ffs /usr /usr/snapshot real0m3.059s user0m0.001s sys 0m0.143s regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX-Systemadministrator Tel.: (+43 1) 4277-14073 Zentraler Informatikdienst (ZID) Fax.: (+43 1) 4277-9140 der

fix print/gv (was: Re: Fixing gcc 3.3 compile failures)

2003-07-18 Thread Lukas Ertl
INC_XAW(aaa) X11/Xaw3d/##aaa## +# define INC_X11(aaa) X11/aaa +# define INC_XMU(aaa) X11/Xmu/aaa +# define INC_XAW(aaa) X11/Xaw3d/aaa #endif #endif /* _PATHS_H_ */ ---8--- regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX-Systemadministrator Tel

Re: escalation stage 2 [was:RE: Big and ugly bug in 5.1-release]

2003-07-16 Thread Lukas Ertl
. Sounds very much like you damaged the drive. regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX-Systemadministrator Tel.: (+43 1) 4277-14073 Zentraler Informatikdienst (ZID) Fax.: (+43 1) 4277-9140 der Universität Wien

Experiences with ath(4)

2003-07-05 Thread Lukas Ertl
world have died. I can connect to the other hosts in the LAN just fine, though, and there are no further messages in the log files. The quickest way to make it work again, is pulling the card out and plug it back it. Any ideas? regards, le -- Lukas Ertl eMail: [EMAIL

Re: Experiences with ath(4)

2003-07-05 Thread Lukas Ertl
On Sat, 5 Jul 2003, Lukas Ertl wrote: *) Finally, there seems to be a problem with interaction between the AP and my ADSL router (I'm not sure if this is a FreeBSD problem, I need to test with WinXP too). My LAN looks something like this: WLAN Client ))) ((( AP --- Switch --- ADSL router

Re: Experiences with ath(4)

2003-07-05 Thread Lukas Ertl
On Sat, 5 Jul 2003, Robert Watson wrote: On Sat, 5 Jul 2003, Lukas Ertl wrote: Ok, I've investigated this further. The strange thing is: whenever the connections to the outside drop, I can ping and connect to any host in my LAN (10.0.0.0/24), but I _cannot_ ping 10.0.0.138 from the WLAN

Re: Experiences with ath(4)

2003-07-05 Thread Lukas Ertl
On Sat, 6 Jul 2003, Andrew Thompson wrote: On Sun, 2003-07-06 at 05:30, Lukas Ertl wrote: Ok, I've investigated this further. The strange thing is: whenever the connections to the outside drop, I can ping and connect to any host in my LAN (10.0.0.0/24), but I _cannot_ ping 10.0.0.138

Re: Experiences with ath(4)

2003-07-05 Thread Lukas Ertl
On Sat, 5 Jul 2003, Lukas Ertl wrote: Ok, I've investigated this further. The strange thing is: whenever the connections to the outside drop, I can ping and connect to any host in my LAN (10.0.0.0/24), but I _cannot_ ping 10.0.0.138 from the WLAN client, which is the inside interface

make buildkernel currently broken in sys/pci/agp_intel.c

2003-05-27 Thread Lukas Ertl
@@ struct agp_gatt *gatt; u_int32_t type = pci_get_devid(dev); int error; + u_long value; error = agp_generic_attach(dev); if (error) ---8--- regards, le -- Lukas Ertl eMail: [EMAIL PROTECTED] UNIX-Systemadministrator

Re: 5.0 and Thinkpad T20: ACPI related panics

2003-01-22 Thread Lukas Ertl
Hi -current, just FYI regarding my suspend/resume problem on the T20 (seems like other people have the same problem): On Wed, 22 Jan 2003, Lukas Ertl wrote: I think I've found the culprit: it's the sound device. If I remove device pcm from the kernel, I can suspend/resume after switching

suspend/resume panic on Thinkpad T20

2003-01-21 Thread Lukas Ertl
it from the kernel. I still got the same panic, but with fxp0, uhci0+ as process number 20 on irq 11. I'm currently building with DDB, so maybe I can get a core dump. Any tips or suggestions are appreciated. Please keep me CC'ed. thanks, le -- Lukas Ertl eMail: [EMAIL