lpouillo / vm5k

A Python module to help you to manage virtual machines on the Grid'5000 platform
https://www.grid5000.fr/
Other
6 stars 4 forks source link

Proxy: cannot update apt packages in VMs (not urgent) #42

Closed badock closed 10 years ago

badock commented 10 years ago

Cannot run "apt-get update" command inside VMs.

I have tried to export http_proxy with rennes proxy url; I have tried to configure proxy in apt.conf config file.

I can download packages with curl and wget, but apt-get update doesn't work!

thanks,

Jonathan

lpouillo commented 10 years ago

Seems to be a dnsmasq configuration problem, I will explore it soon

lpouillo commented 10 years ago

Need to add two entries in dnsmasq.conf to export domain and search in /etc/resolv.conf But first need to add an apt-cacher-ng www.isalo.org/wiki.debian-fr/Apt-cacher-ng

lpouillo commented 10 years ago

apt-cacher is currently in test. Should it be optionnal ?

lpouillo commented 10 years ago

Should be fixed