Maybe I missed something:
* Although disabled by default it is started automatically
* A passwordless root account reached by two keys - NOT ACCECTABLE!!!
* Weston ships sessions that are the preferred way to start weston as
unpriviledged user
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
should have done this much earlier:
* Don't ruin sd-cards on machines running 24/7
* On Raspi4 it buys us boot time reduced by ~2s
* Was never happy about the misleading entries in journal from boots long ago
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This is more or less a backport of what will be send to master soon. Since
there is no hope to get backports added to stable branches, adjust recipes
here.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
It blocks shutdown for ages. [1] helps to see
[ 232.089805] systemd-shutdown[1]: Sending SIGTERM to remaining processes...
[ 232.128654] systemd-journald[188]: Received SIGTERM from PID 1 (systemd-shutdow).
[ 322.127531] systemd-shutdown[1]: Sending SIGKILL to remaining processes...
[ 322.166520] systemd-shutdown[1]: Sending SIGKILL to PID 178 (rngd).
[1] https://freedesktop.org/wiki/Software/systemd/Debugging/#index2h1
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
In the current state is just slows down boot and creates scary messages:
| May 07 14:08:10 raspberrypi3 named[205]: listening on IPv6 interfaces, port 53
| May 07 14:08:10 raspberrypi3 named[205]: binding TCP socket: address in use
| May 07 14:08:10 raspberrypi3 named[205]: listening on IPv4 interface lo, 127.0.0.1#53
| May 07 14:08:10 raspberrypi3 systemd[1]: Received SIGRTMIN+21 from PID 155 (plymouthd).
| May 07 14:08:10 raspberrypi3 named[205]: binding TCP socket: address in use
| May 07 14:08:10 raspberrypi3 named[205]: unable to listen on any configured interfaces
| May 07 14:08:10 raspberrypi3 named[205]: loading configuration: failure
| May 07 14:08:10 raspberrypi3 named[205]: exiting (due to fatal error)
| May 07 14:08:10 raspberrypi3 systemd[1]: plymouth-start.service: Succeeded.
| May 07 14:08:10 raspberrypi3 NetworkManager[165]: <info> [1557230890.2486] manager: (eth0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
| May 07 14:08:10 raspberrypi3 dbus-daemon[162]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.5' (uid=0 p>
| May 07 14:08:10 raspberrypi3 NetworkManager[165]: <info> [1557230890.2729] ovsdb: Could not connect: No such file or directory
| May 07 14:08:10 raspberrypi3 systemd[1]: named.service: Control process exited, code=exited, status=1/FAILURE
| May 07 14:08:10 raspberrypi3 systemd[1]: named.service: Failed with result 'exit-code'.
| May 07 14:08:10 raspberrypi3 systemd[1]: Failed to start Berkeley Internet Name Domain (DNS).
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* install locale.conf to override systemd/oe-core default
* remove profile hacks
* ensure there is a default UTF-8 lingua installed (selection might change when
C.UTF-8 is established
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Am tired of guessing what parole might need to show videos. With all
gstreamer-plugins installed parole now plays local video files.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
My opinion: This should go to oe-core/goblcect-introspection-data.bbclass
instead of ajusting recipes all over - but...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>