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

[HTCondor-users] What's supposed to create /var/run/condor?



In RHEL/CentOS 7, the /var/run directory is a tmpfs:

$ df -k /var/run
Filesystem     1K-blocks    Used Available Use% Mounted on
tmpfs          264035132 4221424 259813708   2% /run

And it appears that 8.6.9 is not creating the /var/run/condor directory when it's started up, which leads procd to be unable to create its named pipe and suddenly there's a zillion condor_procds running.

I do see that /var/run/condor is in the RPM, but that doesn't help when dealing with a tmpfs.

Any suggestions?

	-Michael Pelletier.