[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] IP resolution problem: /etc/hosts contains 127.0.1.1



Hi
 
Just add a line ABOVE "127.0.1.1       hostname.domainname. hostname" in /etc/hosts like this:
 
xxx.xxx.xxx.xxx     yourhostname  yourhostname.yourdomainname
127.0.1.1       hostname.domainname. hostname
.
.
.
 
 
which xxx.xxx.xxx.xxx is the IP address of your machine
Majid


 
On 8/10/07, Kurt De Grave <Kurt.DeGrave@xxxxxxxxxxxxxx> wrote:


Hello,

I've got an existing Condor pool, and I want to add Ubuntu Feisty (7.04)
hosts to the pool.  Unfortunately, these hosts are not able to connect
to the collector.  Feisty by default has this line in /etc/hosts:

127.0.1.1       hostname.domainname. hostname

If the line is removed, it works fine.  However, the admins here are not
willing to remove the line, so I've got to solve this in the
application.  I've tried the NO_DNS setting, but that didn't help.  Is
there any other setting that might solve this problem?


kurt.
_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/