On Tue, Nov 9, 2010 at 2:06 PM, Michael Grauer
<michael.grauer@xxxxxxxxxxx> wrote:
I've downloaded the condor-7.4.4-linux-x86_64-rhel5-dynamic.tar.gz on Ubuntu 10.10, and when I attempt to start condor_master, none of the other daemons will start.
I've created a condor user, and installed with the
--prefix=/root/condor --local-dir=/home/condor/localcondor
options.
When I run condor_master as condor, I get errors in the MasterLog that say:
"11/09 13:00:06 /root/condor/sbin/condor_startd: Cannot execute
11/09 13:00:06 restarting /root/condor/sbin/condor_startd in 13 seconds
11/09 13:00:06 attempt to connect to <10.171.2.232:9618> failed: Connection refused (connect errno = 111)."
and similar for the other daemons.
When I run condor_status I get:
"Error: communication error
CEDAR:6001:Failed to connect to <10.171.2.232:9618>"
I have also followed the Newer Unix Installation Procedure in the manual (section 3.2.3), installing and running as root, with the same result.
When I run the condor_install script, I do get the following warning:
"WARNING: Multiple network interfaces detected. Condor might not work properly until you set NETWORK_INTERFACE=<interface IP>."
I have set this property in condor_config to my IP, and that doesn't resolve the issue.
Any help or guidance is appreciated.
Thanks,
Mike
_______________________________________________
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/
--