[Bug 815831] New: systemd[1]: Job sys-devices-virtual-block-dm\x2d0.device/stop timed out.
https://bugzilla.novell.com/show_bug.cgi?id=815831 https://bugzilla.novell.com/show_bug.cgi?id=815831#c0 Summary: systemd[1]: Job sys-devices-virtual-block-dm\x2d0.device/stop timed out. Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: gp@suse.com QAContact: qa-bugs@suse.de Found By: Product Management Blocker: --- There are two bugs here: #1, the fact that upon system shutdown sometimes (not always), I get the following message: systemd[1]: Job sys-devices-virtual-block-dm\x2d0.device/stop timed out. #2, and that is what I am focusing on here since #1 is not always nor easily reproducible, is that stray \x2d0 in that error message. That's strange. -- 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=815831 https://bugzilla.novell.com/show_bug.cgi?id=815831#c1 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fcrozat@suse.com --- Comment #1 from Frederic Crozat <fcrozat@suse.com> 2013-04-19 11:16:54 UTC --- the \x2d0 is escaping of - in the name of the target (dm-0), since - is itself an escaping for / in the path name (/sys/devices/virtaul/block/dm-0) I'm guessing you are using an encrypted partition ? Could you setup http://freedesktop.org/wiki/Software/systemd/Debugging#Shutdown_Completes_Ev... so we get the trace of the exact events for #1 when it happens ? Thanks. -- 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=815831 https://bugzilla.novell.com/show_bug.cgi?id=815831#c FeiXiang Zhang <fxzhang@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |fcrozat@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=815831 https://bugzilla.novell.com/show_bug.cgi?id=815831#c Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|fcrozat@suse.com |systemd-maintainers@suse.de -- 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=815831 https://bugzilla.novell.com/show_bug.cgi?id=815831#c2 --- Comment #2 from Gerald Pfeifer <gp@suse.com> 2014-02-16 21:27:38 CET --- (In reply to comment #1)
the \x2d0 is escaping of - in the name of the target (dm-0), since - is itself an escaping for / in the path name (/sys/devices/virtaul/block/dm-0)
This still looks wrong to me. Why can't a literal dash (-) be used? Showing this in such an escaped manner is confusing
I'm guessing you are using an encrypted partition ?
Yes.
Could you setup http://freedesktop.org/wiki/Software/systemd/Debugging#Shutdown_Completes_Ev... so we get the trace of the exact events for #1 when it happens ?
I did that, but could not get a good trace (since I cannot reboot the system in question easily). However, when I tried with openSUSE 13.1 this did not reproduce any more. So, this main issue we can close as RESOLVED FIXED I'd say. But perhaps clone the escaping one into a different report? -- 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=815831 https://bugzilla.novell.com/show_bug.cgi?id=815831#c3 Frederic Crozat <fcrozat@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Frederic Crozat <fcrozat@suse.com> 2014-02-17 09:32:10 UTC --- (In reply to comment #2)
(In reply to comment #1)
the \x2d0 is escaping of - in the name of the target (dm-0), since - is itself an escaping for / in the path name (/sys/devices/virtaul/block/dm-0)
Because - is the escaping for /
So, this main issue we can close as RESOLVED FIXED I'd say.
Closing as fixed then
But perhaps clone the escaping one into a different report?
I'm afraid upstream won't allow this.. -- 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=815831 https://bugzilla.novell.com/show_bug.cgi?id=815831#c4 --- Comment #4 from Dr. Werner Fink <werner@suse.com> 2014-02-17 09:38:27 UTC --- (In reply to comment #2) The problem is that `/' is the directory separator for paths as well as `-' are common in file names, that is that if you are using links and job names you have to escape the / to be able to use it as file name.(In reply to comment #2) -- 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