Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macOS: Launching prints 'Unload failed: 5: Input/output error' #85

Open
maleadt opened this issue Sep 23, 2024 · 0 comments
Open

macOS: Launching prints 'Unload failed: 5: Input/output error' #85

maleadt opened this issue Sep 23, 2024 · 0 comments

Comments

@maleadt
Copy link
Member

maleadt commented Sep 23, 2024

This error isn't problematic, and only happens because we (to be safe, IIUC) try to unload the service multiple times:

`launchctl unload -w $(plist_path)` = `launchctl unload -w /Users/julia/Library/LaunchAgents/org.julialang.buildkite.default-honeycrisp-HL2F7YQ3XH.0.plist`
`launchctl unload -w $(plist_path)` = `launchctl unload -w /Users/julia/Library/LaunchAgents/org.julialang.buildkite.default-honeycrisp-HL2F7YQ3XH.0.plist`
Unload failed: 5: Input/output error
Try running `launchctl bootout` as root for richer errors.
`launchctl load -w $(plist_path)` = `launchctl load -w /Users/julia/Library/LaunchAgents/org.julialang.buildkite.default-honeycrisp-HL2F7YQ3XH.0.plist`

Creating an issue so that we either document or fix this; I wasn't sure whether this was an issue when debugging other problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant