| Summary: |
When looking for the machine-id file, /etc/machine-id should be checked regardless of sysconfdir |
| Product: |
PulseAudio
|
Reporter: |
Tanu Kaskinen <tanuk> |
| Component: |
daemon | Assignee: |
pulseaudio-bugs |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
pulseaudio-bugs |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
lennart
|
| Version: |
unspecified | Keywords: |
love |
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
| Attachments: |
patch to add fallbacks
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
By default sysconfdir is /usr/local/etc, which causes PulseAudio to fail to find the machine-id. If ${sysconfdir}/machine-id is found, it should be used, but I think it would be good to fall back to /etc/machine-id if ${sysconfdir}/machine-id is not found.