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

Re: [Condor-users] problem with condor_q -analyze



> when i do
>
> ./condor_q -pool perfcoelnx3 -analyze 41.0
>
> Error:  Could not get priorities from negotiator
(localhost.localdomain)
>
> any idea what and where is the problem

I'm going to guess that your /etc/hosts file has something like:

127.0.0.1 localhost.localdomain localhost perfcoelnx3

Where the hostname is assigned to the loopback address. It's a weird
setup thing that some Linux flavours do (notably Red Hat).

I'd check that first.

- Ian