[Bug 831626] New: /var/lib/dbus/machine-id has different value than /etc/machine-id
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c0 Summary: /var/lib/dbus/machine-id has different value than /etc/machine-id Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dgdaniel_f@web.de QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/28.0.1500.72 Safari/537.36 If using i.e. steam with pulseaudio it is necessary, that the value of /var/lib/dbus/machine-id is the same as /etc/machine-id to work. Otherwise it will not connect to the pulseaudio daemon. Unfortunatly the values of both files are in all OpenSuse 12.3 installs ALWAYS different. It is highly reproducible in all installations I had so far. Furthermore the value of /var/lib/dbus/machine-id seems to be supposed to be the same as /etc/machine-id. A symlink to /etc/machine-id would solve the issue completely. Reproducible: Always Steps to Reproduce: 1.Just install OpenSuse 12.3 2. 3. Actual Results: Different values in both files Expected Results: Same value in both files -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |yyuan@suse.com AssignedTo|bnc-team-screening@forge.pr |jeffm@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c Ye Yuan <yyuan@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |thoenig@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c2 --- Comment #2 from daniel frenzel <dgdanielf@gmail.com> 2013-07-30 09:15:12 UTC --- Same bug in OpenSuse 13.1. Installed on different PC in a virtual box. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c3 Fridrich Strba <fstrba@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fstrba@suse.com --- Comment #3 from Fridrich Strba <fstrba@suse.com> 2013-09-18 14:53:42 UTC --- Now, the http://www.freedesktop.org/software/systemd/man/machine-id.html does not specify anywhere that the /etc/machine-id and /var/lib/dbus/machine-id must correspond to each other. So, it is a kind of mistake if a software relies on them being identical. The software normally should assume that they can be different and handle that case graciously. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c4 --- Comment #4 from Fridrich Strba <fstrba@suse.com> 2013-09-18 14:57:10 UTC --- Created an attachment (id=558883) --> (http://bugzilla.novell.com/attachment.cgi?id=558883) generate /var/lib/dbus/machine-id only if /etc/machine-id does not exist Nonetheless, since dbus can use /etc/machine-id if /var/lib/dbus/machine-id is not found, we could eventually create the later only if the former does not exist. In the other case, we could let the dbus only use the /etc/machine-id by not providing the /var/lib/dbus/machine-id -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c5 --- Comment #5 from Ludwig Nussel <lnussel@suse.com> 2013-09-19 17:02:59 CEST --- Timo? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c6 --- Comment #6 from daniel frenzel <dgdanielf@gmail.com> 2013-09-20 11:57:42 UTC --- (In reply to comment #3)
Now, the http://www.freedesktop.org/software/systemd/man/machine-id.html does not specify anywhere that the /etc/machine-id and /var/lib/dbus/machine-id must correspond to each other. So, it is a kind of mistake if a software relies on them being identical. The software normally should assume that they can be different and handle that case graciously.
Might be true. But where is the reason to create two files with different value in the system? I think your suggestion to create the second file only if the first one is not found is the method of choice. Nevertheless a check for same value is advised. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c9 Guus Poort <guus.poort@upcmail.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |guus.poort@upcmail.nl --- Comment #9 from Guus Poort <guus.poort@upcmail.nl> 2013-12-03 13:53:13 UTC --- (In reply to comment #2)
Same bug in OpenSuse 13.1. Installed on different PC in a virtual box.
Confirmed. Installed openSUSE 13.1 about two weeks ago and installed steam. I had no sound in any game from Valve. What worked for me, delete the dbus one, then create a symlink. sudo ln -s /etc/machine-id /var/lib/dbus/machine-id https://github.com/ValveSoftware/steam-for-linux/issues/1179#issuecomment-13... Now I have sound again in all games from Valve. This solution has helped already at least two other 13.1 users.(source openSUSE forum ) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c10 --- Comment #10 from daniel frenzel <dgdanielf@gmail.com> 2013-12-04 09:12:43 UTC --- I don't understand why it takes so long to change this. I mean really, why do have two files with the same name a different value and two locations? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c Xiyuan Liu <xyliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyliu@suse.com AssignedTo|bnc-team-screening@forge.pr |fstrba@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=831626 https://bugzilla.novell.com/show_bug.cgi?id=831626#c11 Fridrich Strba <fstrba@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #11 from Fridrich Strba <fstrba@suse.com> 2014-03-17 11:04:15 UTC --- This issue was fixed in openSUSE 13.1 by a maintenance update. It is also not issue anymore in openSUSE Factory. I am setting this to resolved-fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com