Hi,
I have an old laptop running FreeBSD 9.2 and the computer cycles every minute or so which is evident by the fan starting to increase in volume.
I did some investigation and while logged in as root I get /var/log/cron
I see that in /etc/crontab, atrun runs every five minutes and save-entropy runs every eleven minutes. I also see, in that file, mention of adjkertz which adjusts the clock to sync with the CMOS. According to adjkerntz() if the file wall_cmos_clock is there then the clock has to be adjusted. Which it is. Is there something I can do about the noise? The fan is clean (relatively) and the time is set, the computer is not running particularly hot. I just upgraded the computer from 9.0 to 9.2 and there was the came thing then (in FreeBSD 9.0).
Thanks,
a5'
I have an old laptop running FreeBSD 9.2 and the computer cycles every minute or so which is evident by the fan starting to increase in volume.
I did some investigation and while logged in as root I get /var/log/cron
Code:
Dec 17 15:25:00 arhtur /usr/sbin/cron[1238]: (root) CMD (/usr/libexec/atrun)
Dec 17 15:30:00 arhtur /usr/sbin/cron[1246]: (root) CMD (/usr/libecec/atrun)
Dec 17 15:33:00 arhtur /usr/sbin/cron[1274]: (operator) CMD (/usr/libexec/save-e
ntropy)
I see that in /etc/crontab, atrun runs every five minutes and save-entropy runs every eleven minutes. I also see, in that file, mention of adjkertz which adjusts the clock to sync with the CMOS. According to adjkerntz() if the file wall_cmos_clock is there then the clock has to be adjusted. Which it is. Is there something I can do about the noise? The fan is clean (relatively) and the time is set, the computer is not running particularly hot. I just upgraded the computer from 9.0 to 9.2 and there was the came thing then (in FreeBSD 9.0).
Thanks,
a5'