Page 2 of 2

Re: no download, no error, no message at all

Posted: Sat Oct 19, 2019 8:39 pm
by bruce
Same problem reported here: Subject: Multiple WU's Fail downld/sending to 155.247.166.* has not yet been permanently cured.

Re: no download, no error, no message at all

Posted: Sat Oct 19, 2019 10:12 pm
by snapshot
I'll reboot my router now before settling down for the night to see if that helps.

Re: no download, no error, no message at all

Posted: Sat Oct 19, 2019 10:31 pm
by sf8kkn
Under Windows, update host file to redirect 155.247.166.219 to 155.247.166.220 ( for exemple ) can work ?

Re: no download, no error, no message at all

Posted: Sat Oct 19, 2019 11:24 pm
by bruce
I wouldn't recommend it.

I don't know if the congestion accumulates at the campus router or at one of those two servers (or both).

The choices of CSs are established when the WS code is started. From time-to-time some choices fall off the list and from time-to-time new connections are established. It's a dynamic list. Go to https://apps.foldingathome.org/serverstats and to a fly-over on the "YES" in the CS column. Right now, it says that there are two active CSs: 155.247.166.220 and 128.252.203.2, This list is likely to change.

If the congestion is at the campus router, *.220 will be no better than *.119 and uploading to *.2 is probably better. If the problem is in your FAHClient's connections, nothing will help except restarting FAHClient. In either case, if something happens to your route to *.2, you'll have blocked any possible connection directly to *.119. Bottom line: The net-admins are probably the only people who can do anything worthwhile until the FAHClient code is updated.

Re: no download, no error, no message at all

Posted: Sun Oct 20, 2019 4:45 pm
by snapshot
FWIW rebooting my router has meant that my clients have been trouble free last night and today.

Re: no download, no error, no message at all

Posted: Sun Oct 20, 2019 5:14 pm
by sf8kkn
.219 seems to be working better now

Re: no download, no error, no message at all

Posted: Mon Oct 21, 2019 10:19 pm
by sf8kkn
.219 is in problem again

Re: no download, no error, no message at all

Posted: Tue Oct 22, 2019 12:28 am
by bruce
So is .220.

Re: no download, no error, no message at all

Posted: Tue Oct 22, 2019 3:33 am
by sf8kkn
.220 is ok

01:30:11:WU00:FS01:Connecting to 155.247.166.220:8080
01:30:12:WU00:FS01:Downloading 15.58MiB
01:30:16:WU00:FS01:Download complete

Re: no download, no error, no message at all

Posted: Wed Oct 23, 2019 4:15 pm
by hank41
Maybe you can just pause and unpause?

Re: no download, no error, no message at all

Posted: Wed Mar 04, 2020 12:14 pm
by cheechi
Has there been any permanent fix for this issue? Ever since before this thread was started it comes and goes intermittently. I have a proposed solution if you are interested. Could checks be built into future client releases that when a WU reaches 75% initiate a download, and then again for each consequent 5% mark to check if a new WU has already been downloaded and if not initiate?

Re: no download, no error, no message at all

Posted: Wed Mar 04, 2020 4:12 pm
by Joe_H
cheechi wrote:Has there been any permanent fix for this issue? Ever since before this thread was started it comes and goes intermittently. I have a proposed solution if you are interested. Could checks be built into future client releases that when a WU reaches 75% initiate a download, and then again for each consequent 5% mark to check if a new WU has already been downloaded and if not initiate?
The client is already set to download a new WU at 99% by default, that can be set to a value between 90 and 100%.

There is code in the client to detect a download that has failed. There is a known issue where a download or upload stops progressing and the client does not detect that happening. Changes to the client over the last few versions have improved that, more often the client will detect that a transfer has stalled and retry it within 15-30 minutes. But it still sometimes doesn't.

As for thresholds on detecting such a problem, that can be tricky. I have monitored slow transfers in the past, sometimes they have trickled down to just a few hundred bytes a minute, then eventually went back to normal many minutes later. Which is better in that situation, to retry and have to transfer the whole WU over again, or to keep on going?

Re: no download, no error, no message at all

Posted: Wed Mar 04, 2020 11:02 pm
by cheechi
I agree with everything you say in theory, and mostly in practice. Would it be tricky to cat files in the work folder to verify if there is one yet to be worked and if not to re-initiate the download? Or either to give the user configuration of the 15-30 min retry period you describe? This could solve both the problem of potentially abandoned download due to slow or intermittent connectivity as well as the client's difficulty with curl (or whatever it uses).

I'm not trying to give you a hard time, just that my idle GPUs are so very lonely.

Re: no download, no error, no message at all

Posted: Wed Mar 04, 2020 11:14 pm
by bruce
A significant amount of work has been applied to a revised client. I don't have any details about what, if any, enhancements have been applied for this issue. Getting a new client ready to beta test is not an insignificant effort, especially when there are interruptions. FAH's budget for development is rather small. (government research grants are highly restricted to RESEARCH, not "incidental" programming activities)
:(

Re: no download, no error, no message at all

Posted: Thu Mar 05, 2020 2:20 am
by cheechi
I understand and appreciate the replies. Thank you for tolerating my frustration.