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

MacPorts noreply at macports.org
Sun Aug 30 16:07:06 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                 |  
----------------------------------+-----------------------------------------

Comment(by illogic-al@…):

 See, even I fall pray to the subtle wiles of copy 'n' paste. Let's try
 this again (disregard the comment above, i.e. DO NOT FOLLOW)

 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.
 Briefly, dbus needs the user's permissions. See r56579.
 Vinc,
  {{{
  sudo port sync
  sudo launchctl unload -w /Library/LaunchAgents/org.freedesktop.dbus-
 session.plist
  sudo launchctl unload -w /Library/LaunchAgents/org.freedesktop.dbus-
 session.plist
  launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-
 session.plist
  sudo port uninstall dbus
  sudo port clean 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:38>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list