Skip to content
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

Debian Stretch no longer supported #147

Open
spollard opened this issue Jul 23, 2022 · 5 comments
Open

Debian Stretch no longer supported #147

spollard opened this issue Jul 23, 2022 · 5 comments

Comments

@spollard
Copy link

New as of June 2022:
When developing and calling vagrant-spk vm up, the virtual machine's apt update fails to find some packages (I get a bunch of Error 404 s) because debian stretch (via vm box debian/contrib-stretch64) is not supported anymore. I think they took down some essential repos.

I'm trying out bumping to debian/contrib-buster64 and debian/bullseye64. There is no contrib-bullseye64 option.

@ocdtrekkie
Copy link
Contributor

Just use bullseye64, contrib- isn't required starting with that release.

@spollard
Copy link
Author

spollard commented Jul 23, 2022

Yeah I tried just dropping in bullseye64, but it didn't work out of the box. Buster did though, so I'll make a pr for that.

@ocdtrekkie
Copy link
Contributor

What issue did you hit with bullseye64?

@spollard
Copy link
Author

Looks like /opt/app/ didn't mount correctly. I've been trying to get virtual box guest additions versions from my host to work with the ones on the virtual machine for a bit.

From the logs
Probably not a problem
[default] A Virtualbox Guest Additions installation was found but no tools to rebuild or start them.

The guest tries to update the additions
Installing Virtualbox Guest Additions 6.1.34 - guest version is 6.0.0

These versions may be compatible

An error occurred during installation of VirtualBox Guest Additions 6.1.34. Some functionality may not work as intended.
In most cases it is OK that the "Window System drivers" installation failed.
Unmounting Virtualbox Guest Additions ISO from: /mnt
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   6.0.0
VBoxService inside the vm claims: 6.1.34
Going on, assuming VBoxService is correct...
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   6.0.0
VBoxService inside the vm claims: 6.1.34
Going on, assuming VBoxService is correct...
Got different reports about installed GuestAdditions version:
Virtualbox on your host claims:   6.0.0
VBoxService inside the vm claims: 6.1.34
Going on, assuming VBoxService is correct...
Restarting VM to apply changes...

And finally there are a few different errors about /opt/app/ not being mounted, such as

    default: /opt/app/.sandstorm/setup.sh: line 26: npm: command not found
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.

@spollard
Copy link
Author

Just connecting this issue with a PM for updating to Debian Bullseye (which is more recent than Buster).

#149

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants