On Saturday 26 January 2002 05:48 pm, Andreas Goesele wrote: [snip] > The problem BTW returned again, now the third time, again only for > some minutes. It started during a cron job and started and *ended* > during heavy disk activity.
as i mentioned earlier, you should determine whether one of the cron
scheduled programs is causing the crashes.
to check the dependencies for the apps that cron runs, do
apt-cache show <filename>
and check the output for dependency conflicts.

