Hi all,
Seems as if you have the same problem as I, see thread
http://www.raspberrypi.org/phpBB3/viewt ... 97#p309997
I have two terminal windows open. In the first I use ssh to manage the pi, in the second I have a ping to my pi's ip-number running (the ip is reserved in my DHCP server).
At the end of SOME of my installations or upgrades the ssh contact is lost, and the ping no longer responds. So, obviously something happens to the network interface. As in others case the less are still on but the network interface is dead.
To solve the problem I just reboot! Having done that, I can see that the packages I installed via ssh actually are in place and working. The ip-number is still the same so the ping now responds again.
Of course one could use reboot as medicine but I now manage my pi remotely, and by remotely I mean 100 km. My way of "reboot" is that I control the mains power by a Telldus remote system. Meaning I can switch the power off and then on again by issuing a few commands on the internet. I know it is not the perfect way to abruptly stop the pi instead of using shutdown, but what are the options?
/MacValley