Tagged Questions
0
votes
1answer
723 views
/etc/hosts in debian resets itself on reboot
I've been having a problem where when our vps provider decides to restart the server (running Debian 5.0.8), the server fails to remember changes to /etc/hosts. All I need is an database alias that ...
2
votes
2answers
4k views
/etc/hosts for Debian
I was trying to get a perl script that contacts a PostgreSQL database to work on a server. This script was mysteriously failing. I then realised that localhost was not in the /etc/hosts file.
The ...