Tagged Questions
2
votes
0answers
233 views
Cannot ping localhost after a half day of uptime
This just started like 4 or 5 days ago. I'm running Ubuntu 12.04 desktop, and after about 12 hours of uptime it seems the loopback device just stops working. If I do an ifconfig, it looks like it's ...
1
vote
1answer
363 views
Why can't I access localhost without an internet connection?
For some reason I cannot access localhost without an internet connection in Ubuntu.
As soon as I disconnect from the internet (with the networkmanager GUI), both ping localhost and ping 127.0.0.1 ...
2
votes
4answers
2k views
What would cause 'ping localhost' to fail?
the /etc/hosts file contains a line: 127.0.0.1 localhost
so localhost should be a valid hostname, but any attempt to connect to a port on localhost fails, including ping.
Connection attempts into ...