rescue mode (finit,initctl and (reboot etc) symlinks not working as expected #243
Replies: 1 comment 1 reply
-
Ah, and here is a related issue I think.... rescue booting and exiting is a bit inconsistent, I can replicate some funny issues around this. I am using the sulogin rescue rather than finit rescue conf. Booting rescue mode (using
Ok, then after this, if I just type
This seems to be affected on whether I just immediately type "exit" or I try to do something like finit 6 or reboot (from the above comment), then type exit. I think there's some states around this which are not quite updated. It's not an important issue as rescue mode will be hardly used, but definately a bug. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I jumped into rescue mode to test it out (I have sulogin on my system) it seems the internal finit communication doesn't work properly (is this intentional?)
I noticed it as I like to type (reboot):
Same thing happens with initctl
Also finit itself:
Using the
exit
command works fine to continue to boot the system as normal (presumably because it's a builtin shell command)Beta Was this translation helpful? Give feedback.
All reactions