File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -321,7 +321,14 @@ After you sign in to the GUI, repeat the GitLab Runner troubleshooting steps fro
321321
322322### Error: `"launchctl" failed with stderr: Load failed: 5: Input/output error`
323323
324- If this error is encountered when running the `gitlab-runner start` command, ensure that the directories specified in the
324+ If you encounter this error when you run the `gitlab-runner start` command, first check if the runner is already running:
325+
326+ ```shell
327+ gitlab-runner status
328+ ```
329+
330+ If the runner is already running, you don' t need to start it again. If it' s not running and you still encounter this error,
331+ ensure that the directories specified in the
325332`~/Library/LaunchAgents/gitlab-runner.plist` values `StandardOutPath` and `StandardErrorPath` exist:
326333
327334```xml
@@ -332,6 +339,11 @@ If this error is encountered when running the `gitlab-runner start` command, ens
332339```
333340
334341If the directories do not exist, create them and ensure that the runner service user has appropriate permissions to read and write to them.
342+ Then start the runner:
343+
344+ ```shell
345+ gitlab-runner start
346+ ```
335347
336348### Error: `Error on fetching TLS Data from API response... error error=couldn' t build CA Chain`
337349
You can’t perform that action at this time.
0 commit comments