Changes between Initial Version and Version 1 of Ticket #28558


Ignore:
Timestamp:
Feb 27, 2011, 12:55:20 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28558

    • Property Owner changed from macports-tickets@… to mcalhoun@…
    • Property Keywords postinstall removed
    • Property Summary changed from kdenlive - post install commands fail to dbus: can't start dbus-session launchagent
    • Property Port dbus added; kdenlive removed
  • Ticket #28558 – Description

    initial v1  
    33I entered the post install commands. The second-to-last one failed with the error "Socket is not connected". Here is the output:
    44
     5{{{
    56bash-3.2$ sudo chown -R torsten ~/Library/Preferences/KDE
    6 
    77bash-3.2$ sudo launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
    8  
    98launchctl: Dubious ownership on file (skipping): /Library/LaunchAgents/org.freedesktop.dbus-session.plist
    10 
    119nothing found to load
    12 
    1310bash-3.2$ sudo launchctl load -w /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
    14 
    1511org.freedesktop.dbus-system: Already loaded
    16 
    1712bash-3.2$ sudo chown torsten /Library/LaunchAgents/org.freedesktop.dbus-session.plist
    18 
    1913bash-3.2$ launchctl load -w /Library/LaunchAgents/org.freedesktop.dbus-session.plist
    20 
    2114Bug: launchctl.c:2325 (23930):13: (dbfd = open(g_job_overrides_db_path, O_RDONLY | O_EXLOCK | O_CREAT, S_IRUSR | S_IWUSR)) != -1
    22 
    2315launch_msg(): Socket is not connected
     16}}}