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

Re: [Condor-users] Error Number 25 at Condor



Paula Marti­nez wrote:
> I have installed Fedora Core 6 and Condor 6.8.4 rpm for Linux Red Hat 3
> and when I run condor_master says: ERRROR gethostbyname, error number 25,
> and says that there's an error at line 190 in file my_hostname.C.
> Does anybody know what happens?

Probably Fedora's broken network config. Edit /etc/hosts, make sure it reads

::1       localhost.localdomain localhost
127.0.0.1 localhost.localdomain localhost
1.2.3.4   your.fq.host.name     shortname

(first line should be there if you left ipv6 enabled, last line should
have your machine's ip address and name).

Dima