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: g++ problem

2003-11-07 Thread Christoph P. Kukulies
On Thu, Nov 06, 2003 at 11:28:28AM -0500, Alexander Kabaev wrote: > On Thu, 6 Nov 2003 16:55:00 +0100 (CET) > "C. Kukulies" <[EMAIL PROTECTED]> wrote: > > > I tried to compile a virus-scanner for Linux that allows for scanning > > Windoze PCs in a network for all sorts of recent viruses (RPC/DCOM

camcontrol rescan all panics kernel

2003-10-24 Thread Christoph P. Kukulies
I was playing a bit with USB (had a umass device attached) and while still being unsure whether I had device umass in kernel I typed the line camcontrol rescan all and that gave: panic:vmapbuf db> -- Chris Christoph P. U. Kukulies kuku_at_physik.rwth-aachen.de __

Re: this /rescue thing

2003-10-20 Thread Christoph P. Kukulies
On Mon, Oct 20, 2003 at 08:06:10AM -0700, David O'Brien wrote: > On Mon, Oct 20, 2003 at 11:55:57AM +0200, C. Kukulies wrote: > > ===> rescue/rescue > > install -s -o root -g wheel -m 555 rescue /rescue > > install -o root -g wheel -m 555 nextboot_FIXED /rescue/nextboot.sh > > install: /rescue

Re: panic with -current kernel ata_timeout

2003-10-15 Thread Christoph P. Kukulies
On Tue, Oct 14, 2003 at 10:14:37PM +0200, Soren Schmidt wrote: > It seems Christoph P. Kukulies wrote: > > Help! Am I alone with this? I cvsuped again today built world,kernel. > > Still this panic. Soeren, do you get this also? You have the Motherboard > > P4S8X which I donat

Re: panic with -current kernel ata_timeout

2003-10-14 Thread Christoph P. Kukulies
On Tue, Oct 14, 2003 at 10:14:37PM +0200, Soren Schmidt wrote: > It seems Christoph P. Kukulies wrote: > > Help! Am I alone with this? I cvsuped again today built world,kernel. > > Still this panic. Soeren, do you get this also? You have the Motherboard > > P4S8X which I donat

Re: panic with -current kernel ata_timeout

2003-10-14 Thread Christoph P. Kukulies
Help! Am I alone with this? I cvsuped again today built world,kernel. Still this panic. Soeren, do you get this also? You have the Motherboard P4S8X which I donated a couple of months ago. It does not happen with an Oct 5 kernel. On Sun, Oct 12, 2003 at 01:52:40PM +0200, C. Kukulies wrote: > with

Re: ad0: WARNING - WRITE_DMA recovered from missing interrupt

2003-10-12 Thread Christoph P. Kukulies
On Sat, Oct 11, 2003 at 04:05:36PM -0500, Derek Ragona wrote: > What type of drive is in your dell? I get this same error with an SATA > drive and adapter. ad0: 28615MB IC25N030ATDA04-0 [58140/16/63] at ata0-master UDMA100 I believe it's an IBM Travelstar . -- Christoph P. U. Kukulies kuku_at_p

Re: illegal instruction (core dumped) during make cleandir in rescue

2003-09-22 Thread Christoph P. Kukulies
On Fri, Sep 19, 2003 at 09:41:51AM +0200, Christoph Kukulies wrote: > > Strange, very strange. SOeren, you know my hardware, it is the same MB > (ASUS P4S8X or the like - off memory). > > I built a couple of worlds during the past months. > > But with the recent cvsups I don't get through. make

Re: .fsck_snapshot file

2003-09-02 Thread Christoph P. Kukulies
On Tue, Sep 02, 2003 at 06:58:04PM +1000, Peter Jeremy wrote: > On Tue, Sep 02, 2003 at 08:27:00AM +0200, Christoph Kukulies wrote: > >I have a file .fsck_snapshot in /usr (of 7 GB ?!) > >-r 1 root wheel 7220781056 Aug 22 18:08 .fsck_snapshot > > The '7GB' does not mean you'll free up

Re: /lib symlinks problem?

2003-09-01 Thread Christoph P. Kukulies
On Mon, Sep 01, 2003 at 09:44:24AM +0300, Ruslan Ermilov wrote: > I think that Gordon took a safe path with creating compatibility symlinks. > Besides, creating compatibility symlinks has a nicety of removing your > stale symlinks in /usr/lib. I always asked myself whether there is a tool or some

Re: /lib symlinks problem? (was: Re: __fpclassifyd)

2003-08-31 Thread Christoph P. Kukulies
I found the problem with my system here: I had a libc.so.5 in /usr/lib of Jan 16. Concurrently the newly installed libc.so.5 lives in /lib. After removing /usr/lib/libc.so.5 the binary (httpd) worked. On Sat, Aug 30, 2003 at 01:54:27PM +0200, Alexander Leidinger wrote: > On Fri, 29 Aug 2003 09

Re: su in free(): warning: chunk is already free

2003-08-31 Thread Christoph P. Kukulies
On Sun, Aug 31, 2003 at 07:24:32PM +1000, Tim Robbins wrote: > On Sat, Aug 30, 2003 at 06:38:02PM +0200, Christoph Kukulies wrote: > > > > > On my 5.1-current I logged in from outside and tried > > su getting: > > $ su > > su in free(): warning: chunk is already free > > su: pam_start: system err

Re: openpam_load_module():no pam_wheel.so found

2003-08-14 Thread Christoph P. Kukulies
On Sun, Aug 10, 2003 at 10:08:15AM -0400, Robert Watson wrote: > > On Sun, 10 Aug 2003, Christoph Kukulies wrote: > > > When I do an su command from a normal user on my 5.1-current of > > yesterday I'm getting a segfault/core dump. > > > > /var/log/messages then shows: > > Aug 10 15:27:44 kukub

Re: openpam_load_module():no pam_wheel.so found

2003-08-14 Thread Christoph P. Kukulies
On Sun, Aug 10, 2003 at 10:08:15AM -0400, Robert Watson wrote: > > On Sun, 10 Aug 2003, Christoph Kukulies wrote: > > > When I do an su command from a normal user on my 5.1-current of > > yesterday I'm getting a segfault/core dump. > > > > /var/log/messages then shows: > > Aug 10 15:27:44 kukub

Re: openpam_load_module():no pam_wheel.so found

2003-08-11 Thread Christoph P. Kukulies
On Sun, Aug 10, 2003 at 10:08:15AM -0400, Robert Watson wrote: > > On Sun, 10 Aug 2003, Christoph Kukulies wrote: > > > When I do an su command from a normal user on my 5.1-current of > > yesterday I'm getting a segfault/core dump. > > > > /var/log/messages then shows: > > Aug 10 15:27:44 kukub

Re: world build fails since yesterday

2003-06-26 Thread Christoph P. Kukulies
On Thu, Jun 26, 2003 at 01:10:09PM +0200, Tobias Roth wrote: > > Overheating/powermanagement - maybe. I have an ASUS 4SX8 with a 1.3 GHz P4. > > I would exclude memory problems. I had built world a couple of times > > during the last 8 weeks of cvsuping. > > i just got two continuous crashes on st

Re: world build fails since yesterday

2003-06-26 Thread Christoph P. Kukulies
On Thu, Jun 26, 2003 at 12:37:31PM +0200, Christoph P. Kukulies wrote: > On Thu, Jun 26, 2003 at 08:54:07PM +1000, peter wrote: > > Hi > > > > I receive signals 4, 10, and 11 during my buildworlds. Just put in > > another PSU: same problem. Checking memory next... >

Re: world build fails since yesterday

2003-06-26 Thread Christoph P. Kukulies
On Thu, Jun 26, 2003 at 08:54:07PM +1000, peter wrote: > Hi > > I receive signals 4, 10, and 11 during my buildworlds. Just put in > another PSU: same problem. Checking memory next... Strangely I got through a second time. The first crash had produced a csh.core. Maybe that was during install an

Re: wi0 - need help

2003-03-01 Thread Christoph P. Kukulies
On Sat, Mar 01, 2003 at 11:35:37AM -0700, M. Warner Losh wrote: Not sure whether I group replied, so maybe you will be receiving two similar sounding answers, Warner. > In message: <[EMAIL PROTECTED]> > "Christoph P. Kukulies" <[EMAIL PROTECTED]> write

Re: wi0 - need help

2003-03-01 Thread Christoph P. Kukulies
On Sat, Mar 01, 2003 at 06:08:27AM -0700, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Marcel Moolenaar <[EMAIL PROTECTED]> writes: > : > status: no carrier > : > ssid "" 1:"" > : > : Did you do `wicontrol -i wi0 -p 1'? As already said, I did that and the wicontrol output

Re: wi0 - need help

2003-03-01 Thread Christoph P. Kukulies
On Sat, Mar 01, 2003 at 03:18:49AM -0800, Marcel Moolenaar wrote: > On Sat, Mar 01, 2003 at 12:03:12PM +0100, Christoph Kukulies wrote: > > > > I still havn't yet got my wireless lan working after upgrade to 5.0-current > > I applied a wi timeout patch of yesterday but the kernel message > > is st

Re: Sis chipset

2003-02-28 Thread Christoph P. Kukulies
On Thu, Feb 27, 2003 at 09:55:25PM -0700, M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > Martin Blapp <[EMAIL PROTECTED]> writes: > : > [EMAIL PROTECTED]:9:0: class=0x02 card=0x chip=0x802910ec rev=0x00 > hdr=0x00 > : > vendor = 'Realtek Semiconductor' >

Re: Sis chipset

2003-02-26 Thread Christoph P. Kukulies
On Wed, Feb 26, 2003 at 12:33:06PM +0100, Martin Blapp wrote: > > Hi, > > > [EMAIL PROTECTED]:8:0: class=0x02 card=0x chip=0x905010b7 rev=0x00 > > hdr=0x00 > > vendor = '3COM Corp, Networking Division' > > device = '3C905-TX Fast Etherlink XL PCI 10/100' > > class

Re: Sis chipset

2003-02-26 Thread Christoph P. Kukulies
On Wed, Feb 26, 2003 at 11:26:08AM +0100, Martin Blapp wrote: > > Hi, > > >Is there a chance to get the built in 100MBit network adapter in the chipset > >working somehow? > > I thought I've fixed the support so it should work ? If not, do you > have a "pciconf -lv" output for me ? > > Martin

Re: sh: turning off NDELAY mode

2003-02-25 Thread Christoph P. Kukulies
On Mon, Feb 24, 2003 at 12:20:05PM -0600, Dan Nelson wrote: > In the last episode (Feb 24), Christoph P. Kukulies said: > > On Mon, Feb 24, 2003 at 10:27:22AM -0600, Dan Nelson wrote: > > > In the last episode (Feb 24), Christoph Kukulies said: > > > > >

Re: sh: turning off NDELAY mode

2003-02-24 Thread Christoph P. Kukulies
On Mon, Feb 24, 2003 at 10:27:22AM -0600, Dan Nelson wrote: > In the last episode (Feb 24), Christoph Kukulies said: > > > > sh: turning off NDELAY mode > > > > appears from time to time in an xterm n my notebook > > running 5.0-current > > That means a program you were running exited without u

Re: ata0: resetting device - ASUS P4S8X

2003-02-02 Thread Christoph P. Kukulies
On Sat, Feb 01, 2003 at 06:30:45PM +0100, [EMAIL PROTECTED] wrote: > In message <[EMAIL PROTECTED]>, Christoph Kuk > ulies writes: > > > >I bought new hardware for a server today, an ASUS P4S8X with > >an 1.8 GHZ P4 CPU, nothing fancy I would say, which has an > >onboard RAID controller (Promise) b

Re: need current kernel

2002-09-23 Thread Christoph P. Kukulies
On Mon, Sep 23, 2002 at 07:58:02PM +1000, Tim Robbins wrote: > On Mon, Sep 23, 2002 at 11:38:01AM +0200, Christoph Kukulies wrote: > > > > > I have the signal 12 hen-egg problem. cannot install a newly built kernel > > because of > > > > sh ../../conf/newvers.sh GENERIC > > *** Signal 12 > > >