Comment 2 for bug 1020453

Revision history for this message
Philip Johnson (grrrats) wrote :

The backport in Micah's PPA is very helpful. Thank you! I hope this gets incorporated into the precise-backports repository.

Everything installs cleanly and runs on my 12.04.1 x64 system.

Howevr, a couple configuration values (FileSystemDomain and UidDomain) as reported by the daemons were listed as "Undefined" instead of matching the value in the configuration file (should have been $(FULL_HOSTNAME)). This meant that the condor daemons refused to run any jobs. I worked around this problem by changing the line in /etc/hosts from:
  127.0.1.1 <my-hostname-here>
to
  <my-external-ip> <my-hostname-here>

I suspect this bug may arise from a bad interaction between condor and Ubuntu in my situation with a static IP and a hostname that matches the DNS record for the IP.