RE: xbmc V13.0 Gotham network-manager incompatible - samsam55 - 2014-06-22
yeah did not work
did not work
Re: xbmc V13.0 Gotham network-manager incompatible - nickr - 2014-06-22
Define 'did not work'.
RE: xbmc V13.0 Gotham network-manager incompatible - felsandric - 2014-06-23
Can some one please post network manager 1.4 after changing the XML file.
Thanks a lot
RE: xbmc V13.0 Gotham network-manager incompatible - nickr - 2014-06-23
What, you can't change one or two characters in a file?
RE: xbmc V13.0 Gotham network-manager incompatible - mstrolo - 2014-07-04
any obe got this working?
Re: xbmc V13.0 Gotham network-manager incompatible - nickr - 2014-07-04
Yes see olepir's post about 5 posts up.
RE: xbmc V13.0 Gotham network-manager incompatible - Chromzepher - 2014-10-02
Does anyone know how to get this working? I attempted to install the 1.4 version that was posted earlier by olepir and modified the XML but when I attempt to install it XMBC just tells me that I don't meet the dependencies. Help pls
RE: xbmc V13.0 Gotham network-manager incompatible - MimicZ - 2014-10-15
I have it in my repo.
http://upgrades.montrealandroidtv.com/ATV1/
Thanks
RE: xbmc V13.0 Gotham network-manager incompatible - cuccuizzo - 2014-12-10
I have downloaded and installed the 1.4 version of this plugin (thanks MimicZ for sharing the zip file!), but I can't make it work.
The problem seems related to dbus authetication.
tail -f /var/log/auth.log shows the following as soon as i run the addon:
Code: Dec 10 13:07:39 nuc dbus[780]: [system] Rejected send message, 3 matched rules; type="method_call", sender=":1.136" (uid=1000 pid=3328 comm="/usr/lib/xbmc/xbmc.bin --standalone ") interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply="0" destination=":1.12" (uid=0 pid=1289 comm="NetworkManager ")
Dec 10 13:07:39 nuc dbus[780]: message repeated 2 times: [ [system] Rejected send message, 3 matched rules; type="method_call", sender=":1.136" (uid=1000 pid=3328 comm="/usr/lib/xbmc/xbmc.bin --standalone ") interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply="0" destination=":1.12" (uid=0 pid=1289 comm="NetworkManager ")]
Dec 10 13:07:39 nuc dbus[780]: [system] Rejected send message, 3 matched rules; type="method_call", sender=":1.136" (uid=1000 pid=3328 comm="/usr/lib/xbmc/xbmc.bin --standalone ") interface="org.freedesktop.NetworkManager" member="GetDevices" error name="(unset)" requested_reply="0" destination=":1.12" (uid=0 pid=1289 comm="NetworkManager ")
The xbmc.log file reports the same errors.
I created a file in /etc/polkit-1/localauthority/50-local.d containing the following:
Code: [Actions for NetworkManager]
Identity=unix-user:xbmc
Action=org.freedesktop.NetworkManager.*
ResultAny=yes
ResultInactive=yes
ResultActive=yes
but nothing changed at all.
The system is a NUC DN2820FYKH running ubuntu server 14.04.1, XBMC Gotham 13.2.
XBMC is started by upstart with the following /etc/init/xbmc.conf file:
Code: # xbmc-upstart
# starts XBMC on startup by using xinit.
# by default runs as xbmc, to change edit below.
env USER=xbmc
emits xbmc-started
description "XBMC-barebones-upstart-script"
author "Matt Filetto"
start on (filesystem and stopped udevtrigger and net-device-up IFACE!=lo)
stop on runlevel [016]
# tell upstart to respawn the process if abnormal exit
respawn
respawn limit 10 5
limit nice 21 21
script
exec su -c "xinit /usr/bin/xbmc --standalone -- /usr/bin/X -bs -nocursor -nolisten tcp :0" $USER
end script
Does anyone have any clue?
Thanks!
RE: xbmc V13.0 Gotham network-manager incompatible - cuccuizzo - 2014-12-15
Just for the record, I solved my issue by editing /etc/dbus-1/system.d/org.freedesktop.NetworkManager.conf and adding the following:
Code: <policy user="xbmc">
<allow send_destination="org.freedesktop.NetworkManager"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.DBus.Introspectable"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.DBus.Properties"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.AccessPoint"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.Connection.Active"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.Device.Cdma"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.Device.Wired"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.Device.Gsm"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.Device.Serial"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.Device.Wireless"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.Device"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.DHCP4Config"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.IP4Config"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.VPN.Connection"/>
<allow send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager.AgentManager"/>
<deny send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager"
send_member="SetLogging"/>
<deny send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager"
send_member="Sleep"/>
<deny send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager"
send_member="sleep"/>
<deny send_destination="org.freedesktop.NetworkManager"
send_interface="org.freedesktop.NetworkManager"
send_member="wake"/>
</policy>
soon after the <policy user="root"> section, basically giving to the "xbmc" user the same permission as 'at_console="true"'
Now the plugin is working great
|