asimov icon indicating copy to clipboard operation
asimov copied to clipboard

Cannot start asimov service (service already bootstrapped)

Open andig opened this issue 2 years ago • 5 comments

Before:

brew services
Name      Status       User  File
asimov    none         root

Then, starting the service:

sudo brew services start asimov
Warning: Taking root:admin ownership of some asimov paths:
  /opt/homebrew/Cellar/asimov/0.3.0/bin
  /opt/homebrew/Cellar/asimov/0.3.0/bin/asimov
  /opt/homebrew/opt/asimov
  /opt/homebrew/opt/asimov/bin
  /opt/homebrew/var/homebrew/linked/asimov
This will require manual removal of these paths using `sudo rm` on
brew upgrade/reinstall/uninstall.
/Library/LaunchDaemons/homebrew.mxcl.asimov.plist: service already bootstrapped
Bootstrap failed: 37: Operation already in progress
Error: Failure while executing; `/bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.asimov.plist` exited with 37.

After, despite the error:

sudo brew services
Name      Status    User File
asimov    scheduled root /Library/LaunchDaemons/homebrew.mxcl.asimov.plist

andig avatar Apr 15 '22 15:04 andig

samee here

Stanzilla avatar Nov 19 '22 07:11 Stanzilla

Same here. /opt/homebrew/opt/asimov/bin/asimov does work. So I assume the scheduled task also runs. However, running Asimov manually does find (long existing) directories not yet excluded. Hmmmm...

berry avatar Jul 04 '23 19:07 berry

Same issue here too


▶  sudo brew services start asimov
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

jamesfawcett avatar Feb 17 '24 22:02 jamesfawcett

Same here

$ sudo brew services start asimov
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.

stas-panasiuk avatar Feb 29 '24 22:02 stas-panasiuk