Page 1 of 1

Update Station problem

Posted: Sat Jan 14, 2017 10:27 pm
by Mach28-5?
Notice has been received about 287 updates on recently installed 10.3. I click update and it checks repositories then does some fetching. Then very shortly after either the window disappears or it will sometimes display message "Updates successfully completed". But very shortly thereafter multiple Update Stations report the same updates are still available. I've attempted this multiple times with the same resullt - it doesn't appear to be installing anything.

Update: Optopkg is giving a little more info. Updating is stopped at pkg update libreoffice 5.2.4.2 from FreeBSD: Operation timing out.

Re: Update Station problem

Posted: Sun Jan 15, 2017 3:59 am
by kraileth
Hi Mach28-5?,

this sounds like a problem with one of the FreeBSD package mirrors. I would imagine that the problem will be fixed quickly.

You can also try to do the upgrade via the terminal:

Code: Select all

pkg update
pkg upgrade
to probably see even more details. If the problem persists, please post again.

Re: Update Station problem

Posted: Sun Jan 15, 2017 12:02 pm
by Mach28-5?
"pkg update" and "pkg upgrade" times out as well.

pkg: http://pkg.FreeBSD.org/FreeBSD:10:i386/ ... gesite.txz: Operation timed out
pkg: http://pkg.FreeBSD.org/FreeBSD:10:i386/ ... .2.4_2.txz: Operation timed out

I can reach both addresses via browser. I'll wait a bit till it's cleared up.

Thanks.

Re: Update Station problem

Posted: Sun Jan 15, 2017 8:39 pm
by ASX
The time to download some file is exceeding some limits (fset on FreeBSD servers).
Either you are on a low speed connection or there is some network issue out there. Switching mirror might help if that is the case.

see this: https://forums.freebsd.org/threads/55172

Re: Update Station problem

Posted: Mon Jan 16, 2017 4:57 pm
by Mach28-5?
Its definitely not a speed issue locally. As far as changing the mirror, without a gui its a little above my head here.

This is what the /etc/pkg/Freebsd.conf says and what the servers are:


Screenshot_2017-01-16_15-45-23.png
Screenshot_2017-01-16_15-45-23.png (62.46 KiB) Viewed 9812 times
Screenshot_2017-01-16_15-46-32.png
Screenshot_2017-01-16_15-46-32.png (78.55 KiB) Viewed 9812 times

Re: Update Station problem

Posted: Mon Jan 16, 2017 7:53 pm
by ASX
Currently, freensd.org do have issues with IPv6 connectivy, therefore if by any chance you are connecting thru IPv6 most likely the reason for a "timeout".
On the other side, some browser need to explictitly set IPv6 connectivity as default, else will use IPv4, that would explain why you are able to to access the packages repository.

try the two 'fetch' command detailed here: https://forums.freebsd.org/threads/2856 ... ost-340165

Re: Update Station problem

Posted: Tue Jan 17, 2017 8:37 am
by Mach28-5?
Thanks, but I must be missing something. That 2012 post referred to browser connectivity to the FBSD forums. How would I apply that to the pkg command or change Upgrade Station settings to use IPv4? "pkg -4 upgrade" didn't work - it still timed out.

Re: Update Station problem

Posted: Tue Jan 17, 2017 5:33 pm
by ASX
The IPv6 issue seems solved by now. pkg -4 should have worked if that was the issue, but look like it was not.
I'm perplexed by the fact that you can access the pkg repository thru the browser, and not via pkg ...