Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] job take 20min to start
Lee,
I may be off base here, but the thing that stands out is that you're
configured to allow by hostname and by IP address, but from the logs,
it looks like it's trying to communicate over the loopback interface,
which is not in your ALLOW_WRITE. You might try the following two
changes
BIND_ALL_INTERFACES = False
NETWORK_INTERFACE = 10.0.0.182
(If your IP address is dynamic, you can set NETWORK_INTERFACE to
10.0.0.* or something similar). Note that you will need to restart the
daemons in order for the the BIND_ALL_INTERFACES change to be picked
up.
Thanks,
BC
--
Ben Cotton
Cycle Computing
Better Answers. Faster.
http://www.cyclecomputing.com
twitter: @cyclecomputing