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 got02/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 Procdrepeated half a dozen times before02/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...) -- 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 |