Update Station problem

Need support for GhostBSD. Ask here if your question does not fit elsewhere.
Post Reply
Mach28-5?
Posts: 8
Joined: Sat Jan 14, 2017 9:23 pm

Update Station problem

Post 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.
kraileth
Posts: 312
Joined: Sun Sep 04, 2016 12:30 pm

Re: Update Station problem

Post 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.
Mach28-5?
Posts: 8
Joined: Sat Jan 14, 2017 9:23 pm

Re: Update Station problem

Post 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.
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Update Station problem

Post 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
Mach28-5?
Posts: 8
Joined: Sat Jan 14, 2017 9:23 pm

Re: Update Station problem

Post 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 9746 times
Screenshot_2017-01-16_15-46-32.png
Screenshot_2017-01-16_15-46-32.png (78.55 KiB) Viewed 9746 times
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Update Station problem

Post 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
Mach28-5?
Posts: 8
Joined: Sat Jan 14, 2017 9:23 pm

Re: Update Station problem

Post 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.
ASX
Posts: 988
Joined: Wed May 06, 2015 12:46 pm

Re: Update Station problem

Post 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 ...
Post Reply