Re: netstat fails with memory allocation error and error in kvm_read

2005-01-06 Thread J. Martin Petersen
Max Laier wrote: On Wednesday 05 January 2005 18:26, J. Martin Petersen wrote: We just had another hard hang, and this time I managed to break to the debugger on the serial console. I got this stack trace http://www.aub.dk/~jmp/fw/trace, which seems to indicate that pf is messing up somehow.

RE: netstat fails with memory allocation error and error in kvm_read

2005-01-05 Thread J. Martin Petersen
I just got another netstat: kvm_read: Bad address. vm.kvm_free was 675278848 two seconds earlier and a couple of seconds later (and also currently). We just had another hard hang, and this time I managed to break to the debugger on the serial console. I got this stack trace

Re: netstat fails with memory allocation error and error in kvm_read

2005-01-05 Thread Max Laier
On Wednesday 05 January 2005 18:26, J. Martin Petersen wrote: I just got another netstat: kvm_read: Bad address. vm.kvm_free was 675278848 two seconds earlier and a couple of seconds later (and also currently). We just had another hard hang, and this time I managed to break to the

RE: netstat fails with memory allocation error and error in kvm_read

2004-12-27 Thread techlists
You appear to be running out of kernel memory. Since you're capturing the output of vmstat -m, you should check that for any bins that are growing at a high rate of speed. Seems possible that its in pf :) I've checked the numbers from just before the freeze (it's within 15

RE: netstat fails with memory allocation error and error in kvm_read

2004-12-16 Thread J. Martin Petersen
You might also log 'sysctl vm.kvm_free' and 'sysctl vm.zone'. I just got another netstat: kvm_read: Bad address. vm.kvm_free was 675278848 two seconds earlier and a couple of seconds later (and also currently). The output from vm.zone a couple of seconds after: vm.zone: ITEMSIZE

RE: netstat fails with memory allocation error and error in kvm_read

2004-12-13 Thread Doug White
On Mon, 13 Dec 2004, J. Martin Petersen wrote: We are trying to gather some debug information for a problem that is difficult to diagnose, as the machine always ends up hard frozen (does not do anything, can not break to debugger, does not respond to keyboard, etc.), so we are dumping

RE: netstat fails with memory allocation error and error in kvm_read

2004-12-13 Thread J. Martin Petersen
We are trying to gather some debug information for a problem that is difficult to diagnose, as the machine always ends up hard frozen (does not do anything, can not break to debugger, does not respond to keyboard, etc.), so we are dumping output from netstat, vmstat, iostat etc.

Re: netstat fails with memory allocation error and error in kvm_read

2004-12-12 Thread Doug White
On Fri, 10 Dec 2004, J. Martin Petersen wrote: We are trying to gather some debug information for a problem that is difficult to diagnose, as the machine always ends up hard frozen (does not do anything, can not break to debugger, does not respond to keyboard, etc.), so we are dumping output