View Single Post
  #8 (permalink)  
Old 11-19-2009, 02:40 PM
ArcaneMagus ArcaneMagus is offline
Moderator
 
Posts: 1,147
Default

It should only be trying to bind to that address if one of the network cards is setup for that address, or possibly if you have a messed up /etc/hosts file.

What does the output of the following commands look like?
Code:
cat /etc/hosts
host `hostname`  <-- use that exact command with backticks not single quotes
Reply With Quote