netstat -m 'cannot allocate memory'

2004-07-29 Thread lists
Hello, On 2 of my systems I get the following error while doing netstat -m: $ netstat -m netstat: sysctl: retrieving mbstat: Cannot allocate memory This is a PIV 2ghz, with 1,5 GB of memory I couldn't find anything about this on the internet.. anyone that has any idea whats wrong here ? Thanks

Re: netstat -m 'cannot allocate memory'

2004-07-29 Thread Steve
what does dmesg, tail /var/log/messages, vmstat, and top tell you -- Steve Rieger ICQ # 5956607 yahoo IM riegersteve - Original Message - From: lists [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 29, 2004 1:08 AM Subject: netstat -m 'cannot allocate memory' Hello, On 2

Re: netstat -m 'cannot allocate memory'

2004-07-29 Thread lists
/messages, vmstat, and top tell you -- Steve Rieger ICQ # 5956607 yahoo IM riegersteve - Original Message - From: lists [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 29, 2004 1:08 AM Subject: netstat -m 'cannot allocate memory' Hello, On 2 of my systems I get the following error

Re: netstat -m 'cannot allocate memory'

2004-07-29 Thread Dan Nelson
In the last episode (Jul 29), lists said: Hello, On 2 of my systems I get the following error while doing netstat -m: $ netstat -m netstat: sysctl: retrieving mbstat: Cannot allocate memory This is a PIV 2ghz, with 1,5 GB of memory That means you have rebuilt your kernel and now kernel

Re: netstat -m 'cannot allocate memory'

2004-07-29 Thread lists
Is it possible to rebuild these without doing a complete make world and if so without rebooting ? Dan Nelson wrote: In the last episode (Jul 29), lists said: Hello, On 2 of my systems I get the following error while doing netstat -m: $ netstat -m netstat: sysctl: retrieving mbstat: Cannot

Re: netstat -m 'cannot allocate memory'

2004-07-29 Thread Dan Nelson
In the last episode (Jul 29), lists said: Is it possible to rebuild these without doing a complete make world and if so without rebooting ? Yes: cd /usr/src/lib/libkvm make obj make depend make make install cd /usr/src/usr.bin/netstat make obj make depend make make install You may