-
Notifications
You must be signed in to change notification settings - Fork 33
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
'Unable to fetch some archives' error while 'Installing SSHFS client' #67
Comments
Hi, thanks for the report. I've been traveling the past few days. Please ping me again in a week if I haven't looked into this. |
this works fine on |
Hey @dustymabe, I‘ve tested it with The problem above seems to happen only on Ubuntu, since the actual error on the messages are: ...
Err http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.6
404 Not Found [IP: 91.189.91.26 80]
Err http://security.ubuntu.com/ubuntu/ trusty-security/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.6
404 Not Found [IP: 91.189.88.152 80]
...
E: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/libx/libxml2/libxml2_2.9.1+dfsg1-3ubuntu4.6_amd64.deb 404 Not Found [IP: 91.189.88.152 80] This is probably because some boxes are old and haven‘t been updated for a while, so their packages list is not updated with Ubuntu‘s repository (more about this here). So, I‘m pretty sure it might be solved by running Let me know if you need more info. Cheers! |
Thanks for the info. I'll try to get a system with vbox and test ubuntu and make the relevant changes. |
so I tested with ubuntu and did not see the issue (see output below). Is your ubuntu vagrant image up to date? I tested with the one that was built 20170202.
|
hey @mdentinho - i'm going to close this for now. Please re-open and add more information if you can still reproduce the issue. |
EDIT: Ubuntu guest only
Hello,
Since yesterday I‘ve been getting this error when setting up new Ubuntu
and DebianVMs with thevagrant-sshfs
plugin:As the error suggested, I‘ve ssh-ed into the guest machine and ran
sudo apt-get update --fix-missing
. Thenexit
,vagrant reload
and everything went fine:I‘m not sure if just running
sudo apt-get update --fix-missing
when this error happens would be an ideal solution, but I saw that something similar has already been done for Arch.I glad to send a PR, but I probably need to first discuss what‘s the best approach, since I don‘t have much experience developing vagrant plugins.
Cheers!
The text was updated successfully, but these errors were encountered: