Re: init's high CPU usage (2.0.23)

Riccardo Facchetti (fizban@mbox.vol.it)
Fri, 15 Nov 1996 18:48:35 +0100 (MET)


On Fri, 15 Nov 1996, James R. Leu wrote:

>
[...]
>
> I never knew a discussion of such a "trivial" (saracasm) process such as init
> was not for the kernel list.
>

Just my bit.
Get sysvinit package and compile it with the -g compiler switch. Then
restart and debug the running init with 'gdb init <init-pid>' and you
will find.
Any thing you can do is to 'strace -p <init-pid> /sbin/init' your stock
/sbin/init and wou will see what the running init is doing, unless is an
internal loop of course.

Ciao,
Riccardo.