[opensuse] systemd bootlog, device timed out error message, but path name encoded weirdly?
Do I have a badly formatted config file somewhere, or is this just a mistake in the encoding of the journald or systemd entries in some log and journal?
journalctl -b | grep "timed out" Feb 21 12:01:31 lux systemd[1]: dev-disk-by\x2did-ata\x2dWDC_WDxxxx\x2dxxxxxx_WD\x2dxxxxxx\x2dpart1.device: Job dev-disk-by\x2did-ata\x2dWDC_WDxxxxxxx\x2dxxxxxx_WD\x2dxxxxx\x2dpart1.device/start timed out.
I am speaking about this odd \x2d Looks like some encoding gone wrong or so? Maybe additionally to that, I have some bad drive or bad ID that is is looking for, but I try to figure out if I literally have this \x2d as a string in some config files, but I find no such entries in neither boot/grub2/ nor boot/grub/ nor in /etc/ nor in /etc/sysconfig/ Where does thist stuff come from? Or is this just being written in this style and encoding to the journald entries? TIA. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, Feb 21, 2017 at 2:18 PM, cagsm <cumandgets0mem00f@gmail.com> wrote:
I am speaking about this odd \x2d Looks like some encoding gone wrong or so?
No. It is '-' encoded. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, Feb 21, 2017 at 12:21 PM, Andrei Borzenkov <arvidjaar@gmail.com> wrote:
On Tue, Feb 21, 2017 at 2:18 PM, cagsm <cumandgets0mem00f@gmail.com> wrote:
I am speaking about this odd \x2d Looks like some encoding gone wrong or so? No. It is '-' encoded.
Thank you. Found the maltyped device path and fixed the typo. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (2)
-
Andrei Borzenkov
-
cagsm