eds132
Verified User
ok, I have a machine that is driving me batty. The mysql daemon is shut down everyday now around 4:30 am...It started around 2 months ago, every once in a while mysql would die out of the blue and DA would show it running (probably because the PID was still in place.) Then it started to become more frequent, the logs show nothing out of the ordinary except that mysql is shutdown normaly (not crashing). At first thought, I presumed I outgrew the pre-compiled binary that is shipped with DA, so I tested and upgraded to a recent stable version which I compiled and installed in place of the old version. The performance increase was drastic. Two days went by, and around 4:30 AM BOOOM, mysqld is dead again. I don't know how to feel about it because I have an identical setup with more load and never have issues. Any help would be greatly appreciated.
Code:
-bash-2.05b# uname -na
FreeBSD hub. 5.4-RELEASE FreeBSD 5.4-RELEASE #0:
Code:
Feb 24 04:30:00 hub /usr/sbin/cron[52118]: (root) CMD (/usr/local/directadmin/dataskq)
Feb 24 04:30:00 hub /usr/sbin/cron[52119]: (root) CMD (/usr/libexec/atrun)
Feb 24 04:31:00 hub /usr/sbin/cron[52124]: (root) CMD (/usr/local/directadmin/dataskq)
Feb 24 04:31:00 hub /usr/sbin/cron[52125]: (root) CMD (adjkerntz -a)
Feb 24 04:32:00 hub /usr/sbin/cron[52129]: (root) CMD (/usr/local/directadmin/dataskq)
Feb 24 04:33:00 hub /usr/sbin/cron[52133]: (root) CMD (/usr/local/directadmin/dataskq)
Feb 24 04:33:00 hub /usr/sbin/cron[52134]: (operator) CMD (/usr/libexec/save-entropy)
Feb 24 04:34:00 hub /usr/sbin/cron[52161]: (root) CMD (/usr/local/directadmin/dataskq)
Feb 24 04:35:00 hub /usr/sbin/cron[52243]: (root) CMD (/usr/local/directadmin/dataskq)
Feb 24 04:35:00 hub /usr/sbin/cron[52244]: (root) CMD (/usr/libexec/atrun)
Code:
Version: '4.1.22' socket: '/tmp/mysql.sock' port: 3306 FreeBSD port: mysql-server-4.1.22
070224 4:34:28 [Note] /usr/local/libexec/mysqld: Normal shutdown
070224 4:34:28 InnoDB: Starting shutdown...
070224 4:34:29 InnoDB: Shutdown completed; log sequence number 0 43684
070224 4:34:29 [Note] /usr/local/libexec/mysqld: Shutdown complete
070224 04:34:29 mysqld ended
Last edited: