I'd like to see dmesg output from the new box as well. What kind of nics do you have in this box? It really sounds like we need someway to gather as much information as possible during the next outage without rebooting the box. Off the top of my head some of the things I would like to know are.. Send the output of these commands. If you can just paste them into the console. Each command should append to the log file. ( dmesg ; echo ) >> /usr/crash.info ( netstat -in ; echo ) >> /usr/crash.info ( netstat -m ; echo ) >> /usr/crash.info ( top ; echo ) >> /usr/crash.info ( ps -ax ; echo ) >> /usr/crash.info ( find / -name "*.core" -print ; echo ) >> /usr/crash.info ( df -h ; echo ) >> /usr/crash.info ( ls -l /var/crash/* ; echo ) >> /usr/crash.info
I'm also thinking something like this should be in a diag menu and the ssh/serial console. That way we could grab some kind of snap shot of hosed systems before it gets rebooted. -----Original Message----- From: Chris Buechler [mailto:[EMAIL PROTECTED] Sent: Sunday, September 25, 2005 10:50 PM To: [email protected] Subject: Re: [pfSense Support] Argg! My PfSense just died! sending your entire config.xml to the list or Scott directly if you need to keep it private would likely help very much. Scott Ullrich wrote: >On 9/25/05, Mojo Jojo <[EMAIL PROTECTED]> wrote: >[snip] > > >>I have no motive here other than to use the product and possibly help where >>I can. It almost seems like you feel I am bashing PfSense or something, not >>really sure. Seems like a strange answer though if this is not your >>thought.. >> >> > >I do not feel you are bashing pfSense. It's funny because this is >going to be difficult to track down without nobody else having the >same issue. > >[snip] > >Are you running dhcp on the wan? What else can you tell us about the >install because I didn't see too much of this type of information when >I went back through my archives. > >Scott > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
