On 04/21/2015 06:25 PM, Ben Cotton wrote:
On Tue, Apr 21, 2015 at 10:08 AM, Massimo Canonico <mex@xxxxxxxxxxxx> wrote:I'm still fighting with the error. Did you disabled SELinux?I do have SELinux disabled (don't tell Dan Walsh!). What is "the error"? Can you share the end of your MasterLog?
1. Disable SELlinux on config file
2. Reboot the machine
3. Try again to start up condor
Yes! It works:
[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: active (running) since Wed 2015-04-22 17:16:46 CEST; 1s ago
Main PID: 1011 (condor_master)
CGroup: /system.slice/condor.service
ââ1011 /usr/sbin/condor_master -f
ââ1012 condor_procd -A /var/run/condor/procd_pipe -L
/var/log/cond...
ââ1013 condor_collector -f
ââ1014 condor_negotiator -f
ââ1015 condor_schedd -f
ââ1016 condor_startd -f
ââ1043 /usr/sbin/condor_starter -classad
ââ1045 /usr/bin/docker -v
Maybe something related on SElinux issue should be included/mentioned in
the documentation. Isn't it?
Thanks everyone, M