Date: Tue, 27 Mar 2001 19:09:18 +0930 (CST) From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: Dmitry Samersoff <dms@wplus.net> Cc: freebsd-hackers@freebsd.org Subject: RE: Need advice (server continue dies) Message-ID: <XFMail.010327190918.doconnor@gsoft.com.au> In-Reply-To: <3AC05A9E.E0600B91@wplus.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 27-Mar-01 Dmitry Samersoff wrote: > I also have a kernel crash dump and could post it here if no one can > give me a good advice without it ;-))) If you haven't compiled the kernel with debugging symbols then you should do so.. After that get a crash dump and do.. cd /var/crash gdb -k kernel.0 vmcore.0 bt And post the output. When you do post info like your dmesg output and hardware specs. > I'm terribly sorry to waste your time but this is critical problem > and unfortunately I have no ideas how to solve it or at least > find reason of such behavior. It does seem odd given the machien doesn't look _too_ busy. What sort of processes are you running on it? Web server, ftp server, etc? Can you run top or ps and find out what particular processes are running at the time it crashes? --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.010327190918.doconnor>