Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Fedora 21
- Date: Tue, 21 Apr 2015 12:21:37 +0200
- From: Massimo Canonico <mex@xxxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Fedora 21
On 04/21/2015 12:04 PM, Bert DeKnuydt wrote:
On 21/04/2015 11:18, Massimo Canonico wrote:
Thanks for all your replies.
With the RPM, the user condor is not created.
I think I'll go for a source code (.tgz) installation instead of this
(buggy) rpm code.
M
Hello Massimo,
Alternatively, you can use the RPM for RHEL7, which works ok, and is
better maintained.
Bert.
--
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