Bug #2236
dbus connection not allowed
0%
Description
I get this error when after startup
2014-08-17 12:21:12.501 [ ERROR] dbus: Name error: Connection ":1.41" is not allowed to own the service "org.tvheadend.server" due to security policies in the configuration file
History
Updated by Crazy Fin about 10 years ago
I see the same type of message in my log as well:
Aug 17 13:06:24 tvserver tvheadend1156: dbus: Name error: Connection ":1.33" is not allowed to own the service "org.tvheadend.server" due to security policies in the configuration file
(I am on version 3.9.1296 currently)
Updated by Jaroslav Kysela about 10 years ago
- Status changed from New to Fixed
It's about the configuration. By default, tvh tries to use the system bus, but the dbus must be configured to allow that.
You may also use the session bus, which is more permissive, but available only inside the session (the --dbus_session command line parameter).
Anyway, I added the --dbus command line parameter to enable the DBus interface manually, because I think that most of users will not use this interface at the time. So no more of these messages..