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

Error when trying to start dbus service #4

Open
kid1carus opened this issue Apr 3, 2023 · 5 comments
Open

Error when trying to start dbus service #4

kid1carus opened this issue Apr 3, 2023 · 5 comments

Comments

@kid1carus
Copy link

when i run brew services start dbus i receive the following error:

Error: Formula 'dbus' has not implemented #plist, #service or installed a locatable service file.

How do i fix this and get the service running?

Screenshot 2023-04-02 at 8 37 22 PM

@johnhamelink
Copy link

I'm the same. I'm on a 2020 M1 (Macbook Pro 13") with MacOS 11.7.5

@zbentley
Copy link
Owner

I see that as well; I think the problem is upstream as a result of a recent change to Homebrew's dbus formula. I've opened an issue with Homebrew to see if it can be addressed: Homebrew/homebrew-core#128373

@DasterSociety
Copy link

DasterSociety commented May 3, 2023

Any updates on this ? I have the same @kid1carus error

@goldyfruit
Copy link

goldyfruit commented May 11, 2023

From Homebrew/brew#15175

cp $(brew --prefix dbus)/org.freedesktop.dbus-session.plist $(brew --prefix dbus)/homebrew.mxcl.dbus.plist
sudo brew services start dbus

@DasterSociety
Copy link

From Homebrew/brew#15175

cp $(brew --prefix dbus)/org.freedesktop.dbus-session.plist $(brew --prefix dbus)/homebrew.mxcl.dbus.plist
sudo brew services start dbus

I did not work for me, got this output:
Warning: Taking root:admin ownership of some dbus paths:
/usr/local/Cellar/dbus/1.14.6/bin
/usr/local/Cellar/dbus/1.14.6/bin/dbus-daemon
/usr/local/opt/dbus
/usr/local/opt/dbus/bin
/usr/local/var/homebrew/linked/dbus
This will require manual removal of these paths using sudo rm on
brew upgrade/reinstall/uninstall.
Warning: dbus must be run as non-root to start at user login!
/Library/LaunchDaemons/homebrew.mxcl.dbus.plist: service already bootstrapped
Bootstrap failed: 37: Operation already in progress
Error: Failure while executing; /bin/launchctl bootstrap system /Library/LaunchDaemons/homebrew.mxcl.dbus.plist exited with 37.

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

5 participants