-
Notifications
You must be signed in to change notification settings - Fork 27
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
404 Error when while resolving dependences on vagrant up #23
Comments
Having the same issue |
Same. Did anyone happen to get this resolved? |
Plus another. Anyone know dafuq is going on here? |
@whatnickcodes told me "We are due for an upgrade. Hopefully soon," a couple of weeks ago. |
I also got stuck on this today but was able to get it solved with the following
(in between this and the next step I might've also done After that, all the missing packages should've been updated and another also check the accepted answer over here to see what the above sed-command does exactly:) https://stackoverflow.com/questions/48324701/google-compute-engine-ubuntu-17-04-zesty-does-no-longer-have-a-release-file EDIT: the only drawback I could find until now is, that the optional NFS feature is not working with the above.. maybe there's another package to be updated for that, guess I'll just keep from using NFS for now. |
+1 |
I encountered this issue today while setting up a new dev box and the suggested fix above didn't work for me. I rolled Virtual Box back to well before the first reported instance of the issue (to about 5.6 from January 2018) and that put things right. I don't update VirtualBox very often but did bring it up into V6 numbers today before bringing up another Vagrant box. So, after a short while of head scratching, I pointed the finger at VB. I have found before that updating VB sometimes creates havoc with installed machines or with new machine installs that aren't configured for new features. Oh, and NFS obviously works fine. Hope that helps anyone who hasn't been able to resolve this ... assuming it's not just my own personal case scenario. |
Eager for an update and grateful to @mindshaped for the workaround! |
@whatnickcodes Is there any update? I'm getting all these errors, too. VB 6.0.12. Should I roll back? I don't want lose NFS; it's about the only thing that makes Vagrant+Virtualbox tolerable at all. |
Looked into downgrading VB. Difficult on Mojave. And with Catalina ahead, I reinstalled VB 6.0.12 Correct me if I'm wrong, but Scotchbox Pro needs to be updated. This is what I see on
|
+1 |
1 similar comment
+1 |
I have supported Nick and Scotchbox for several years, its sad to see this project appears abandoned. I cloned the project and remade the box from scatch with this as a starting point - it's call cognac and can be found at https://github.com/reddingwebpro/cognacbox |
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
apt-get install -y linux-headers-
uname -r
dkmsStdout from the command:
Reading package lists...
Building dependency tree...
Reading state information...
dkms is already the newest version (2.3-3ubuntu3).
The following NEW packages will be installed:
linux-headers-4.13.0-21 linux-headers-4.13.0-21-generic
0 upgraded, 2 newly installed, 0 to remove and 5 not upgraded.
Need to get 11.6 MB of archives.
After this operation, 83.1 MB of additional disk space will be used.
Ign:1 http://archive.ubuntu.com/ubuntu artful-updates/main amd64 linux-headers-4.13.0-21 all 4.13.0-21.24
Err:2 http://archive.ubuntu.com/ubuntu artful-updates/main amd64 linux-headers-4.13.0-21-generic amd64 4.13.0-21.24
404 Not Found [IP: 91.189.88.161 80]
Ign:1 http://archive.ubuntu.com/ubuntu artful-updates/main i386 linux-headers-4.13.0-21 all 4.13.0-21.24
Err:2 http://security.ubuntu.com/ubuntu artful-security/main amd64 linux-headers-4.13.0-21-generic amd64 4.13.0-21.24
404 Not Found [IP: 91.189.88.161 80]
Err:1 http://security.ubuntu.com/ubuntu artful-security/main amd64 linux-headers-4.13.0-21 all 4.13.0-21.24
404 Not Found [IP: 91.189.88.161 80]
Err:1 http://security.ubuntu.com/ubuntu artful-security/main i386 linux-headers-4.13.0-21 all 4.13.0-21.24
404 Not Found [IP: 91.189.88.161 80]
Stderr from the command:
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-4.13.0-21_4.13.0-21.24_all.deb 404 Not Found [IP: 91.189.88.161 80]
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/l/linux/linux-headers-4.13.0-21-generic_4.13.0-21.24_amd64.deb 404 Not Found [IP: 91.189.88.161 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The text was updated successfully, but these errors were encountered: