09-05-2017, 03:45 AM
[member=6217]humdinger70[/member] it looks like you you actually got to the repo with wget in that link you provided. So, I will just increase the timeout to see if that solves the problem.
Change line 495 in /usr/bin/lite-upgrade-series3 to:
that's -t2 ( two tries ) in -T8 (in 8 seconds) ... which should be plenty to connect to the server. It looks like the issue is your machine just taking to long to "talk" to the server. Or even better, the current -t2 -T1 is just way too low of a value for some cases. Hope that helps.
Change line 495 in /usr/bin/lite-upgrade-series3 to:
Code:
wget -qnv -t2 -T8 --ignore-length --max-redirect=1 --spider http://repo.linuxliteos.com/linuxlite/db/version
that's -t2 ( two tries ) in -T8 (in 8 seconds) ... which should be plenty to connect to the server. It looks like the issue is your machine just taking to long to "talk" to the server. Or even better, the current -t2 -T1 is just way too low of a value for some cases. Hope that helps.
https://unlockforus.com
Sorry for seeming stupid and preferring Linux - I just don't know any better.
Sorry for seeming stupid and preferring Linux - I just don't know any better.
![[Image: AGxgqJ6.png]](http://i.imgur.com/AGxgqJ6.png)