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

Cannot start asimov service (service already bootstrapped) #82

Open
andig opened this issue Apr 15, 2022 · 5 comments
Open

Cannot start asimov service (service already bootstrapped) #82

andig opened this issue Apr 15, 2022 · 5 comments

Comments

@andig
Copy link

andig commented Apr 15, 2022

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
@Stanzilla
Copy link

samee here

@berry
Copy link

berry commented Jul 4, 2023

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...

@jamesfawcett
Copy link

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

@stas-panasiuk
Copy link

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.

@plutowang
Copy link

@andig Please just try,

brew services start asimov

it may not need sudo

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

6 participants