Hi All
I've been trying upgrade from freebsd 12 to 12.1 for the last 2 days without much joy
I was getting a pkg mismatch error because i hadnt upgraded to 12.1
Running freebsd-update with the debug option shows a 404 error on the update server
With update.FreeBSD.org in my /etc/freebsd-update.conf
I have tried using the -s option to specify another server
Tried update1.FreeBSD.org and update5.FreeBSD.org,
but i get a 404 error on the both the servers
I couldnt find a list of the update servers to try or how many of them there are
Are there any UK based servers that work with freebsd-update
After running freebsd-update 8 times in the last 2 days
which is isnt quick on my old macbook air its getting a bit frustrating to put it mildly
Doing a quick google i see people having the same issue a few years ago
Guess ill have to go thru and try servers 2,3,4 etc
Update:
tried update3.Freebsd.org it looked like it was making progress
then i got this error
have to try update4.Freebsd.org
i checked to see if phttpget was working by running
And it downloaded the index.html file
Update 2:
setting http timeout to an hour
and trying update2.FreeBSD.org server again
I've been trying upgrade from freebsd 12 to 12.1 for the last 2 days without much joy
I was getting a pkg mismatch error because i hadnt upgraded to 12.1
Running freebsd-update with the debug option shows a 404 error on the update server
Bash:
# freebsd-update --debug -r 12.1-RELEASE upgrade
With update.FreeBSD.org in my /etc/freebsd-update.conf
I have tried using the -s option to specify another server
Bash:
# freebsd-update --debug -r 12.1-RELEASE upgrade -s update1.FreeBSD.org
Tried update1.FreeBSD.org and update5.FreeBSD.org,
but i get a 404 error on the both the servers
I couldnt find a list of the update servers to try or how many of them there are
Are there any UK based servers that work with freebsd-update
After running freebsd-update 8 times in the last 2 days
which is isnt quick on my old macbook air its getting a bit frustrating to put it mildly
Doing a quick google i see people having the same issue a few years ago
Guess ill have to go thru and try servers 2,3,4 etc
Update:
tried update3.Freebsd.org it looked like it was making progress
then i got this error
Bash:
phttpget: Could not connect to update3.freebsd.org
failed
have to try update4.Freebsd.org
i checked to see if phttpget was working by running
Bash:
/usr/libexec/phttpget www.openbsd.org /index.html
And it downloaded the index.html file
Update 2:
setting http timeout to an hour
Bash:
setenv HTTP_TIMEOUT 3600
and trying update2.FreeBSD.org server again
Bash:
# freebsd-update --debug -r 12.1-RELEASE upgrade -s update2.FreeBSD.org