-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Busybox poweroff/reboot never properly shuts down the system #287
Comments
Hmm, do you mean, when using the Busybox version of shutdown? I'm actually surprised it gets even that far. Do you see the "Turning off swap..." and "Unmounting disks..." messages prior to "Issuing shutdown via the kernel..."? |
The "devtmpfs busy" is odd. Does that happen when using |
(Just to be clear, it's basically coincidence that Busybox reboot command appears to use the same signal to issue a reboot that dinit expects. This isn't really supposed to work...) |
It does yes. Output is basically the same for both commands, just the one actually shuts down the machine fully 😅 |
Could you try |
Yeah that works fine. |
Ok, I'll probably have to try and reproduce it to debug this. It sort of falls in the "not really supported" category so for now just use |
I've just got a minimal Alpine system booting with dinit (using these service files) and it seems to work great. However the system fails to properly shutdown/reboot when using the Busybox command for it the last thing printed to the console is "Issuing shutdown via kernel..." but then hangs there forever.
dinit-shutdown
as provided by dinit itself in the Alpine packaging works fine however and according to the logs does basically the same thing, so I'm not sure what the difference is.The text was updated successfully, but these errors were encountered: