[GLLUG] machine locks up, etc

Matt Graham danceswithcrows@usa.net
Sun, 28 Apr 2002 10:11:45 -0400


On Sunday 28 April 2002 09:33, Don Chorman wrote:
> This (Suse 7.3 i386) locks up after I
> leave it unattended for an short period of time(20 - 60 min etc). I
> thought that it might be a problem with power management, since It
> does't lock up when I am using the system. It locks with or without a
> screen saver running. I don't see anything obvious in the system log
> that would indicate a problem.

What's the make and model# of the motherboard?  If you don't know that, 
post the make and model# of the machine itself.  It's possible that the 
BIOS is trying to do power management on its own, which could cause 
this problem.  Or if the machine's APM implementation isn't up to par, 
things could get weird.  Try unloading the apm module or booting with 
"linux apm=off".

> Is there
> a command that will let me take stop/start eth0, or something similar
> that would disable the network?

To stop the connection at 9pm and then restart it at 6am, just do:

at 21:00
/etc/init.d/network stop
^D
at 6:00
/etc/init.d/network start
^D