Re: usb lpt borked?

2002-04-05 Thread Michael Reifenberger
On Sat, 6 Apr 2002, Alexander Leidinger wrote: ... Only my USB mice does something bad, it hangs the system hard on shutdown. Me too. Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: asr can not map memory?

2002-03-31 Thread Michael Smith
Yeah, you do. I fully understood _that_ context; I think Mike was talking about other context. It's pretty clear to me that ranges ought to be per bridge chipset, rather than global... I thought that that was what the option was working around: that they were not. I can't imagine how you

Re: asr can not map memory?

2002-03-31 Thread Michael Smith
Should I hold onto this card or should I suck it up and get a 3ware online somewhere? Be a man and buy a SCSI RAID controller. The Adaptec 5400S is all you'll ever need =-) You will tell me where I can buy disks for $1/GB and hotswap carriers at $20 a pop, right? 8) -- To announce

Re: nfsclient module panics

2002-03-30 Thread Michael Smith
It would be good to see where this actually is when it traps; DDB would help. (Sorry if this has already been dealt with) For a couple of days, I have been consistent panics whenever I mount an NFS filesystem on a newly made -CURRENT. Things seem to work fine when NFS is actually built

Re: asr can not map memory?

2002-03-30 Thread Michael Smith
I just got the Adaptec 4 port IDE raid card 2400A. It doesn't probe right: asr0: could not map memory I added some debug printouts to the asr driver and pci code. asr0: Adaptec Caching SCSI RAID mem 0xf600-0xf7ff irq 5 at device 5 .1 on pci2 pcib2: device asr0 requested

Re: asr can not map memory?

2002-03-30 Thread Michael Smith
Is there a way that we can fix this without blindly allowing bad bus_alloc_resources ? I'm a bit confused as to wheather our code is behaving oddly or if it's just the device violating some spec... Yes, our code is busted; it should check both ranges and get the arithmetic right. I believe

Re: asr can not map memory?

2002-03-30 Thread Michael Smith
This avoids a panic when probing, there's probably still some badness going on with make/destroy dev in this driver. Pending commentary from Scott, I think you should commit this. Should I hold onto this card or should I suck it up and get a 3ware online somewhere? By all means use it;

Re: asr can not map memory?

2002-03-30 Thread Michael Smith
What's the basis of the assumption that the I/O range is unsupported in the first place, and why isn't it true for this bridge chip, if it's a valid assumption for others? The information was provided in the debugging output and code that Alfred supplied in earlier messages. The short

Re: Alpha Build

2002-03-26 Thread Michael Lucas
in the body of the message -- Michael Lucas [EMAIL PROTECTED], [EMAIL PROTECTED] my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons http://www.blackhelicopters.org/~mwlucas/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: BTX halted

2002-03-25 Thread Michael Smith
Please don't file a PR against something like this in -current until you've established that it's not a transient problem. In this case, it looks like a possibly corrupt kernel; you're dying very early on after jumping into the kernel. On Mon, Mar 25, 2002 at 06:05:14AM -0800, Hiten Pandya

Re: Rev. 1.82 of kern_linker.c disables module loads...

