You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a reboot, the systemd service fails to change to the working directory:
Jun 18 14:19:42 linux (igure.sh)[1451]: github-runner-cachix-x86_64-linux.service: Changing to the requested working directory failed: Permission denied
Jun 18 14:19:42 linux systemd[1]: github-runner-cachix-x86_64-linux.service: Control process exited, code=exited, status=200/CHDIR
Jun 18 14:19:42 linux systemd[1]: github-runner-cachix-x86_64-linux.service: Failed with result 'exit-code'.
Jun 18 14:19:42 linux systemd[1]: Failed to start GitHub Actions runner.
After a reboot, the systemd service fails to change to the working directory:
This can be fixed by:
After rebooting,
/run/github-runner
is empty and owned by root.After deleting and restarting the services:
> ls -l /run/github-runner/ total 0 drwxr-xr-x 2 github-runner github-runner 120 Jun 18 14:27 cachix-x86_64-linux
The text was updated successfully, but these errors were encountered: