因为连接不上服务器,所以只好叫同普机房的技术人员帮助重启了一下。
很可惜没有继续保持下去。连接不上的原因还在调查中,初步定为apache的负荷问题。
重启以后即可连接。
本次开机时间是 2004年6月20日-- 2004年10月28日 的130多天。
开机后发现邮件发送不正常。查看了 /var/log/messages 发现是 qmail-scanner 调用 clamvd 失败。原因是 /tmp/clamvd 在强行关机的时候没有被清除。 手动删除了 /tmp/clamvd ,然后启动clamv 一切恢复正常。
/usr/local/sbin/clamd &
阅读全文查看记录
/var/log/messages 错误记录
Oct 28 20:26:13 dalouis clamd[724]: clamd daemon 0.75 (OS: linux-gnu, ARCH: i386, CPU: i686) Oct 28 20:26:13 dalouis clamd[724]: Log file size limited to 20971520 bytes. Oct 28 20:26:13 dalouis clamd[724]: Reading databases from /usr/local/share/clamav Oct 28 20:26:13 dalouis syslog[739]: Starting snmptrapd 5.1 Oct 28 20:26:13 dalouis sshd[740]: Server listening on 0.0.0.0 port 22. Oct 28 20:26:14 dalouis clamd[724]: Protecting against 24755 viruses. Oct 28 20:26:14 dalouis clamd[770]: Socket file /tmp/clamd exists. Either remove it, or configure a different one.
(END)