[systemd-bugs] [Bug 88491] in initrd, systemd-udevd logs errors "specified group '{tty, uucp, ...}' unknown"
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Jan 16 09:58:43 PST 2015
https://bugs.freedesktop.org/show_bug.cgi?id=88491
--- Comment #2 from Alain Kalker <a.c.kalker at gmail.com> ---
A workaround (maybe even a permanent solution) is the following:
- Don't include /etc/{passwd,group} or supporting files in the initrd
- Arrange for the following drop-in snipped to be included *in the initrd*:
--[File:
/etc/systemd/system/systemd-udevd.service.d/50-resolve-names-never.conf]--
[Service]
ExecStart=
ExecStart=/usr/lib/systemd/systemd-udevd --resolve-names=never
--[End of file]--
Testing this on my system, there were no more unknown group errors in the
journal, and after the system was fully booted, all devices do have the right
ownership and permissions (which I assume are set aftter udev initializes on
the real rootfs).
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20150116/1168bac1/attachment.html>
More information about the systemd-bugs
mailing list