Hi,
I've installed FreeBSD 10.2 onto my laptop through a memstick which apparently came without pkg(8), running
pkg.freebsd.org/freebsd:i386/quarterly, fetch failing to verify the authentication. WheniI try to do it over the port with make command it attempts to fetch it from several servers, ending up failing at the end for all of them.
For the first problem I've already changed /etc/pkg/FreeBSD.conf to point to freebsd:x86:32 directory, but still have the problem with the authentication verification. As for the second problem, where caniI change the path from which make will fetch the packages in a way that will affect all ports "globally"?
I've installed FreeBSD 10.2 onto my laptop through a memstick which apparently came without pkg(8), running
pkg
would prompt me to install it, replying "yes" will then fail to download it from:pkg.freebsd.org/freebsd:i386/quarterly, fetch failing to verify the authentication. When
For the first problem I've already changed /etc/pkg/FreeBSD.conf to point to freebsd:x86:32 directory, but still have the problem with the authentication verification. As for the second problem, where can