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

Add support for brew services on external drives on Mac #861

Closed
rgaufman opened this issue Jan 3, 2025 · 4 comments
Closed

Add support for brew services on external drives on Mac #861

rgaufman opened this issue Jan 3, 2025 · 4 comments

Comments

@rgaufman
Copy link

rgaufman commented Jan 3, 2025

Most people purchasing a Mac with the base storage run their home directory on an external drive, however homebrew-services does not work in this situation and shows this error:

$ brew services start mosquitto
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/502 /Volumes/980Pro/home/hackeron/Library/LaunchAgents/homebrew.mxcl.mosquitto.plist` exited with 5.

Please add support for those of us that have their home directory on an external drive.

@SMillerDev
Copy link
Member

That's an error from launchctl. Nothing brew can do to fix that.

@SMillerDev SMillerDev closed this as not planned Won't fix, can't repro, duplicate, stale Jan 3, 2025
@MikeMcQuaid
Copy link
Member

Most people purchasing a Mac with the base storage run their home directory on an external drive

Also: this is not at all true.

@rgaufman
Copy link
Author

rgaufman commented Jan 5, 2025

Most people purchasing a Mac with the base storage run their home directory on an external drive

Also: this is not at all true.

Sorry, those that have larger photo libraries / apps, things like xcode in combination, etc. It's becoming more and more popular - if you're not doing this on a base storage desktop Mac, I highly recommend trying it, it's pretty game changing.

In any case, it's not directly relevant, storing service files on external media is not supported by MacOS so doing so seems like a bug, not intentional behaviour.

@rgaufman
Copy link
Author

Solution here: #862

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

3 participants