Hi
On Tue 07/Jul/2026 13:56:56 +0200 Alessandro Vesely wrote:
> after a (successful) boot, dmesg shows lines like the following:
>
> [ 1.037451] udevd[225]: starting version 3.2.14
> [ 2.041066] random: crng init done
> [ 2.042598] udevd[227]: starting eudev-3.2.14
>
> That middle log is printed by random.c:
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/
> drivers/char/random.c#n738
>
> The udevd init file stays at /etc/rcS.d/S02udev.
In order to better understand the issue, I added an 'x' on the she-bang line of
both udev and eudev in /etc/init.d/, so that they read
#!/bin/sh -ex
However, the output remains the same, both on screen and in dmesg:
[ 1.029490] Run /init as init process
[ 1.029543] with arguments:
[ 1.029545] /init
[ 1.029547] with environment:
[ 1.029548] HOME=/
[ 1.029549] TERM=linux
[ 1.064359] udevd[221]: starting version 3.2.14
[ 2.096511] random: crng init done
[ 2.098060] udevd[222]: starting eudev-3.2.14
How come command lines are not shown?
Best
Ale
--