Chugalug Linux Users Group- Ubuntu 1010 Server going down often
CHUGALUG
Chattanooga
Unix Gnu
and Linux
User Group
Recent Keywords:
From: Jonathan Burishkin ------------------------------------------------------ History: Server running Ubuntu 10.10 Server Edition straight out of the box, CUPS and SSH. Often throughout the day cant print to laser printer (via cups) from windows laptop untill the computer is rebooted, then after a while of inactivity it fails again. Wrote a cron script to see if it solves issue. crontab -e Code: */10 * * * * sh /scripts/keepalive Script: Code: ping -c 1 192.168.1.1 > /stuff/ping

=============================================================== From: Dan Lyke ------------------------------------------------------ On Wed, 19 Jan 2011 20:16:40 -0500 Jonathan Burishkin wrote: Is Apache running? When it fails, is CUPS still running? Can you leave an SSH session running with "sudo top" (sudo so you can kill processes to recover the box without reboot) up? Dan

=============================================================== From: Flushy ------------------------------------------------------ Power saving options turned off? Check bios? Poor man trick: Place heavy object on spacebar... Machine won't go idle. Works well when you= need to appear online via IM client. --b=

=============================================================== From: Dave Brockman ------------------------------------------------------ Can you still SSH to the machine when you can't print to it? Can you ping it? Regards, dtb