-
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
Working example #811
Comments
This issue is stale because it has been open 60 days with no activity. |
Hey Chris! Same here... Im trying to create a microVM with flintlock following the docs at https://flintlock.liquidmetal.dev/ and https://liquidmetal.dev/docs/intro but there was no way to get the thing to work. Did you manage to solve it in the end? Thanks! P.D.: I would love to contribute to this project, specially in the improvement of the docs @Callisto13 :) |
Hey @PruserPC! I'm not an active maintainer of the project right now, I'm sure @richardcase can get you started on contributing 😄 Of the two sets of documentation listed, I would prioritise https://liquidmetal.dev/docs/intro. The last thing I was doing before I left was deprecating the separate flintlock ones. |
Sure happy to help get you started if you want 😄 @PruserPC - are you running into the same issue as @chris-aeviator ? With the project moving from Weaveworks ownership there have been some issue with images etc. I'm more than happy to work together if you want to get it working. |
Oh @Callisto13 my bad! Thanks for your quick response and for all your work in the docs, they are trully great at explaining why each step is required and how flintlock works, specially for a newbie like me. I will be happy to take over to update them to the latest changes ^^ |
Hi @richardcase ! It's not exactly the same issue, but I didn't wanted to create a new one as this one is still open. Environment
Steps to reproduce
Note:
Note: @chris-aeviator claims that the images link to a 404 container, but I successfully pulled them with my docker's containerd instance, so I don't think that's my problem
Aaaand, that's where I am. I get the same error with flintlock v0.8 and I tried to look for the firecracker's Virtio error online but I didn't find anything. P.D: @richardcase as soon as we manage to close this issue, count on me to update documentation with the solution and start contributing to the project :) |
@PruserPC - thanks for the detailed write up of what you have done. I will work through it this week and let you know what i find. Will get bac to you asap. |
Hey @richardcase ! Saw today your latest commit of However, I dug deeper and found out that the problem was with the KVM modules configuration of raspberry, so I decided to keep trying with my amd machine (Intel x86_64 with 6.13.0-061300-generic kernel). I tried to create a new MicroVM with the following payload:
And the result in
Any ideas on why it exits? Is this the expected behaviour? I tried to look for something similar online without much success. Thanks beforehand |
Thanks @PruserPC . I have been working through the quick start guide, i still have a bunch of things to change. Glad the change to provision.sh helped a bit. This log line seems suspect to me:
I'll need to have a look but i suspect to fix this we need to change the kernel command line.....but i need to try. |
Hi. I'm struggling to get up and running with flintlock. The documentation has led me through all steps, I can see stdout of my firecraker instances via /var/lib/flintlock/vm/ns1/mvm1/01HN0B.... . however, I struggle to get a working json config. the provided https://github.com/weaveworks-liquidmetal/flintlock/blob/main/hack/scripts/payload/CreateMicroVM.json links a docker container that's 404, the provided images (capmvm-kubernetes:1.23.5) from the docs, with the rest of the configuration taken from CreateMicroVM.json , lead to systemd errors (dbus not found) and netplan apply fails, so my vm is offline, I also do not know how to connect to it via the console.
Seeing the same with the hammertime example.json
The text was updated successfully, but these errors were encountered: