kaleidos-ventures/taiga-vagrant

Running apt-get update before trying to install apt packages

adrien-f opened this issue · 2 comments

Greetings !

I saw you on HN this morning and wanted to try out taiga ! I've been running into some issues while running the vagrant up commands, and especially with APT that could not install some dependencies that were outdated.

It would be great if the provision script could run apt-get update beforehand 😄

==> default: Err http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.3
==> default:   404  Not Found [IP: 91.189.92.200 80]
==> default: Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libpq-dev amd64 9.3.4-1 [139 kB]
==> default: Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main postgresql-server-dev-9.3 amd64 9.3.4-1 [597 kB]
==> default: Err http://security.ubuntu.com/ubuntu/ trusty-security/main libssl-dev amd64 1.0.1f-1ubuntu2.3
==> default:   404  Not Found [IP: 91.189.88.153 80]
==> default: Err http://security.ubuntu.com/ubuntu/ trusty-security/main libssl-doc all 1.0.1f-1ubuntu2.3
==> default:   404  Not Found [IP: 91.189.88.153 80]
==> default: Fetched 1,245 kB in 10s (117 kB/s)
==> default: E
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-dev_1.0.1f-1ubuntu2.3_amd64.deb  404  Not Found [IP: 91.189.88.153 80]
==> default: E
==> default: :
==> default: Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl-doc_1.0.1f-1ubuntu2.3_all.deb  404  Not Found [IP: 91.189.88.153 80]
==> default: E
==> default: : Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Completelly agree.

We are working in integrate taiga-vagrant with taiga-scripts for avoid maintain two provision systems, and it should be fixed when finished: kaleidos-ventures/taiga-scripts@3a140e6

I just have uploaded a major refactor of taiga-vagrant, that now uses taiga-scripts for unify, and it fix this issue.

Thanks.