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

D-Bus Error #1

Open
djarbz opened this issue Jan 10, 2022 · 4 comments
Open

D-Bus Error #1

djarbz opened this issue Jan 10, 2022 · 4 comments

Comments

@djarbz
Copy link

djarbz commented Jan 10, 2022

Hello, I get the following error constantly while running your image.

D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": No such file or directory; UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text)

@jchprj
Copy link
Owner

jchprj commented Jan 18, 2022

Hi, when I'm running it. I can see it as well. But it is not constantly appearing, just at the beginning, threw some these logs.

(firefox:607): GConf-WARNING **: 13:51:10.684: Client failed to connect to the D-BUS daemon:
D-Bus library appears to be incorrectly set up: see the manual page for dbus-uuidgen to correct this issue. (Failed to open "/var/lib/dbus/machine-id": No such file or directory; UUID file '/etc/machine-id' should contain a hex string of length 32, not length 0, with no other text)

Seems it is firefox related. If the Flash content is well played, I think this is not serious.

@jchprj
Copy link
Owner

jchprj commented Jan 18, 2022

After tried exit firefox and firefox re-launched automatically, the error indeed became constantly.
Then I tried run these two commands(from centos7 - dbus errrors when trying to start GUI app from Docker CentOS container - Stack Overflow) in the shell

# apt-get install -y dbus
# dbus-uuidgen > /var/lib/dbus/machine-id

The constant errors became

(firefox:927): GConf-WARNING **: 14:10:37.630: Client failed to connect to the D-BUS daemon:
/usr/bin/dbus-launch terminated abnormally without any error message

Then I tried install dbus-x11(from python - What does "Client failed to connect to the D-BUS daemon" mean? - Stack Overflow)

apt install dbus-x11

No longer errors.
I will add these commands in the Docker file.

@djarbz
Copy link
Author

djarbz commented Jan 19, 2022

Thank you!

@jchprj
Copy link
Owner

jchprj commented Jan 28, 2022

Thank you for the feedback as well!

It has been added, seems only needs dbus-x11

Also built new image to Docker Hub: jchprj/play-adobe-flash-after-eol

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

No branches or pull requests

2 participants