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

Re: [HTCondor-users] Fedora 21





On 21/04/2015 12:21, Massimo Canonico wrote:
[...]
Thanks Bert but it seems not working too in my machine. The following commands bring me to the same error:
cd /etc/yum.repos.d
sudo wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-development-rhel7.repo
sudo wget http://research.cs.wisc.edu/htcondor/yum/repo.d/htcondor-stable-rhel7.repo
sudo wget http://research.cs.wisc.edu/htcondor/yum/RPM-GPG-KEY-HTCondor
sudo rpm --import RPM-GPG-KEY-HTCondor
sudo yum install condor.x86_64
sudo service condor start
     Redirecting to /bin/systemctl start  condor.service
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 Tue 2015-04-21 12:20:28 CEST; 2s ago
   Process: 766 ExecStop=/usr/sbin/condor_off -master (code=exited, status=1/FAILURE)
   Process: 764 ExecStart=/usr/sbin/condor_master -f (code=exited, status=4)
  Main PID: 764 (code=exited, status=4)

Apr 21 12:20:28 minicloud.di.unipmn.it systemd[1]: condor.service: control pr...
Apr 21 12:20:28 minicloud.di.unipmn.it systemd[1]: Unit condor.service entere...
Apr 21 12:20:28 minicloud.di.unipmn.it systemd[1]: condor.service failed.
Hint: Some lines were ellipsized, use -l to show in full.

So, it seems not working in Fedora 21 the steps above.
Note that a "condor" user is not created.

Thanks for your support,
M
______________________________________


Massimo,

There must be something weird with your installation then ... I just did the following on
a pristine Fedora 21:

--> Downloaded condor*8.3.4-1* from the development RHEL7 repo.

--> yum install ./condor*8.3.4*

    tail /etc/passwd --> condor user is added.

--> systemctl start condor
--> systemctl status condor

    All is well

I have about 100 Fedora machines running this ... (but not from a pristine install though).

Greetings, Bert.