[GH-ISSUE #1618] VLC: machine-id breaks PulseAudio #1082

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

Originally created by @curiosity-seeker on GitHub (Oct 25, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1618

On Fedora 26 with VLC 3.0 I've made the observation that machine-id breaks PulseAudio:

pulse audio output error: PulseAudio server connection failure: Verbindung verweigert

After commenting that switch everything works okay.

Can someone confirm this?

Originally created by @curiosity-seeker on GitHub (Oct 25, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1618 On Fedora 26 with VLC 3.0 I've made the observation that `machine-id` breaks PulseAudio: `pulse audio output error: PulseAudio server connection failure: Verbindung verweigert` After commenting that switch everything works okay. Can someone confirm this?
gitea-mirror 2026-05-05 07:25:53 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@netblue30 commented on GitHub (Oct 25, 2017):

Fixed!

Pulse ends up using /etc/machine-id files on some setups. It used to do it all the time on Debian Jessie, now on Stretch it stopped doing it. And if you also have ALSA installed, you never know if the program picks up pulse or alsa. So, it is a full mess! The safe way to go is to remove machine-id from any program using sound.

<!-- gh-comment-id:339405030 --> @netblue30 commented on GitHub (Oct 25, 2017): Fixed! Pulse ends up using /etc/machine-id files on some setups. It used to do it all the time on Debian Jessie, now on Stretch it stopped doing it. And if you also have ALSA installed, you never know if the program picks up pulse or alsa. So, it is a full mess! The safe way to go is to remove machine-id from any program using sound.
Author
Owner

@curiosity-seeker commented on GitHub (Oct 25, 2017):

The safe way to go is to remove machine-id from any program using sound.

Yes, indeed! I had also added it to the dragon profile as a test and sound was also broken here.

Thanks for the fix!

<!-- gh-comment-id:339406309 --> @curiosity-seeker commented on GitHub (Oct 25, 2017): > The safe way to go is to remove machine-id from any program using sound. Yes, indeed! I had also added it to the dragon profile as a test and sound was also broken here. Thanks for the fix!
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#1082
No description provided.