We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When installing Vagrant from the packages in Ubuntu Bionic the vagrant says when executed:
Invalid gemspec in [/usr/share/rubygems-integration/all/specifications/rbnacl-libsodium.gemspec]: stack level too deep
The error message is shown in the naksu_lastlog.txt when detecting Vagrant version:
naksu_lastlog.txt
[2020-01-10 19:54:44] DEBUG: RunAndGetOutput: vagrant --version [2020-01-10 19:54:44] DEBUG: main_ui_status: enable [2020-01-10 19:54:44] DEBUG: enable ui [2020-01-10 19:54:44] DEBUG: Adding environment value NIC=virtio [2020-01-10 19:54:47] DEBUG: RunAndGetOutput returns combined STDOUT and STDERR: [2020-01-10 19:54:47] DEBUG: Invalid gemspec in [/usr/share/rubygems-integration/all/specifications/rbnacl-libsodium.gemspec]: stack level too deep Vagrant 2.0.2 [2020-01-10 19:54:47] DEBUG: vagrant says: Invalid gemspec in [/usr/share/rubygems-integration/all/specifications/rbnacl-libsodium.gemspec]: stack level too deep Vagrant 2.0.2
The error message could be detected and warning could be given to the user.
Vagrant issue on the matter: hashicorp/vagrant#9788
Solution: Install Vagrant from the HashiCorp site.
The text was updated successfully, but these errors were encountered:
Outdated as Naksu is no longer using Vagrant.
Sorry, something went wrong.
No branches or pull requests
When installing Vagrant from the packages in Ubuntu Bionic the vagrant says when executed:
The error message is shown in the
naksu_lastlog.txt
when detecting Vagrant version:The error message could be detected and warning could be given to the user.
Vagrant issue on the matter: hashicorp/vagrant#9788
Solution: Install Vagrant from the HashiCorp site.
The text was updated successfully, but these errors were encountered: