Re: How to report bugs (Re: 6.2-STABLE deadlock?)

2007-04-27 Thread Daniel O'Connor
On Saturday 28 April 2007 04:33, Marc G. Fournier wrote: > A thought: how hard would it be to add some method of forcing a > system crash, that would dump core, from the command line? Something > that, by default, would be disabled, but for remote debugging > purposes, one could enable in the kern

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Robert Marella
On Fri, 27 Apr 2007 14:28:14 -0600 Scott Long <[EMAIL PROTECTED]> wrote: > Thomas Quinot wrote: > > * Scott Long, 2007-04-27 : > > > >> Oh hell, I know exactly what the problem is! The opcode for a > >> TEST_UNIT_READY is 0x00. This is probably the command that is > >> generating the CHECK_COND

Re: ath0 induced panic additional info

2007-04-27 Thread Steve Kargl
On Fri, Apr 27, 2007 at 02:26:15PM -0700, Sam Leffler wrote: > Steve Kargl wrote: > > By increasing the kernel message buffer, I was able to > > get the previous "Unread portion" im my last email. > > > > Unread portion of the kernel message buffer: > > lock order reversal: (sleepable after non-sl

Re: How to report bugs (Re: 6.2-STABLE deadlock?)

2007-04-27 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Friday, April 27, 2007 22:57:29 +0200 Nicolas Rachinsky <[EMAIL PROTECTED]> wrote: > * "Marc G. Fournier" <[EMAIL PROTECTED]> [2007-04-27 16:03 -0300]: >> A thought: how hard would it be to add some method of forcing a system >> crash, that

Re: ath0 induced panic additional info

2007-04-27 Thread Sam Leffler
Steve Kargl wrote: > By increasing the kernel message buffer, I was able to > get the previous "Unread portion" im my last email. > > Unread portion of the kernel message buffer: > lock order reversal: (sleepable after non-sleepable) > 1st 0xc34caec0 ath0 (ath0) @ /usr/src/sys/dev/ath/if_ath.c:52

Re: How to report bugs (Re: 6.2-STABLE deadlock?)

2007-04-27 Thread Nicolas Rachinsky
* "Marc G. Fournier" <[EMAIL PROTECTED]> [2007-04-27 16:03 -0300]: > A thought: how hard would it be to add some method of forcing a system crash, > that would dump core, from the command line? Something that, by default, > would Doesn't 'kill -6 1' work anymore? Nicolas -- http://www.rachi

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Scott Long
Thomas Quinot wrote: * Scott Long, 2007-04-27 : Oh hell, I know exactly what the problem is! The opcode for a TEST_UNIT_READY is 0x00. This is probably the command that is generating the CHECK_CONDITION. The test for saved_cmd is entirely bogus. H. Looks like a very plausible culprit.

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Thomas Quinot
* Scott Long, 2007-04-27 : > Oh hell, I know exactly what the problem is! The opcode for a > TEST_UNIT_READY is 0x00. This is probably the command that is > generating the CHECK_CONDITION. The test for saved_cmd is entirely > bogus. H. Looks like a very plausible culprit. Good catch Scott!

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Scott Long
Nikolay Pavlov wrote: On Friday, 27 April 2007 at 17:32:18 +0200, Thomas Quinot wrote: * Ganbold.TS, 2007-04-27 : I tried your patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=103602&getpatch=12 and the problem is still the same. Ssytem freezes upon start of k3b. I also tried your attached

Re: How to report bugs (Re: 6.2-STABLE deadlock?)

2007-04-27 Thread Marc G. Fournier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 - --On Tuesday, April 24, 2007 23:53:16 -0400 Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Wed, Apr 25, 2007 at 10:53:08AM +0800, LI Xin wrote: >> Hi, Oleg, >> >> Oleg Derevenetz wrote: >> > ??? LI Xin <[EMAIL PROTECTED]>: >> [...] >> >> I'm n

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Nikolay Pavlov
On Friday, 27 April 2007 at 17:32:18 +0200, Thomas Quinot wrote: > * Ganbold.TS, 2007-04-27 : > > > I tried your patch at > > http://www.freebsd.org/cgi/query-pr.cgi?pr=103602&getpatch=12 and the > > problem is still the same. Ssytem freezes upon start of k3b. > > > > I also tried your attached p

Re: xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Oliver Fromme
Chris Rees <[EMAIL PROTECTED]> wrote: > Maybe I should suggest adding libwww as dependiencies to xfce4 You should talk to the port's maintainer about that. However, it's not always a trivial thing to get all the possible dependencies right. Sometimes the configure script of a software happens t

Re: xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Chris Rees
Ah, brilliant! Thanks, I knew there was a way like that, but six hours' googling didn't find it, though I'm sure it was just me being thick! Maybe I should suggest adding libwww as dependiencies to xfce4, or maybe I shouldn't just delete ports without making a careful list... On 27/04/07, Daniel

Re: xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Oliver Fromme
Daniel O'Connor wrote: > Oliver Fromme wrote: > > Oliver Fromme wrote: > > > $ cd /usr/ports > > > $ echo */*/pkg-plist | xargs grep libmd5.so.1 > > [...] > > http://www.secnetix.de/tools/porgle/ > > > > Enter "libmd5.so.1" into the search field, check the > > "packing list" checkbox, and

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Thomas Quinot
* Ganbold.TS, 2007-04-27 : > I tried your patch at > http://www.freebsd.org/cgi/query-pr.cgi?pr=103602&getpatch=12 and the > problem is still the same. Ssytem freezes upon start of k3b. > > I also tried your attached patch, which reverts part of rev. 1.42.2.3 > and the problem is still the same,

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Nikolay Pavlov
On Friday, 27 April 2007 at 9:40:19 +0800, Ganbold wrote: > Thomas Quinot wrote: > >* Ganbold, 2007-04-25 : > > > > > >>>Description: > >>> > >>With atapi-cam.c (rev 1.42.2.3) when running k3b application, system > >>completely hangs on k3b splash screen and I had to use power button only

Re: kern/112119: system hangs when starts k3b on RELENG_6

2007-04-27 Thread Ganbold.TS
Thomas, I tried your patch at http://www.freebsd.org/cgi/query-pr.cgi?pr=103602&getpatch=12 and the problem is still the same. Ssytem freezes upon start of k3b. I also tried your attached patch, which reverts part of rev. 1.42.2.3 and the problem is still the same, system hangs when starts k3b.

Re: ASUS P5LD2-VM problem?

2007-04-27 Thread Jeremy Chadwick
On Fri, Apr 27, 2007 at 04:50:53PM +0300, Andrei V. Lavreniyuk wrote: > Motherboard: > ASUS P5LD2-VM Socket775 BIOS version 1304 > > acpi_bus_number: can't get _ADR > acpi_bus_number: can't get _ADR > ?? Almost every system (workstation or server) i've seen which uses ACP

Re: HEADS UP: No longer need to recompile milters when upgrading

2007-04-27 Thread Bruce A. Mah
If memory serves me right, Gregory Shapiro wrote: > The libmilter ABI breakage which required recompiling mail filters > (milters) has been fixed in the RELENG_[456] branches. > > It is no longer necessary to recompile mail filters compiled against an > older libmilter.so shared library. Addition

ASUS P5LD2-VM problem?

2007-04-27 Thread Andrei V. Lavreniyuk
Hi! System: FreeBSD consulting 6.2-STABLE FreeBSD 6.2-STABLE #0: Fri Apr 27 00:46:01 EEST 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP-ECORYS i386 Motherboard: ASUS P5LD2-VM Socket775 BIOS version 1304 -- # dmesg Copyright (c) 1992-2007 The FreeBSD

Re: xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Daniel O'Connor
On Friday 27 April 2007 20:48, Oliver Fromme wrote: > Oliver Fromme wrote: > > Just a small addendum _how_ to find it out: > > > > $ cd /usr/ports > > $ echo */*/pkg-plist | xargs grep libmd5.so.1 > > I'm very sorry for repeatedly replying to myself, but I > almost forgot that there's a much fa

Re: CARP and em0 timeout watchdog

2007-04-27 Thread Sven Willenberger
On Fri, 2007-04-20 at 14:44 -0400, Sven Willenberger wrote: > On Fri, 2007-04-20 at 11:27 -0700, Jack Vogel wrote: > > On 4/20/07, Sven Willenberger <[EMAIL PROTECTED]> wrote: > > > On Fri, 2007-04-20 at 10:17 -0700, Jack Vogel wrote: > > > > On 4/20/07, Jeremy Chadwick <[EMAIL PROTECTED]> wrote: >

Re: xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Oliver Fromme
Oliver Fromme wrote: > Just a small addendum _how_ to find it out: > > $ cd /usr/ports > $ echo */*/pkg-plist | xargs grep libmd5.so.1 I'm very sorry for repeatedly replying to myself, but I almost forgot that there's a much faster way to find the port which has that library: http://www.secn

Re: xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Oliver Fromme
Oliver Fromme wrote: > Chris Rees <[EMAIL PROTECTED]> wrote: > > Kind of embarrassing, I'm running 6.2-STABLE, and I recently used > > pkg_cutleaves to free some disk space. However, xfce's desktop doesn't work > > any more, neither will Thunar, and they both complain about missing file > > /u

Re: xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Oliver Fromme
Chris Rees <[EMAIL PROTECTED]> wrote: > Kind of embarrassing, I'm running 6.2-STABLE, and I recently used > pkg_cutleaves to free some disk space. However, xfce's desktop doesn't work > any more, neither will Thunar, and they both complain about missing file > /usr/local/lib/libmd5.so.1. My loc

xfce4 desktop broken, complaining about libmd5.so.1

2007-04-27 Thread Chris Rees
Kind of embarrassing, I'm running 6.2-STABLE, and I recently used pkg_cutleaves to free some disk space. However, xfce's desktop doesn't work any more, neither will Thunar, and they both complain about missing file /usr/local/lib/libmd5.so.1. My locate database says it was there before I deinstall