>When I run Slakware 2.??? I notice that the system writes to
>the hard drives periodically. I believe that this background update is
>keeping the drives from powering down. I'm not sure if this is a good thing
>or a bad thing or just because I need to compile in some support for APM in
>the kernel.
I'd suggest you look at the daemons being started from scripts in
/etc/rc.d and see if they are responsible. In particular, see if
sendmail is set to check its queue at intervals (-q Nm); if the
machine is permanently networked you can set that to some suitably
high value, and if its external connection is intermittent you can
turn it off in rc.d but put something like this
if [ -x /usr/bin/sendmail ]; then
sendmail -q &
fi
in /etc/ppp/ip-up to flush outgoing mail on connecting.
-
Saskatoon Linux Group Mailing List.
-
To unsubscribe, send mail to
'linux-request@slg.ml.org' with
'unsubscribe' in the body.
Received on Mon Aug 31 14:07:21 1998
This archive was generated by hypermail 2.1.8 : Sun Jan 09 2005 - 13:53:57 CST