Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Error Number 25 at Condor
- Date: Wed, 02 May 2007 10:36:35 -0500
- From: Dimitri Maziuk <dmaziuk@xxxxxxxxxxxxx>
- Subject: Re: [Condor-users] Error Number 25 at Condor
Paula Martinez 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