[Bug 12071] Busybox reboot command not working in version 1.29.3

bugzilla at busybox.net bugzilla at busybox.net
Thu Nov 28 10:54:58 UTC 2019


https://bugs.busybox.net/show_bug.cgi?id=12071

--- Comment #7 from Denys Vlasenko <vda.linux at googlemail.com> ---
(In reply to Krishna from comment #6)
> It looks the ps id belongs to rcS.

root at Charter-WB:/# strace -s99 -p 1 &
root at Charter-WB:/# Process 1 attached - interrupt to quit
wait4(-1, NULL, 0, NULL)                = ? ERESTARTSYS (To be restarted)
--- SIGTERM (Terminated) @ 0 (0) ---
root at Charter-WB:/# sigreturn()                             = ? (mask now [HUP
INT QUIT TRAP PIPE])
kill(426, SIG_0)                        = 0
wait4(-1, 

> ps -el |grep 426
0 S     0   426     1  0  80   0 -   515 runque ?        00:00:00 rcS
0 S     0   675   426  0  80   0 -   514 runque ?        00:00:00 S95init_user


Well, this means that your sysinit process did not finish, and init still waits
for it to finish.
This is by design: init thinks that attempt to shut down the system before
sysinit has finished might not work correctly.

Make your rcS finish.

Specifically, what does S95init_user do?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list