-
Notifications
You must be signed in to change notification settings - Fork 3
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
racker-sim question #97
Comments
Hi, The dependencies are checked at the script startup and you are supposed to run the script with your user account. I've only tested in on Fedora (/usr/bin/docker being actually podman but it should not matter). |
my bad. Yes, the error message was: mount: /var/tmp/ipmi-sim/node1-bmc: mount(2) system call failed: Too many levels of symbolic links. With some tweaks I got everything running until that mount call referenced above. |
Just checked it, the folder already gets created if needed.
What tweaks were needed to get there? (Edit: I suggest you delete the directory and start again) |
Trying it on Debian I see that in general |
I pushed a workaround for this, but Ctrl-C still doesn't work to terminate gracefully, you have to use Before you start it, make sure you have no |
yeah, some binaries are not found when using which as normal user as they are not in the path... tweaked the script to use sudo /bin/which... The actual problem seems to be gone with Debian 11. So I am guessing that it is solved in overlayfs. So far I am guessing that the lower fs in the overlay mount, i.e. the root folder '/' includes the upper and working dir, thus, we may see a recursion which leads to 'Too many levels of symbolic links.' (wild guessing though). Anyway, using Debian 11 seems to work fine. Will do a PR with the according changes I applied later (likely not tonight ;) |
What are the messages here? I removed the
Both work on Debian 11. |
And thanks for the quick replies! |
Then the capsh problems seem to be related to Debian sid ;) |
Hi,
Description
I was looking into racker today and got stuck in setting up the racker-sim here:
https://github.com/kinvolk/racker/blob/main/racker-sim/ipmi-env.sh#L223
Guessing that my environment (see below) is likely not the intended one I am looking for hints how to get the sim running.
Environment and steps to reproduce
Env: debian 10 with required binaries installed
Default Steps:
cheers
Tobi
The text was updated successfully, but these errors were encountered: