-
Notifications
You must be signed in to change notification settings - Fork 267
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
Latest rc can't start xrd containers #2324
Comments
what xrd version is this? |
This is |
I guess it has to be related to this: c06dd25 |
Changing the permissions on the script to make it executable (on the host where containerlab is installed) did fix it for the first container of the lab that is starting, but the next one failed on it with the above mentioned error. This is confusing. Update: something is resetting the permissions of the script and makes it not executable, no idea what it is. |
this is likely for @kaelemc who did the original thing
setting it +x for the world should likely fix it |
Indeed, I can do this for each "state dir" used by my containers and on the next deploy they will work. But I guess this should be addressed in containerlab before the next release? |
Yes, the perms issue is clearly the case here. What's confusing me is I tested this across 2 machines when I made the PR, and after this rc release was published I installed it on 2 fresh installs of clab where XRd worked exactly as intended with that script.
|
by chance are you running as the root user (not using |
I am indeed, I tried it both with clab installed on the host (as root) and using clab in docker, where I believe the user is root as well. |
@kaelemc when you create a file in Go, make it world executable |
I am sorry but I don't manage to build the binary, I used the |
@edvgui That's ok, are you on x86 architecture, I can try build you a binary and I think you should be able to use it. EDIT: OF course you are, else you couldn't run XRd 😅 |
@edvgui Hopefully this works, this is my first time trying this..
This will download a You should be able to just |
@kaelemc thanks, I appreciate the effort. I managed to get some help and got the build working. I tested it and it is looking good on my end. 😄 |
When deploying some xrd containers with the latest rc, they fail to start, showing the following error in the container logs:
Containerlab version is
If I try the same topology with the latest release (0.59.0) it works just fine.
Any idea what might have changed related to this?
The text was updated successfully, but these errors were encountered: