-
Notifications
You must be signed in to change notification settings - Fork 38
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
--show-boot
breaks the interactive shell
#66
Comments
The same thing happens in debos; see go-debos/debos#191 |
Also the console output seems to clear itself, seems like it's since we start Plymouth during the machine boot...
|
Also, this seems to only affect KVM/QEMU backends. UML ( |
The plymouth service starts when running a qemu/kvm guest, plymouth clears the serial console during boot which in turn causes the host's shell to be cleared. Add nosplash to the kernel argument to stop plymouth from starting during the machine's boot. This parameter is already present in the uml backend. Fixes: #66 Signed-off-by: Christopher Obbard <[email protected]>
The plymouth service starts when running a qemu/kvm guest, plymouth clears the serial console during boot which in turn causes the host's shell to be cleared. Add nosplash to the kernel argument to stop plymouth from starting during the machine's boot. This parameter is already present in the uml backend. Fixes: #66 Signed-off-by: Christopher Obbard <[email protected]>
I was able to reproduce the issue without plymouth. If you'd like some output logs I'm happy to share next time I play with debos/fakemachine. |
When the issue was reported there was no plymouth in Arch, so odds are Gaël and I are hitting the same not plymouth related issue. |
Okay, logs or reproduction method would be great. It doesn't happen in Debian. I will unlink the other PR from closing this issue. |
We very rarely use |
Could you point out what those blockers are? Can we move the discussion about that to a separate ticket under https://github.com/go-debos/debos/issues as I don't think it belongs as comments here? |
Right, I had them listed in the internal task as per your request a while back. Will cross check and copy/paste as time permits. |
On a side note, I'm trying to move the Debos roadmap to GitHub in the clear. It will allow for community to understand and help with blockers. |
Here's a list go-debos/debos#456. Can you please let us know how community can help? Thanks |
I am not using debos anymore, I am sorry and it is so old for me to remember the exact issue. |
Not using debos any more either - migrated to mkosi instead. |
Let's consider it closed, then. If others have issues we can reopen it. |
Hello,
fakemachine --show-boot
execs an interactive shell but most characters typed-in get eaten by another process.Things work correctly if
--show-boot
is not set.To reproduce it, simply run
tty appears to be
/dev/console
.As you see, I am running this on Arch Linux. It may come from this; I wonder if Debian users reproduce the same issue.
Any idea?
The text was updated successfully, but these errors were encountered: