cybozu-go / aptutil

Go utilities for Debian APT repositories
MIT License
124 stars 29 forks source link

downloaded data is not valid on .xz and .bz2 i18n files #48

Closed jjakob closed 4 years ago

jjakob commented 4 years ago

Getting the following errors:

2020-03-21T16:46:05.021453Z apt-cacher go-apt-cacher warning: "downloaded data is not valid" url="http://si.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en.bz2" 2020-03-21T16:46:05.032053Z apt-cacher go-apt-cacher warning: "downloaded data is not valid" url="http://si.archive.ubuntu.com/ubuntu/dists/xenial-updates/main/i18n/Translation-en.xz"

jjakob commented 4 years ago

I found that the cache directory was at the limit set by cache_capacity. Increasing it and restarting go-apt-cacher fixed the issue.