Help getting Oracle Linux guest running #4985
Unanswered
jackdouglas
asked this question in
Q&A
Replies: 3 comments 3 replies
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
-
[Converting to a discussion since it's a guest issue more than a Firecracker issue] Hi @jackdouglas I would imagine this is some issue with the getty program or systemd. Our guest rootfs does something similar but we also seem to be only testing Debian-based and Alpine. I will look into doing this for some RHEL-based rootfs and report back if it sheds some light. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use firecracker for many of the database backends on db<>fiddle, which has been working fine for years. I can run Debian and even Alpine guests but I've always had trouble with RHEL clones like Oracle Linux.
They boot ok but don't let me log in - with this dockerfile I get stuck without a tty:
and today I finally got a login prompt for the first time, but logging in a 'no login shell' error with this dockerfile:
in both cases I'm building the rootfs like this:
Is there something obvious I'm doing wrong? I'm really keen to add later versions of MySQL to dbfiddle but the official docker images are all Oracle Linux based since 8.0.
Beta Was this translation helpful? Give feedback.
All reactions