I got a new server from TP.com (Total Control). It's a Dual P Xeon 2.8 with 1gb ram. Well every day (seems to be when I am not active like sleeping or at work), it freezes up. I had a tech go check it out and he said there was no errors on the screen and the console was frozen (not responding to the keyboard). I checked crontab and there is nothing running that may crash it I dont think (I'll post it below).
There is nothing running that is not necessary to my usual server services. I had a SM P4 2.8ghz with the same crontab and a few other configs (such as logging and apache) and it didn't freeze up ever.
Here is my crontab:
QUOTE
# /etc/crontab - root's crontab for FreeBSD
#
# $FreeBSD: src/etc/crontab,v 1.32 2002/11/22 16:13:39 tom Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour mday month wday who command
#
*/5 * * * * root /usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11 * * * * operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0 * * * * root newsyslog
#
# Perform daily/weekly/monthly maintenance.
1 3 * * * root periodic daily
15 4 * * 6 root periodic weekly
30 5 1 * * root periodic monthly
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time. See adjkerntz(
for details.
1,31 0-5 * * * root adjkerntz -a
#
# $FreeBSD: src/etc/crontab,v 1.32 2002/11/22 16:13:39 tom Exp $
#
SHELL=/bin/sh
PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin
HOME=/var/log
#
#minute hour mday month wday who command
#
*/5 * * * * root /usr/libexec/atrun
#
# Save some entropy so that /dev/random can re-seed on boot.
*/11 * * * * operator /usr/libexec/save-entropy
#
# Rotate log files every hour, if necessary.
0 * * * * root newsyslog
#
# Perform daily/weekly/monthly maintenance.
1 3 * * * root periodic daily
15 4 * * 6 root periodic weekly
30 5 1 * * root periodic monthly
#
# Adjust the time zone if the CMOS clock keeps local time, as opposed to
# UTC time. See adjkerntz(
1,31 0-5 * * * root adjkerntz -a
If anyone has any ideas, please post them here. I want this resolved asap please!
Also, I had a tech also test all the hardware, they swapped out the ram and this is still happening.
edit: also, it doesnt seem to be happening at any particular time (except while i'm asleep or at work). i've setup timestamp'd pings to the server and it stops responding at random times.