View Single Post
Old 17th June 2009
gosha gosha is offline
Spam Deminer
 
Join Date: Jun 2008
Location: China
Posts: 256
Default

Here is the minfree file (sorry I forgot to mention the name before):
Code:
-rw-r--r--   1 root  wheel     5B Mar 13  2008 minfree
I have plenty of swap:
Code:
$ swapctl    
Device      512-blocks     Used    Avail Capacity  Priority
swap_device    5243616        0  5243616     0%    0
and I guess enough /var:
Code:
/dev/wd0d      2.9G    134M    2.7G     5%    /var
for 1G or ram.
Quote:
crash(8) Please make special note the first paragraph under Analyzing a dump which describes two files which might be found in /var/crash, how they are named and what they contain.
before posting I did check the crash man page and looked for the two files, but nothing there.



ps: the crash happened late in the afternoon, so it is not likely related to the fsck.ext2 which started before eight in the morning:
Code:
Jun 17 16:58:59 mini /bsd: WARNING: / was not properly unmounted
Jun 17 16:58:58 mini savecore: no core dump
(from /var/log/messages)
It could have been that electricity has been cut for a while (there's a lot of refurbishing work going around in the building), but then why does the system reboot? Is it a default behaviour in OpenBSD? (It would make sense for a server for sure).

Last edited by gosha; 17th June 2009 at 01:39 PM.
Reply With Quote