Hola a todos, aqui les dejo los archivos de configuración de apt-cacher.conf (en el server) y el sources.list Les comento que apt-get upgrade no funciona en los clientes, pero cuando intento instalar un programa que ya fué descargado previamente en el server, se instala (la mayoria de las veces) sin problemas. En ocaciones, he tenido que instalar primero algunas librerias y después probar a instalar nuevamente el programa. En el peor de los casos, he tenido que copiar todos los DEBs descargados y realizar un dpkg -i *.deb, ya que me ha sido imposible aplicar directa,ent
apt-cacher.conf > cache_dir=/var/cache/apt-cacher > admin_email=root@localhost > daemon_port=3142 > group=www-data > user=www-data > allowed_hosts=* > denied_hosts= > allowed_hosts_6=fec0::/16 > denied_hosts_6= > generate_reports=1 > clean_cache=0 > offline_mode=0 > logdir=/var/log/apt-cacher > expire_hours=2400 > use_proxy=0 > use_proxy_auth=0 > limit=0 > debug=1 sources.list (clientes) > deb http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ maverick > main restricted > deb-src http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick main restricted > > deb http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick-updates main restricted > deb-src http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick-updates main restricted > > deb http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ maverick > universe > deb-src http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick universe > deb http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick-updates universe > deb-src http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick-updates universe > > deb http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ maverick > multiverse > deb-src http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick multiverse > deb http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick-updates multiverse > deb-src http://172.16.2.200:3142/apt-cacher/archive.ubuntu.com/ubuntu/ > maverick-updates multiverse > > deb http://172.16.2.200:3142/apt-cacher/extras.ubuntu.com/ubuntu maverick main > deb-src http://172.16.2.200:3142/apt-cacher/extras.ubuntu.com/ubuntu maverick > main > > deb http://172.16.2.200:3142/apt-cacher/security.ubuntu.com/ubuntu > maverick-security main restricted > deb-src http://172.16.2.200:3142/apt-cacher/security.ubuntu.com/ubuntu > maverick-security main restricted > deb http://172.16.2.200:3142/apt-cacher/security.ubuntu.com/ubuntu > maverick-security universe > deb-src http://172.16.2.200:3142/apt-cacher/security.ubuntu.com/ubuntu > maverick-security universe > deb http://172.16.2.200:3142/apt-cacher/security.ubuntu.com/ubuntu > maverick-security multiverse > deb-src http://172.16.2.200:3142/apt-cacher/security.ubuntu.com/ubuntu > maverick-security multiverse > > deb > http://172.16.2.200:3142/apt-cacher/download.virtualbox.org/virtualbox/debian > maverick contrib _______________________________________________ Gleducar - http://www.gleducar.org.ar Para enviar mensajes: [email protected] Desuscripción: escribir un correo a [email protected] Información de la lista: http://gleducar.org.ar/cgi-bin/mailman/listinfo/gleducar Para ver los mensajes anteriores: http://news.gmane.org/gmane.linux.edu.gleducar
