From 6f67710452d6a9f97bb5a9ce300de4aded115489 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: Jan 05 2018 15:20:26 +0000 Subject: taskotron: missing PID file has been resolved --- diff --git a/docs/sysadmin-guide/sops/taskotron.rst b/docs/sysadmin-guide/sops/taskotron.rst index 5196859..011c0c8 100644 --- a/docs/sysadmin-guide/sops/taskotron.rst +++ b/docs/sysadmin-guide/sops/taskotron.rst @@ -198,17 +198,3 @@ ansible role. The workaround is to fix SELinux labels on ``rpcbind``:: $ restorecon -v /usr/bin/rpcbind restorecon reset /usr/bin/rpcbind context system_u:object_r:bin_t:s0->system_u:object_r:rpcbind_exec_t:s0 - -Buildmaster/buildslaves don't find their PID file -------------------------------------------------- - -If you see a similar error from buildmaster:: - - buildmaster.service: PID file /srv/buildmaster/master/twistd.pid not readable (yet?) after start: Permission denied - -or from buildslave:: - - The buildslave took more than 10 seconds to confirm that it started correctly - -it seems to be related to ``PIDFile`` key in the service file. See -https://pagure.io/taskotron/issue/236 to learn how to resolve this.