#18462 closed defect (invalid)
dbus start problems
Reported by: | olaf@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | dbus gnucash | Cc: | olaf@… |
Port: | dbus |
Description
I'm on 10.4.11/Intel. It's a fresh install of macports. I've installed
$ port installed dbus The following ports are currently installed: dbus @1.2.12_4 (active)
$ cat /opt/local/etc/macports/variants.conf +no_static +no_x11 -x11 +quartz
When I load dbus
sudo launchctl load -w /Library/LaunchDaemons/org.macports.dbus.plist
I get in the console
Feb 11 20:36:40 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:36:40 merlin launchd: org.macports.dbus: 9 more failures without living at least 60 seconds will cause job removal Feb 11 20:36:40 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:36:50 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:36:50 merlin launchd: org.macports.dbus: 8 more failures without living at least 60 seconds will cause job removal Feb 11 20:36:50 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:37:01 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:37:01 merlin launchd: org.macports.dbus: 7 more failures without living at least 60 seconds will cause job removal Feb 11 20:37:01 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:37:11 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:37:11 merlin launchd: org.macports.dbus: 6 more failures without living at least 60 seconds will cause job removal Feb 11 20:37:11 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:37:21 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:37:21 merlin launchd: org.macports.dbus: 5 more failures without living at least 60 seconds will cause job removal Feb 11 20:37:21 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:37:31 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:37:31 merlin launchd: org.macports.dbus: 4 more failures without living at least 60 seconds will cause job removal Feb 11 20:37:31 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:37:41 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:37:41 merlin launchd: org.macports.dbus: 3 more failures without living at least 60 seconds will cause job removal Feb 11 20:37:41 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:37:51 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:37:51 merlin launchd: org.macports.dbus: 2 more failures without living at least 60 seconds will cause job removal Feb 11 20:37:51 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:38:01 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:38:01 merlin launchd: org.macports.dbus: 1 more failure without living at least 60 seconds will cause job removal Feb 11 20:38:01 merlin launchd: org.macports.dbus: will restart in 10 seconds Feb 11 20:38:11 merlin launchd: org.macports.dbus: respawning too quickly! throttling Feb 11 20:38:11 merlin launchd: org.macports.dbus: too many failures in succession
Maybe that's why gnucash doesn't start on my computer.
Change History (4)
comment:1 Changed 16 years ago by olaf@…
Cc: | olaf@… added |
---|
comment:2 follow-up: 3 Changed 16 years ago by illogic-al@…
Resolution: | → invalid |
---|---|
Status: | new → closed |
That's no longer the correct way to start dbus. Instead do 'launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist' WITHOUT the 'sudo' at the beginning.
comment:3 Changed 16 years ago by olaf@…
Replying to illogic-al@…:
That's no longer the correct way to start dbus. Instead do 'launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist' WITHOUT the 'sudo' at the beginning.
At least that's been told during the installation:
---> Creating launchd control script ########################################################### # A startup item has been generated that will aid in # starting dbus with launchd. It is disabled # by default. Execute the following command to start it, # and to cause it to launch at startup: # # sudo launchctl load -w /Library/LaunchDaemons/org.macports.dbus.plist ########################################################### ---> Installing dbus @1.2.12_4 ---> Activating dbus @1.2.12_4 ############################################################################## # It is absolutely necessary for dbus enabled programs to work to execute # # launchctl load /Library/LaunchAgents/org.freedesktop.dbus-session.plist # # once for every user. Don't use 'sudo', else it will work only for root! # You also have to unload it before deactivating/uninstalling this software! ############################################################################## ---> Cleaning dbus
Note: See
TracTickets for help on using
tickets.
Cc Me!