I'm trying to set up an apt-mirror service for an offline repository but I've hit a weird error. I edited my mirror.list file to contain the proper paths (a USB drive mounted at /media/Ubuntu) but when I try to run apt-mirror, I get the following:
$ sudo apt-mirror /etc/apt/mirror.list
Argument "M-BM- " isn't numeric in numeric lt (<) at /usr/bin/apt-mirror line 204.
Downloading 982 index files using threads...
Illegal division by zero at /usr/bin/apt-mirror line 209.
Any ideas as to what this could mean?
