[MacPorts] #19510: dbus-daemon crashes (KERN_PROTECTION_FAILURE)

MacPorts noreply at macports.org
Sun Aug 30 15:59:37 PDT 2009


#19510: dbus-daemon crashes (KERN_PROTECTION_FAILURE)
----------------------------------+-----------------------------------------
  Reporter:  vinc17@…             |       Owner:  mcalhoun@…           
      Type:  defect               |      Status:  closed               
  Priority:  Normal               |   Milestone:                       
 Component:  ports                |     Version:  1.7.1                
Resolution:  fixed                |    Keywords:                       
      Port:  dbus                 |  
----------------------------------+-----------------------------------------
Changes (by illogic-al@…):

  * status:  reopened => closed
  * resolution:  => fixed


Comment:

 OK, I believe I have both stumbled across, and fixed vinc's problem, which
 was probably a simple copy/paste mistake. The command
 {{{
  sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-
 session.plist
 }}}

 Should really be
 {{{
 launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
 }}}

 We've gone over this a bunch of times in other trac tickets as to why, but
 dbus for the user needs the user to start it. See r56579.
 vinc,
 {{{
 sudo port sync
 sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-
 session.plist
 sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-
 session.plist
 launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
 sudo port uninstall dbus
 sudo port install dbus
 }}}
  Then follow the instructions at the end BEFORE you run any programs.
 Particularly this instruction
 {{{
 launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/19510#comment:37>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list