2002-03-21 Thread Michael D. Harnois
. -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota Hell is full of good meanings and wishings. -- George Herbert To Unsubscribe: send mail to [EMAIL

Re: Please backout recent ipfilter changes.

2002-03-19 Thread Michael D. Harnois
(.text+0x1d02): undefined reference to `printnat' -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota A man is a success if he gets up in the morning

Re: ACPI autoload failed -- unable to install

2002-03-17 Thread Michael Smith
Folks, the autoload failed message is just telling you that you have ACPI, but there is no ACPI KLD on the floppy. It has absolutely nothing whatsoever to do with your problem. By the sound of it, you've got a corrupted floppy image. -- To announce that there must be no criticism of the

bpf broken

2002-03-13 Thread Michael D. Harnois
../../../net/bpf.c: In function `bpf_wakeup': ../../../net/bpf.c:518: structure has no member named `si_pid' -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis

Re: Weird binutils error (libintl.h not found) in 5.0-CURRENT

2002-03-08 Thread Michael Lucas
/dev/src/gnu/usr.bin/binutils. *** Error code 1 Stop in /data/dev/src. *** Error code 1 Stop in /data/dev/src. *** Error code 1 Stop in /data/dev/src. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message -- Michael Lucas

Re: HEADS UP: Be nice to -CURRENT ( 1 week Feature Slush )

2002-03-08 Thread Michael G. Petry
There seem to be two distinct problems. The header one seems to have resolution,I got around it by the nested include. The second one may be OBJPRELINK, but does seem to be nailed down yet. Martin Blapp ran into what might be related problems in the OpenOffice port. I've only seen it on g++

Re: Preparing innocent users for -current

2002-03-08 Thread Michael G. Petry
Per Doug's note, is there a schedule to pull the XFree86-4 back up to 4.2.0? Since it was pulled back because of the 4.5 release, it would be a shame for it to be also held back by a -current snapshot. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the

3ware (twe) driver updated (HEADS UP)

2002-03-07 Thread Michael Smith
Just a quick note to let people know that the 3ware driver twe(4) driver has been updated to deal with 3ware's latest firmware releases. These changes have been tested for a couple of weeks now. One other important note for owners of 7xxx series controllers; the 7.4 firmware update is due

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

2002-03-07 Thread Michael D. Harnois
, I can't log in as root? -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota A witty saying proves nothing. -- Voltaire To Unsubscribe: send mail to [EMAIL

Re: Patch for critical_enter()/critical_exit() interrupt assem

2002-03-07 Thread Michael Smith
Trim your cc's. I'm sorry, but simply not liking the idea of someone else doing a particular optimization now verses later is not a good enough reason to require that 40+ hours worth of work be thrown away when that other person has stated, repeatedly, that he will support

binutils

2002-03-06 Thread Michael McGoldrick
Hi, I recently rebuilt Mozilla and kdebase on my (very up to date) current box. Since then, both moz and most KDE apps have been very crashy. I think this is probably something to do with binutils, but is there any way I can check? and are there any workarounds? Additional info: x86 machine,

bktr now fails

2002-03-05 Thread Michael D. Harnois
at device 12.1 (no driver attached) Any ideas? -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota Times are bad. Children no longer obey their parents

Re: bktr now fails

2002-03-05 Thread Michael D. Harnois
On Tue, 2002-03-05 at 12:10, M. Warner Losh wrote: Humor me and compile PCI_ALLOW_UNSUPPORTED_IO_RANGE You da man. Thanks! -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law

problems with shutting machine now

2002-03-05 Thread Michael Ross
at one) to correct it. I was wondering though if anybody on the list had any other ideas? thanks, Michael Ross [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: ACPI issues and questions (Dell Inspiron 3700)

2002-03-03 Thread Michael Smith
In message: [EMAIL PROTECTED] Michael Smith [EMAIL PROTECTED] writes: : No. This would mean that sio(4) will attach to any IrDa port and : preclude an IrDa-specific driver from doing so. : : If any variation of this patch is committed, at the very least sio(4) : should

Re: Assertion faild at kern_mutex.c

2002-02-28 Thread Michael Nottebrock
not get the reported panic, I have also had a very similar lock order reversal reported since (at least) the -CURRENT of 22 Feb. (which as far back as I presently keep the message log). I reported that particular LOR on this list on Feb 7th. -- Michael Nottebrock To Unsubscribe: send mail

Re: Today's panic on boot problem

2002-02-27 Thread Michael Nottebrock
, though. -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: valgrind

2002-02-27 Thread Michael Lucas
. FreeBSD also includes (among others) gdb, which is GPL'd. Since valgrind is not necessary to run a minimal FreeBSD install, it's OK. (Note that I'm not advocating assimilating it into the main system, I'm just saying that the license isn't an impediment. :-) ==ml -- Michael Lucas

this morning's kernel hangs

2002-02-26 Thread Michael D. Harnois
I cvsuped and built world and kernel this morning, and the kernel hangs at atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0. -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law

Re: this morning's kernel hangs

2002-02-26 Thread Michael Nottebrock
David Wolfskill wrote: From: Michael D. Harnois [EMAIL PROTECTED] Date: 26 Feb 2002 08:38:22 -0600 I cvsuped and built world and kernel this morning, and the kernel hangs at atkbd0: AT Keyboard flags 0x1 irq 1 on atkbdc0. I didn't see that problem. Indeed, my (desktop) build machine built

Re: Are there periodic GOOD tags in CVS for -CURRENT?

2002-02-26 Thread Michael Lucas
for temporary security deserve neither - Benjamin Franklin To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message -- Michael Lucas [EMAIL PROTECTED], [EMAIL PROTECTED] my FreeBSD column

Re: Today's panic on boot problem

2002-02-26 Thread Michael D. Harnois
On Tue, 2002-02-26 at 17:38, Peter Wemm wrote: You may like to try reverting this change: A great idea, but unfortunately, incorrect ... -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law

Re: HEADS UP: ACPI CA updated

2002-02-24 Thread Michael Smith
Wow! This did away with the once-a-minute error messages from Notify()s on processor objects on my laptop. However, I am now getting frequent panics from from a GIANT_REQUIRED assertion in kmem_malloc(). kmem_malloc() gets called via malloc() from AcpiOsAllocate(), without Giant locked.

Re: [Patch: clarity] Re: PNP0303 can't assign resources

2002-02-24 Thread Michael Smith
This is a multi-part message in MIME format. --741846253D1D9002AE8EAD96 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit zhuravlev alexander wrote: vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0 unknown: PNP0303 can't

Re: Recent USB problems

2002-02-22 Thread Michael Class
Hello, with current of yesterday everything seems to be ok for me again. But I do not see any reason for this (code has not changed inbetween). Michael Alexander Kabaev wrote: Sorry, no hint by my side, but I can report exactly the same problem on an Athlon-C System equipped with a VIA

Re: ports/34908: libpng port makes bad dynamic library on -CURRENT

2002-02-21 Thread Michael D. Harnois
a patch that we know fixes, at the very least, one of the known problems. However, it can't be committed without feedback from the developers. So having binutils broken indefinitely is better than applying a patch that *might* have to be backed out or altered later? -- Michael D. Harnois

Re: ports/34908: libpng port makes bad dynamic library on -CURRENT

2002-02-21 Thread Michael D. Harnois
On Thu, 2002-02-21 at 13:29, Terry Lambert wrote: Michael D. Harnois wrote: On Thu, 2002-02-21 at 04:03, David O'Brien wrote: On Thu, Feb 21, 2002 at 12:05:31AM +0100, Stijn Hoop wrote: Maybe this can now be committed? NOT until I have sufficient feedback from the FSF Binutils

more -current testers

2002-02-19 Thread Michael Lucas
April-May. Thanks, Michael -- Michael Lucas [EMAIL PROTECTED], [EMAIL PROTECTED] my FreeBSD column: http://www.oreillynet.com/pub/q/Big_Scary_Daemons http://www.blackhelicopters.org/~mwlucas/ To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: more -current testers

2002-02-19 Thread Michael Lucas
wrote: On Tue, Feb 19, 2002 at 12:50:11PM -0500, Michael Lucas wrote: Hi Michael, It seems that the best we can hope for is to educate some of the braver users who are ready to take the next step and are willing to donate some time to us. Agreed. I think there are people out

3ware 6xxx-series controllers and 6.9 firmware

2002-02-18 Thread Michael Smith
--- Blind-Carbon-Copy X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: [EMAIL PROTECTED] Subject: 3ware 6xxx-series controllers and 6.9 firmware Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 18 Feb 2002 03:35:32 -0800 From: Michael Smith [EMAIL PROTECTED

Recent USB problems

2002-02-17 Thread Michael Class
0xd800-0xd81f irq 12 at device 7.3 on pci0 usb1: VIA 83C572 USB controller on uhci1 usb1: USB revision 1.0 uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 2 ports with 2 removable, self powered The system is a dual PIII Gigabyte system with VIA-Chipset. Any hints? Michael

Re: Witness and rpm

2002-02-17 Thread Michael Nottebrock
built and installed the world kernel after you cvsup'd? -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: 'microuptime() went backwards ...' using ACPI timer. Shouldn't that be impossible?

2002-02-17 Thread Michael Smith
If this patch cures the PIIX problem, something I'm not at all convinced about, it should go in, if not only the comment should go in. I would like to see the PIIX problem caught on camera, personally. We're aware of one errata for it already, and we work around it. If there's another

Re: ACPI timer is screwed... (was Re: 'microuptime() went backwards ...' using ACPI timer. Shouldn't that be impossible? )

2002-02-17 Thread Michael Smith
:I would like to see the PIIX problem caught on camera, personally. :We're aware of one errata for it already, and we work around it. If :there's another problem, or ideally if someone has some relatively quick :code to test it, that would be much better. Holy shit. We are

Re: ACPI patch (was Re: 'microuptime() went backwards ...' using ACPI...)

2002-02-17 Thread Michael Smith
Ok, here is a patch that executes a brute-force solution to the asynchronous counter problem. Basically it figures out a mask and then the timer code loops until two masked reads yield the same value, guarenteeing that we haven't caught the timer during a carry.

Re: ACPI timer is screwed... (was Re: 'microuptime() went backwards ...' using ACPI timer. Shouldn't that be impossible? )

2002-02-17 Thread Michael Smith
:I would like to see the PIIX problem caught on camera, personally. :We're aware of one errata for it already, and we work around it. If :there's another problem, or ideally if someone has some relatively quick :code to test it, that would be much better. Holy shit. We are

Re: Witness and rpm

2002-02-17 Thread Michael Nottebrock
and updating everything again, make sure you are actually running the new kernel, and, if the problem persists, get a trace of the panic and report it to the mailing list. -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Witness and rpm

2002-02-13 Thread Michael Nottebrock
of days older than the cvs. How old exactly and what panic? The panic in vfs_syscalls when using rpm was fixed on Feb 2. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=1626284+0+archive/2002/cvs-all/20020203.cvs-all -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED

Re: TV + sound freezes machine

2002-02-13 Thread Michael Nottebrock
Michael Nottebrock wrote: The problem: Watching TV and starting some application that accesses /dev/dsp (like xmms, artsd or the linux-netscape flash-plugin) (or vice versa) freezes my machine. The problem exists since I first installed -CURRENT from an early January-Snapshot

Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois
/../../../../contrib/binutils/bfd/elf32-i386.c:2159: elf32-target.h:605: `bfd_elf32_bfd_merge_sections' undeclared here (not in a function) elf32-target.h:605: initializer element is not constant elf32-target.h:605: (near initialization for `bfd_elf32_i386_vec._bfd_merge_sections') -- Michael D. Harnois

Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois
Never mind. My bad. -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota The price one pays for pursuing any profession, or calling, is an intimate

Lock order reversal on shutdown

2002-02-11 Thread Michael Nottebrock
0xc4141e34 filedesc structure @ ../../../kern/vfs_syscalls.c:457 -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois
/../../../../contrib/binutils/bfd/elf32-i386.c:2159: elf32-target.h:605: `bfd_elf32_bfd_merge_sections' undeclared here (not in a function) elf32-target.h:605: initializer element is not constant elf32-target.h:605: (near initialization for `bfd_elf32_i386_vec._bfd_merge_sections') -- Michael D. Harnois

Re: Binutils fixed in -current?

2002-02-11 Thread Michael D. Harnois
Never mind. My bad. -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota The price one pays for pursuing any profession, or calling, is an intimate

RE: Making bootable recovery CD using cdboot/loader fails

2002-02-11 Thread Michael Reifenberger
cd0 in the output prior to that line? Yes, yes. Can the loader be compiled to be more verbose? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message To Unsubscribe: send mail

Lock order reversal on shutdown

2002-02-07 Thread Michael Nottebrock
0xc4141e34 filedesc structure @ ../../../kern/vfs_syscalls.c:457 -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: Making bootable recovery CD using cdboot/loader fails

2002-02-06 Thread Michael Reifenberger
cd0 in the output prior to that line? Yes, yes. Can the loader be compiled to be more verbose? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: Making bootable recovery CD using cdboot/loader fails

2002-02-06 Thread Michael Reifenberger
to that line? BTW: Using a /kernel and /boot/* from a 4.5-mini.iso seems to work. Unfortunately this loader can't boot -current kernels due to version mismatch... Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

RE: Making bootable recovery CD using cdboot/loader fails

2002-02-05 Thread Michael Reifenberger
On Mon, 4 Feb 2002, John Baldwin wrote: Date: Mon, 04 Feb 2002 18:47:25 -0500 (EST) From: John Baldwin [EMAIL PROTECTED] To: Michael Reifenberger [EMAIL PROTECTED] Cc: FreeBSD-Current [EMAIL PROTECTED] Subject: RE: Making bootable recovery CD using cdboot/loader fails ... and let mkisofs

Making bootable recovery CD using cdboot/loader fails

2002-02-02 Thread Michael Reifenberger
this problem? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: panic in vfs_syscalls

2002-02-01 Thread Michael Nottebrock
Alfred Perlstein wrote: I've just committed a fix, please let me know if it works for you. Yes, everything's fine now. Thanks again! :) -- Michael Nottebrock To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

panic in vfs_syscalls

2002-01-31 Thread Michael Nottebrock
I'm getting these kind of panics with yesterday's kernel every time I try to use rpm. [[EMAIL PROTECTED]]:~ rpm -Uhv --root=/compat/linux /home/lofi/libpng-1.0.9-1.i386.rpm recursed on non-recursive lock (sleep mutex) filedesc structure @ ../../../kern/vfs_syscalls.c:3573 first acquired @

Re: panic in vfs_syscalls

2002-01-31 Thread Michael Nottebrock
Alfred Perlstein wrote: * Michael Nottebrock [EMAIL PROTECTED] [020131 12:19] wrote: I'm getting these kind of panics with yesterday's kernel every time I try to use rpm. Thanks, I'm pretty sure I know what the fix is, but won't be able to take a shot until later tonight, for now you

Re: new panic under -current

2002-01-18 Thread Michael Reifenberger
Hi, the panic I think is for you Alfred. The fsck related problems I describe below are for Kirk. On Mon, 14 Jan 2002, Michael Reifenberger wrote: Date: Mon, 14 Jan 2002 23:16:26 +0100 (CET) From: Michael Reifenberger root@nihil To: Alfred Perlstein [EMAIL PROTECTED] Cc: FreeBSD-Current

Re: panic during fdisk'ing a md(4) device

2002-01-18 Thread Michael Reifenberger
resources. Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

next panic with bwrite: buffer not busy???

2002-01-18 Thread Michael Reifenberger
in ?? () #37 0x804dd4c in ?? () #38 0x804eedc in ?? () #39 0x804adf1 in ?? () (kgdb) Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: panic during fdisk'ing a md(4) device

2002-01-17 Thread Michael Reifenberger
! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS backroot.sh Description: Bourne shell script

Re: panic during fdisk'ing a md(4) device

2002-01-14 Thread Michael Reifenberger
(116,262144) make_dev(maj=116,min=262144,name=ad0s3a) makedev(116,262146) dkmodminor() dsname() makedev(116,262146) make_dev(maj=116,min=262146,name=ad0s3 dkmodminor() dsname() PENG What else to debug? BTW: sys/types.h defines another makedev() as kern_conf.c Bye! Michael Reifenberger ^.*Plaut

Re: panic during fdisk'ing a md(4) device

2002-01-14 Thread Michael Reifenberger
/dev/md10c /tmp Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions

new panic under -current

2002-01-14 Thread Michael Reifenberger
in ?? () #37 0x804d7f3 in ?? () #38 0x804dd4c in ?? () #39 0x804eedc in ?? () #40 0x804adf1 in ?? () (kgdb) What to look for? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

rpcbind panic

2002-01-14 Thread Michael McGoldrick
Kernel and world built with sources cvsupped as of Mon Jan 14 18:44:04 GMT from cvsup.freebsd.org. The panic message is hand copied. Please send me a mail if other details (eg dme sg) are required. Kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode fault

Re: new panic under -current

2002-01-14 Thread Michael Reifenberger
seen this type of panic a few times in the past but not reproducable and somewhat infrequently. See a previous post of mine with a few backtraces. Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current

Re: sudo busted after recent upgrade to -current

2002-01-14 Thread Michael Reifenberger
/etc/pam.d/[su|other]. Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Trace for rpcbind panic

2002-01-14 Thread Michael McGoldrick
The trace was short, so I wrote the whole thing down. _mtx_unlock_sleep(c232c834,0,0,0) at _mtx_unlock_sleep+0x9f unp_externalize(c0b6ab00,c0b6ac00,cb5d3ccc,cb5d3c8c,cb5d3ccc) at unp_externalize +0x38e soreceive(ca29d420,cb5d3c18,cb5d3c44,0,cb5d3c1c) at soreceive+0x376

Re: panic during fdisk'ing a md(4) device

2002-01-12 Thread Michael Reifenberger
Hi, more input: The panic occurs in dsname() while dereferencing devsw(dev)-d_name. devsw(dev) gives NULL. The call to dsname() occurs from dkmodminor() defined in disklabel.h I've seen two calls to dsname, only the second one panics. Any thoughts? Bye! Michael Reifenberger ^.*Plaut

new module-references compile error

2002-01-12 Thread Michael Class
kernel.debug linprocfs.o: In function `linprocfs_donetdev': /sys/i386/compile/MCSMP2/../../../compat/linprocfs/linprocfs.c(.text+0xfe9): undefined reference to `linux_ifname' *** Error code 1 Any hints? Michael

Re: panic during fdisk'ing a md(4) device

2002-01-10 Thread Michael Reifenberger
, IOPL = 0 curproc = 0 (swapper) Can I get from kernel.debug and the IP-address the faulting code postmortem for shure? `nm /boot/kernel~/kernel | grep c0176b` gives: c0176b4c T dsname c0176bf8 T dsopen Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail

Re: panic during fdisk'ing a md(4) device

2002-01-09 Thread Michael Reifenberger
a dump? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

-current panics of today

2002-01-09 Thread Michael Reifenberger
Hi, attached are three backtraces (sorry, no matching kernel.debug for them) of some panics of today. The first was during an copy operation from CDROM to /tmp (md disk) The next where during background fsck-ing after the first dump... Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis

Re: panic: don't do that

2002-01-08 Thread Michael Reifenberger
On Tue, 8 Jan 2002, Martin Blapp wrote: ... during the install on CURRENT. Why has been /dev dumped anyway ? I bet you have old /dev entries as a fallback left which got backed up. What do you see on a unmounted /dev? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS

panic during fdisk'ing a md(4) device

2002-01-08 Thread Michael Reifenberger
$blocks $cylinders Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

today's current: acpi fails to load

2002-01-08 Thread Michael Harnois
link_elf: symbol find_devclass undefined KLD file acpi.ko - could not finalize loading -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota The opposite

Re: Why does bus_alloc_resource fail for sound and PCIC?

2002-01-06 Thread Michael Reifenberger
worked in compat mode anyway) yet. Maybe NEWCARD is trying to use wrong resources here... Maybe we need some special handling for the new Intel-mobile-chipset used by IBM (which supports up to 1GB of memory). Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS --- conf/options.orig

Re: Why does bus_alloc_resource fail for sound and PCIC?

2002-01-05 Thread Michael Reifenberger
seems to do the job. bus_alloc_resource() still fails... Any tips to analyse/debug the problem? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Why does bus_alloc_resource fail for sound and PCIC?

2002-01-05 Thread Michael Reifenberger
12 ... Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Thinkpad A30p and -current. status and issues

2002-01-04 Thread Michael Reifenberger
and pciconf.txt. Does anyone know how to interpret and resolve the mapping issues? Which bridge-chip is responsible for the agp access? Bye! Michael Reifenberger ^.*Plaut.*$, IT, R/3 Basis, GPS Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989

mergemaster and /etc/pam.d

2002-01-04 Thread Michael D. Harnois
mergemaster does not pick up changes to the /etc/pam.d directory. Is this a feature? -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota When the stomach

RE: mergemaster and /etc/pam.d

2002-01-04 Thread Michael Harnois
I don't think pam.d is installed right now by default. Hmm. I'm not sure how it got installed on my system at all, then ... To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

RE: mergemaster and /etc/pam.d

2002-01-04 Thread Michael Harnois
mtree creates the directory but the current makefiles don't install anything in the directory. I just know there's stuff in the directory on my machine, and I didn't do anything intentional to put it there. YMMV. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe

spawning zombies incapacitate system

2002-01-01 Thread Michael Harnois
Something on my -current system is spawning zombies of sh. With 55 minutes of uptime, I already have 48 of them. How do I figure out what the heck is doing this? -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L

Re: ACPI causes immediate reboot [Omnibook 6100] ?

2001-12-18 Thread Michael G. Petry
of the message Michael Petry To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: cvs commit: src/sys/conf files src/sys/dev/ciss ciss.c cissio.h cissreg.h cissvar.h src/sys/modules Makefile src/sys/modules/ciss Makefile src/sys/i386/conf NOTES

2001-11-28 Thread Michael Harnois
for `cis s_ioctl' /usr/src/sys/modules/ciss/../../dev/ciss/ciss.c:212: previous declaration of `ci ss_ioctl' /usr/src/sys/modules/ciss/../../dev/ciss/ciss.c:1640: warning: `ciss_abort_reque st' defined but not used -- Michael D. Harnois bilocational bivocational Pastor, Redeemer

Re: rm -rf /usr/obj/usr/src/usr.bin/tip helps build -CURRENT

2001-11-27 Thread Michael Lucas
On Tue, Nov 27, 2001 at 04:20:54PM +, Brian Somers wrote: A ``rm -fr /usr/obj; make -DNOCLEAN buildworld'' is quicker than ``make buildworld'' anyway :*) Really? Is this recommended? ==Michael Mad doc PR submitter Lucas -- Michael Lucas [EMAIL PROTECTED] http

Re: guide to downgrading from 5.0 to 4.4-STABLE

2001-11-02 Thread Michael Lucas
-- Michael Lucas [EMAIL PROTECTED] http://www.blackhelicopters.org/~mwlucas/ Big Scary Daemons: http://www.oreillynet.com/pub/q/Big_Scary_Daemons To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: depend problem on new -current

2001-10-24 Thread Michael Harnois
it. Should be there shortly. -- Michael D. Harnois bilocational bivocational Pastor, Redeemer Lutheran ChurchWashburn, Iowa 1L, UST School of Law Minneapolis, Minnesota The opposite of a correct statement is a false statement. The opposite

gnu as problems

2001-09-29 Thread Michael McGoldrick
When attempting to builworld on a -current system from about the 24th, buildworld bombs like this: -- stage 1: bootstrap tools -- cd /usr/src;

RE: panic: lock (sleep mutex) vnode interlock on Alpga

2001-09-25 Thread Michael G. Jung
John/all: For what it's worth... I started experiencing this panic problem as described .. After a make depend and then building/installing the kernel the problem is gone. This was from a cvsup ~9:30 EST 9/25/01 --mikej Michael Jung [EMAIL PROTECTED] On 25-Sep-01 Wilko Bulte wrote: I'm

dhclient fails on -current

2001-09-11 Thread Michael Harnois
For the last five days or so, dhclient from isc-dhcp2 has not worked with -current on my machine. It reports dc0: not found. Some others reported a similar problem with postfix which was cured by recompiling. The same solution does not work with dhclient. -- Michael D. Harnois

Re: dhclient fails on -current

2001-09-11 Thread Michael Harnois
On Tue, 11 Sep 2001 13:05:57 -0700, David O'Brien [EMAIL PROTECTED] said: Why are you using the client from isc-dhcp2 when that is the same client in the base system? In fact, having looked at my rc.conf now, I am using the one from the base system. -- Michael D. Harnois

Re: boot() called on cpu #1 - hang

2001-09-11 Thread Michael Class
after lockmgr W What else could I test? Michael To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

<    9   10   11   12   13   14   15   16   17   >