My regular browsing and download speed is fine, but when I try to install a program with pkg install, the speed is horribly low. I've tried changing the URL in /etc/pkg/FreeBSD.conf to one of the mirrors on http://pkg.freebsd.org/. I change only the url part, for example:
TO
I've tried all the mirrors and every time I do a
I've also tried making a copy of that file in /usr/local/etc/pkg/repos and modifying that instead (leaving the "mirror type" part) and I get the same result.
Code:
pkg+http://pkg.FreeBSD.org/${ABI}/quarterly
Code:
pkg+http://pkg0.bme.FreeBSD.org/${ABI}/quarterly
pkg update
after the change, it says: "pkg: Repository FreeBSD has a wrong packagesite, need to re-create database" and fetches the packagesite from somewhere and updates the repo, but my speed is still the same. It's like what I did makes no difference. It shows me that message even if I change the URL back to the original.I've also tried making a copy of that file in /usr/local/etc/pkg/repos and modifying that instead (leaving the "mirror type" part) and I get the same result.