[GH-ISSUE #1857] Allow machine-id for bibletime.profile #1259

Closed
opened 2026-05-05 07:44:25 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @ghost on GitHub (Apr 3, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1857

It seems machine-id must be included in the private-etc line in bibletime.profile, else the program refuses to start with the following error message (in Arch):

dbus[9]: 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; Failed to open "/etc/machine-id": No such file or directory)

Originally created by @ghost on GitHub (Apr 3, 2018). Original GitHub issue: https://github.com/netblue30/firejail/issues/1857 It seems machine-id must be included in the private-etc line in bibletime.profile, else the program refuses to start with the following error message (in Arch): dbus[9]: 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; Failed to open "/etc/machine-id": No such file or directory)
Author
Owner

@Vincent43 commented on GitHub (Apr 3, 2018):

Can you try if firejail --machine-id --private-etc=machine-id bibletime works? This way machine-id will be available but spoofed.

<!-- gh-comment-id:378304074 --> @Vincent43 commented on GitHub (Apr 3, 2018): Can you try if `firejail --machine-id --private-etc=machine-id bibletime` works? This way `machine-id` will be available but spoofed.
Author
Owner

@ghost commented on GitHub (Apr 3, 2018):

@Vincent43 Confirmed, it works.

<!-- gh-comment-id:378309649 --> @ghost commented on GitHub (Apr 3, 2018): @Vincent43 Confirmed, it works.
Author
Owner

@Vincent43 commented on GitHub (Apr 3, 2018):

Should be fixed with 56f55b7b0d , thanks for reporting.

<!-- gh-comment-id:378336443 --> @Vincent43 commented on GitHub (Apr 3, 2018): Should be fixed with https://github.com/netblue30/firejail/commit/56f55b7b0d4bf419f3d5e25b9ab105add7ee2c9f , thanks for reporting.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#1259
No description provided.