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

Re: [HTCondor-users] centos 7 problem



Hi Dimitri,

I am not able to reproduce this problem.

When I install HTCondor, there is a file /etc/tmpfiles.d/condor.conf that contains:

# HTCondor needs directory in /var/run
d /var/run/condor 0775 condor condor
# HTCondor needs directory in /var/lock
d /var/lock/condor 0775 condor condor

The /var/run/condor directory gets created on reboot for me.

Can you shed any additional light on when might be going wrong?

...Tim

On 02/02/2015 03:22 PM, Dimitri Maziuk wrote:
Hi all,

I'm still having a problem with centos 7 rpm. This time after reboot I got

02/02/15 15:06:56 error opening watchdog pipe /var/run/condor/procd_pipe.watchdog: No such file or directory (2)
02/02/15 15:06:56 ProcFamilyClient: error initializing LocalClient
02/02/15 15:06:56 ProcFamilyProxy: error initializing ProcFamilyClient
02/02/15 15:06:56 attempting to restart the Procd
repeated half a dozen times before

02/02/15 15:06:56 ERROR "unable to restart the ProcD after several tries" at line 677 in file /home/tim/rpmbuild/BUILD/condor-8.2.6/src/condor_utils/proc_family_proxy.cpp
02/02/15 15:06:56 All daemons are gone.
-- /var/run gets "cleaned up" at reboot so /var/run/condor doesn't exist
when condor_mater starts. Adding

ExecStartPre=-/usr/bin/mkdir -p /var/run/condor
ExecStartPre=-/usr/bin/chown -R condor:condor /var/run/condor
PermissionsStartOnly=true

to /usr/lib/systemd/system/condor.service fixes it.

(I sso hatesss sssyssstemd...)


_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/

-- 
Tim Theisen
Release Manager
HTCondor & Open Science Grid
Center for High Throughput Computing
Department of Computer Sciences
University of Wisconsin - Madison
4261 Computer Sciences and Statistics
1210 W Dayton St
Madison, WI 53706-1685
+1 608 265 5736