Two Gentoo servers, one at work, one at home. The one at home seems fine, perfectly stable. The one at work has a problem where once every few days a few deamons will drop dead: syslog-ng, cupsd, apache, atd, cron etc. It is not always the same pattern of daemons and I'm having trouble working out the problem.
More often than not the first sign is that syslog-ng stops logging to /var/logs/messages. It may be tied up with cron running logrotate and the htdig indexer. Logrotate is set up with the standard config script for syslog-ng and I've checked the Gentoo CVS to make sure that it is up to date and I've run it from the command line with no ill effects.
My suspicion is that it is tied up with htdig indexer for a few reasons:
I'm not running it at home and home pc is ok.
When it runs it can tie the pc up heavily for a few seconds, long enough for IMAP clients to complain about loss of connection.
CRON keeps sending me error messages like this:
/usr/bin/rundig: line 53: 11495 Aborted $BINDIR/htnotify $opts
Because it happens so infrequently I am waiting for the next occurence to do another post mortem.
I'd say Gentoo was hard work.
I think I did an emerge -u world last night but the at daemon hasn't sent me any mail. It seems to have happened because emerge --pretend -u world gives a different list compared to before.
The list of updated files includes vixie-cron and syslog-ng so it is worth doing.
|