Skip to content

Commit 2e2a636

Browse files
Roshni SarangadharanLysanne Pinto
authored andcommitted
Address doc feedback
1 parent 7c7bd55 commit 2e2a636

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/install/osx.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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
334341
If 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

0 commit comments

Comments
 (0)