stevegrunwell / asimov

Automatically exclude development dependencies from Apple Time Machine backups
MIT License
1.62k stars 93 forks source link

Sonoma 14.5 bootstrap error 5 #96

Open JESii opened 3 months ago

JESii commented 3 months ago

I have asimov 0.3.0 installed with brew. Ran sudo brew services start asimov Got this response

Warning: Taking root:admin ownership of some asimov paths:
  /usr/local/Cellar/asimov/0.3.0/bin
  /usr/local/Cellar/asimov/0.3.0/bin/asimov
  /usr/local/opt/asimov
  /usr/local/opt/asimov/bin
  /usr/local/var/homebrew/linked/asimov
This will require manual removal of these paths using `sudo rm` on
brew upgrade/reinstall/uninstall.
Bootstrap failed: 5: Input/output error
Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.asimov.plist` exited with 5.
ajoslin103 commented 2 weeks ago

https://github.com/stevegrunwell/asimov/issues/82#issuecomment-2087581255

not using sudo on the start worked for me

brew services start asimov not sudo brew services start asimov