Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error from D-Bus LIbrary #4

Open
NGenetzky opened this issue Mar 24, 2018 · 3 comments · May be fixed by #6
Open

Error from D-Bus LIbrary #4

NGenetzky opened this issue Mar 24, 2018 · 3 comments · May be fixed by #6

Comments

@NGenetzky
Copy link

First I want to thank you for creating such an awesome application.

I noticed the following error when I run the container.

24.03.18 12:21:16 (-0500) process 212: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
24.03.18 12:21:16 (-0500) This is normally a bug in some application using the D-Bus library.

Environment:

  • Machine: raspberrypi2
  • Host OS Version: Resin OS 2.9.6+rev1 (dev)
  • Supervisor Version: 6.5.9
@janvda
Copy link

janvda commented Jan 10, 2019

I am getting same error. See my log file.

10.01.19 23:02:31 (+0100)  main  Systemd init system enabled.
10.01.19 23:02:31 (+0100)  main  systemd 215 running in system mode. (+PAM +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ -SECCOMP -APPARMOR)
10.01.19 23:02:31 (+0100)  main  Detected virtualization 'other'.
10.01.19 23:02:31 (+0100)  main  Detected architecture 'arm'.
10.01.19 23:02:31 (+0100)  main  Set hostname to <4d176de>.
10.01.19 23:02:34 (+0100)  main  /usr/bin/kodi: 1: /usr/bin/kodi: fbset: not found
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_close() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2934.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.
10.01.19 23:02:34 (+0100)  main  process 207: arguments to dbus_connection_unref() were incorrect, assertion "connection != NULL" failed in file ../../dbus/dbus-connection.c line 2821.
10.01.19 23:02:34 (+0100)  main  This is normally a bug in some application using the D-Bus library.

Environment:

  • device type = Raspberry Pi 3
  • host os version = balenaOS 2.27.0+rev1
  • supervisor version = 8.3.5

Despite the above errors, kodi version v17.4 has been started.

@janvda
Copy link

janvda commented Jan 12, 2019

According to following page https://www.balena.io/docs/learn/develop/runtime/#dbus-communication-with-host-os we should use for balena supervisor versions 1.7.0 and newer (both balenaOS 1.x and 2.x)
DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket
instead of DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host_run/dbus/system_bus_socket so this most likely must be corrected in the start.sh script

@janvda janvda linked a pull request Jan 12, 2019 that will close this issue
@janvda
Copy link

janvda commented Jun 5, 2019

FYI my fork ( https://github.com/janvda/balena-kodi ) covers a version that is working on raspberry pi and it also installs a pretty recent Kodi version (18.2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants