when mirroring is interrupted, need to remove lck in /var/spool/apt-mirror/var
apt-mirror does share the same proxy settings as in the apt configuration file. Need to add into /etc/environment : http_proxy="proxy.abcd.local:80"tail -f /var/spool/apt-mirror/var/* log files to look for errors
if there is an error when downloading index files .. try reduce the no of threads from 20 to 10
Before a re-mirror operation. remove contents from /var/spool/apt-mirror/var /var/spool/apt-mirror/skel /var/spool/apt-mirror/mirror
Interesting case where a Debian 6 on a Hyper-V vm will cause a kernel panic when using apt-mirror. Solved by reducing to thread
when mirroring is interrupted, need to remove lck in /var/spool/apt-mirror/var
ReplyDeleteapt-mirror does share the same proxy settings as in the apt configuration file. Need to add into /etc/environment : http_proxy="proxy.abcd.local:80"
ReplyDeletetail -f /var/spool/apt-mirror/var/* log files to look for errors
if there is an error when downloading index files .. try reduce the no of threads from 20 to 10
ReplyDeleteBefore a re-mirror operation. remove contents from /var/spool/apt-mirror/var /var/spool/apt-mirror/skel /var/spool/apt-mirror/mirror
ReplyDeleteInteresting case where a Debian 6 on a Hyper-V vm will cause a kernel panic when using apt-mirror. Solved by reducing to thread
ReplyDelete