Ethernet port sleeping on PS3 running linux
        Posted  
        
            by 
                Doug
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Doug
        
        
        
        Published on 2009-07-14T15:59:27Z
        Indexed on 
            2012/06/24
            21:18 UTC
        
        
        Read the original article
        Hit count: 315
        
My lab has a PS3 running Ubuntu Linux 9.04 Server Edition. After a period of a few hours with no use, the Ethernet connection (eth0) seems to go to sleep, causing the connection to be lost. Pinging or trying to SSH into the machine results in no response. The fix I've been using is to access the machine locally and restart it (trying to bring eth0 down then up doesn't seem to correct it).
I've tried setting up an hourly cron job that runs on the PS3 and pings another machine just to create network activity, but this doesn't seem to solve the problem either.
Update: The solution was to run the above cron job much more frequently: every 10 minutes works.
© Server Fault or respective owner