RE: kernel deadlock

2003-07-29 Thread Dave Dolson
To follow up, I've discovered that the system has exhausted its "FFS node" malloc type. >From vmstat on the core file, the "FFS node" MALLOC type is full: Memory statistics by type Type Kern Type InUse MemUse HighUse Limit Requests Limit Limit Size(s) ...

kernel deadlock

2003-07-29 Thread Dave Dolson
We have a reproducible problem with FreeBSD-4.7 which is apparently a deadlock. The system is undergoing a filesystem stress test. The machine is pingable, but console and most other features are unresponsive. The console debugger can be accessed. The following information is available with db's "

Re: NForce2 + FreeBSD

2003-07-29 Thread Robert Klein
On Montag, 28. Juli 2003 10:43, Sergey A. Gribchenko wrote: > Is this possible to install drivers for this hardware under > FreeBSD, and begginig from which version? > Motherboard Epox 8RDA3+ (NForce2) I've got a castrated A7N8X deluxe (advertised as "deluxe", but it's just the normal version plu

stable libmilter leaks kqueue descriptors?

2003-07-29 Thread othermark
A few weeks back I upgraded my mail server to -STABLE from a 4.2-STABLE incarnation that had been running for years. Part of recompiling everything on the box involved disassociating my use of the sendmail port I was using and to use the base sendmail in -STABLE. -STABLE builds with libmilter, s

Re: Large hard disk support in FreeBSD

2003-07-29 Thread Chris Luke
Chris Howells wrote (on Jul 29): > > (3) The ATA controller built into your motherboard may not support larger > > disk addressing, although I think that shouldn't be a problem with > > 60GB. If you try to use a drive larger than addressable using the ATA > > controller, you may want t

Re: Large hard disk support in FreeBSD

2003-07-29 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Robert, On Tuesday 29 July 2003 01:10, Robert Watson wrote: > Up until relatively recently, my main personal web service box was a > Gateway 2000 P120 from '95 running FreeBSD 4.x, so I can speak to this > with some confidence :-). There are a fe

Re: Via EPIA Mini-ITX motherboard

2003-07-29 Thread Wes Peters
On Tuesday 22 July 2003 18:03, Brooks Davis wrote: > On Tue, Jul 22, 2003 at 05:57:35PM -0700, Wes Peters wrote: > > > > Those mostly use Micro-ATX form factor boards. Some of them are > > getting dirt cheap, too; a local screwdriver shop advertises one > > with a P4 for $499 these days. Wowsers.

Re: Strange results after partition-full condition...

2003-07-29 Thread Karel J. Bosschaart
On Tue, Jul 29, 2003 at 12:55:26AM +0200, Garance A Drosihn wrote: > I have a test 4.x-stable system that I recently rebooted into. > The last time I had updated it was May 3rd. I cvsup'ed it, > did the buildworld/installworlds, and everything seemed fine. > > I then thought I would update all th

[solved] Re: ASUS P4BGL-MX hangs

2003-07-29 Thread Dmitry Morozovsky
Followup to my own problem On Mon, 28 Jul 2003, Dmitry Morozovsky wrote: DM> trying to set up new machine based on ASUS P4BGL-MX motherboard, I'd DM> encountered hangs after detecting pcib1 (ICH2). MB has rl 8100 ethernet chip DM> onboard. DM> DM> This is for 4.8-R; however, machine hangs in very

Re: ALi M5451 Sound Card.

2003-07-29 Thread Oliver Fromme
David Rio <[EMAIL PROTECTED]> wrote: > pcm0: at device 4.0 on pci0 > pcm0: unable to map register space > device_probe_and_attach: pcm0 attach returned 6 You could try to add this line to your kernel: options PCI_ENABLE_IO_MODES It might help, or maybe not, but it's worth a try. Reg

Re: Large hard disk support in FreeBSD

2003-07-29 Thread swhite
On 28 Jul 2003 at 16:34, Chris Howells wrote: > I seem to recall that the trick with large hard disks and old BIOSes is to > disable the drive in the BIOS and let the OS detect the disk itself... is > this the case with FreeBSD as well? That's what I did with a 40GB and a 30GB IDE in a '486 runni