Skip to content
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

Following 'Core tutorial with QEMU' steps to setup ad hoc IMDS webserver to test -what is the username/password to login after following user-data example to login successfully? #5822

Open
risantam89 opened this issue Oct 12, 2024 · 1 comment
Labels
bug Something isn't working correctly new An issue that still needs triage

Comments

@risantam89
Copy link

Bug report

Steps to reproduce the problem

Following steps as per:

https://cloudinit.readthedocs.io/en/latest/tutorial/qemu.html

When set up user-data file to remake default user with password as 'password' does not function as expected.

Using this image and cloud-init in provided tutorial what is the expected user and password after the changes are made?

Environment details

Default info as per https://cloudinit.readthedocs.io/en/latest/tutorial/qemu.html

@risantam89 risantam89 added bug Something isn't working correctly new An issue that still needs triage labels Oct 12, 2024
@risantam89
Copy link
Author

Just to let you know I am running it on a laptop with this information:

]$ rpm -qa | grep qemu-system-x86
qemu-system-x86-core-7.2.10-1.fc38.x86_64
qemu-system-x86-7.2.10-1.fc38.x86_64

]$ cat /etc/redhat-release
Fedora release 38 (Thirty Eight)

Running the provided ubuntu image does not work to log in (ubuntu/password). I've test with a fedoda image at https://download.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/Fedora-Cloud-Base-AmazonEC2.x86_64-40-1.14.raw.xz

and this does function (fedora/password).

However on another machine running the following it does work for both ubuntu and fedora:

rpm -qa | grep qemu-system-x86

qemu-system-x86-core-8.2.7-1.fc40.x86_64
qemu-system-x86-8.2.7-1.fc40.x86_64

cat /etc/redhat-release

Fedora release 40 (Forty)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly new An issue that still needs triage
Projects
None yet
Development

No branches or pull requests

1 participant