kumquat-buildroot/package/systemd
Xavier Ruppen 940e7deab0 package/systemd: fix "Timed out waiting for device /dev/console."
Buildroot built with systemd fails to open a login prompt on the
serial port when /dev/console is specified as BR2_TARGET_GENERIC_GETTY_PORT
(which is its default value):

systemd[1]: dev-console.device: Job dev-console.device/start timed out.
systemd[1]: Timed out waiting for device /dev/console.
systemd[1]: Dependency failed for Serial Getty on console.
systemd[1]: serial-getty@console.service: Job serial-getty@console.service/start failed with result 'dependency'.
systemd[1]: dev-console.device: Job dev-console.device/start failed with result 'timeout'.
systemd[1]: Reached target Login Prompts.
systemd[1]: Reached target Multi-User System.

According to this issue on Github [1], serial-getty@.service should
not be instantiated on /dev/console, console-getty@.service should
be used instead. This stems from the fact that there should be no
dependency on /dev/console.

[1] https://github.com/systemd/systemd/issues/10914

Signed-off-by: Xavier Ruppen <xruppen@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Peter: drop SERVICE variable as suggested by Yann]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2019-03-04 22:33:02 +01:00
..
0001-fix-getty-unit.patch
0002-install-don-t-use-ln-relative.patch
0003-meson-use-cross-compilation-compatible-c-check.patch
0004-capability-fix-build-without-PR_CAP_AMBIENT.patch
0005-basic-tmpfile-util.c-fix-build-without-O_TMPFILE.patch
0006-missing_if_link.h-add-IFLA_BOND_MODE.patch
0007-missing_syscall.h-include-errno.h.patch
0008-lockfile-util.c-fix-build-without-F_OFD_SETLK.patch
0009-journald-do-not-store-the-iovec-entry-for-process-co.patch
0010-journald-set-a-limit-on-the-number-of-fields-1k.patch
0011-journal-remote-verify-entry-length-from-header.patch
0012-journal-remote-set-a-limit-on-the-number-of-fields-i.patch
0013-Pass-separate-dev_t-var-to-device_path_parse_major_minor.patch
0014-networkd-brvlan.c-fix-build-without-BRIDGE_VLAN_INFO.patch package/systemd: fix build with older kernels 2019-02-24 21:14:06 +01:00
0015-networkd-ndisc.c-fix-build-without-IFA_F_NOPREFIXROU.patch package/systemd: fix build with older kernels 2019-02-24 21:14:06 +01:00
0016-networkd-address.c-fix-build-without-IFA_F_NOPREFIXR.patch package/systemd: fix build with older kernels 2019-02-24 21:14:06 +01:00
0017-networkd-dhcp6.c-fix-build-without-IFA_F_NOPREFIXROU.patch package/systemd: fix build with older kernels 2019-02-24 21:14:06 +01:00
0018-Refuse-dbus-message-paths-longer-than-BUS_PATH_SIZE_.patch package/systemd: add upstream security fixes 2019-02-26 19:41:17 +01:00
0019-Allocate-temporary-strings-to-hold-dbus-paths-on-the.patch package/systemd: add upstream security fixes 2019-02-26 19:41:17 +01:00
Config.in
dhcp.network
systemd.hash
systemd.mk package/systemd: fix "Timed out waiting for device /dev/console." 2019-03-04 22:33:02 +01:00