> -------- Message transféré -------- > Sujet : Debian Wheezy: Vagrant boxes > Date : Thu, 30 May 2019 13:29:25 +0200 > De : Alexander Nitsche | e-pixler NEW MEDIA GmbH > <[email protected]> > Pour : [email protected] > > Hello Emmanuel, > > i am Alex, a PHP developer from Berlin and using your vagrant boxes > heavily for local development. Thank you very much for your effort! Now, > as i am maintaining projects for older web servers as well, i recently > wanted to rebuild a local debian wheezy machine (vagrant+virtualbox) but > for the first time in years it failed due to the change of repository > urls of the debian sources for wheezy to > http://archive.debian.org/debian/ . The current building process > complains about > > Reading package lists... > Building dependency tree... > Reading state information... > .. > After this operation, 115 MB of additional disk space will be used. > Err http://security.debian.org/ wheezy/updates/main libc-dev-bin amd64 > 2.13-38+deb7u11 > 404 Not Found [IP: 151.101.12.204 80] > ..
Hi Alex First thanks for your interest for the Vagrant base boxes Debian Wheezy is outside the scope of Debian and LTS releases according to https://wiki.debian.org/LTS LTS supported finished in Mai 2018 time to upgrade your servers :) remember debian supports inplace upgrade of servers ( no reinstall necessary ) so it can be less hassle than expected otherwise you would need to have a look at the vagrant-setup script section in https://salsa.debian.org/cloud-team/vagrant-boxes/blob/master/packer-virtualbox-vagrant/wheezy.json, and update the script to select archive.debian.org as package repository as this release is not supported by debian I can provide general guidance but you'll have to do the changes yourself I'll probably remove these non working boxes in a short while anyway ( they're not building anymore too) Emmanuel
