-
Notifications
You must be signed in to change notification settings - Fork 78
[BUG] CumulusCommunity/cumulus-vx:5.9.0 fails to deploy on Libvirt #1781
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
Comments
According to https://developer.hashicorp.com/vagrant/docs/vagrantfile/ssh_settings#config-ssh-shell, the default shell Vagrant tries to use is bash, so it looks like they forgot to add it to the Vagrant box. There is no way to change that to sh within netlab, you'd have to use a custom Vagrant template. See https://blog.ipspace.net/2022/06/netsim-custom-vagrant-boxes/ for details. I don't think the template search path has changed since that blog post was written, if it did please let me know (or submit a PR against https://github.com/ipspace/blog 😎) |
There's not much worth doing here (from our side). Changing default CL 5.x bash to sh just because NVIDIA messed up one release makes little sense. |
The default password expiration policy kicks in after a while and a Vagrant box becomes unusable. 5.10.0 stopped working (for me) today. Here's the relevant part of vagrant up --debug:
|
5.10.0 (default image) works, but 5.9.0 fails with an error:
Not sure which variable this is, or which binary is missing
The text was updated successfully, but these errors were encountered: