Erm, now that I updated everything, mdbus gives me very same error than you,
arne :
http://www.mail-archive.com/smartphones-userland@linuxtogo.org/msg00884.html

certainly. but i don't exactly recall how. but since it was a dbus security issue, most likely the dbus policy defined in /etc/dbus-1/system.d/frameworkd.conf was an issue, see:

http://www.mail-archive.com/smartphones-userland@linuxtogo.org/msg00621.html

but since i don't have that my-frameworkd.conf anymore, it must be different now ...
dbus is 1.2.16-2+b1 and below is my frameworkd.conf.
with that "default" everywhere dbus hast upon boot some remarks about an unknown user (group?) "default", but everything seems to work.

<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd";>

<busconfig>
    <policy context="default">
        <allow own="org.freesmartphone.testing"/>
        <allow send_path="/org/freesmartphone/testing"/>
        <allow send_destination="org.freesmartphone.testing"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.onetworkd"/>
        <allow send_path="/org/freesmartphone.onetworkd"/>
        <allow send_destination="org.freesmartphone.onetwork"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.frameworkd"/>
        <allow send_path="/org/freesmartphone/Framework"/>
        <allow send_destination="org.freesmartphone.frameworkd"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.odeviced"/>
        <allow send_path="/"/>
        <allow send_destination="org.freesmartphone.odeviced"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.oeventsd"/>
        <allow send_path="/org/freesmartphone/Events"/>
        <allow send_destination="org.freesmartphone.oeventsd"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.ousaged"/>
        <allow send_path="/org/freesmartphone/Usage"/>
        <allow send_destination="org.freesmartphone.ousaged"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.ogsmd"/>
        <allow send_path="/org/freesmartphone/GSM"/>
        <allow send_destination="org.freesmartphone.ogsmd"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.ogpsd"/>
        <allow own="org.freedesktop.Gypsy"/>
        <allow send_path="/org/freedesktop/Gypsy"/>
        <allow send_destination="org.freesmartphone.ogpsd"/>
        <allow send_destination="org.freedesktop.gypsy"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.opreferencesd"/>
        <allow send_path="/org/freesmartphone/Preferences"/>
        <allow send_destination="org.freesmartphone.opreferencesd"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.ophoned"/>
        <allow send_path="/org/freesmartphone/Phone"/>
        <allow send_destination="org.freesmartphone.ophoned"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.opimd"/>
        <allow send_path="/org/freesmartphone/PIM"/>
        <allow send_destination="org.freesmartphone.opimd"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.otimed"/>
        <allow send_path="/org/freesmartphone/Time"/>
        <allow send_destination="org.freesmartphone.otimed"/>
    </policy>
    <policy context="default">
        <allow own="org.freesmartphone.omuxerd"/>
        <allow send_path="/org/freesmartphone/GSM/Muxer"/>
        <allow send_destination="org.freesmartphone.omuxerd"/>
        <allow send_interface="org.freesmartphone.GSM.MUX"/>
    </policy>
    <policy context="default">
        <allow send_interface="org.freedesktop.DBus.Introspectable"/>
        <allow send_interface="org.freedesktop.DBus.Peer"/>
    </policy>
</busconfig>

Attachment: frameworkd.conf
Description: Binary data

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to