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

[HTCondor-users] Fedora 21



Hi all,
this could be a "newbie" question, sorry in advance.

I have installed condor with "sudo yum install condor" in my fedora 21 machine (package name: condor-8.3.1-1.fc21.x86_64) .
(Please consider that I want all condor daemons running in one machine).

Then I edit to /etc/condor/condor_config and I changed (only the part 1):
- the field "CONDOR_HOST" by setting it with the fully qualified hostname of my machine.
- the field "LOCAL_CONFIG_DIR" by setting it with /etc/condor/config.d
- the $(FULL_HOSTNAME) with the fully qualified hostname of my machine

If I am not wrong, now I should be able to start up all condor daemons, but when I run:
[mex@minicloud ~]$ sudo  /sbin/service condor start
Redirecting to /bin/systemctl start  condor.service

no errors raise, but if I check the condor status I got:
[mex@minicloud ~]$ sudo  /sbin/service condor start
Redirecting to /bin/systemctl start  condor.service
[mex@minicloud ~]$ sudo service condor status
Redirecting to /bin/systemctl status  condor.service
condor.service - Condor Distributed High-Throughput-Computing
   Loaded: loaded (/usr/lib/systemd/system/condor.service; disabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2015-04-20 17:09:34 CEST; 349ms ago Process: 30119 ExecStop=/usr/sbin/condor_off -master (code=exited, status=1/FAILURE) Process: 30117 ExecStart=/usr/sbin/condor_master -f (code=exited, status=4)
 Main PID: 30117 (code=exited, status=4)

I'm sure that I'm missing something but I do not know what.

Thanks,
M