This forum contains information about 3rd party applications which may be of use to those who run the FAH client and one place where you might be able to get help when using one of those apps.
No problems to report, I'm now going to buy an i7 to fold bigadv WU's & sell my GTX 200 cards...Just kidding , well maybe the bit about selling the cards anyway.
Since upgrading to the v6.34 client on Linux, I've been having some trouble uploading, and it seems to fix itself by taking Langouste out of the equation.
Can anyone confirm they have Langouste working with the v6.34 Linux client? I suspect the problem is on my end, but I wanted to confirm that others aren't having the same problem.
$ grep "Results succ" langouste-helper-*
langouste-helper-18866.log:[12:56:11] + Results successfully sent
langouste-helper-19954.log:[14:11:02] + Results successfully sent
langouste-helper-21056.log:[15:30:28] + Results successfully sent
$
If you don't find anything wrong at your end feel free to post Langouste+helper logs.
Are you running on FreeBSD?
Thanks, tear. These are on my Ubuntu 10.04 rigs, no QOS or anything funny at the router. I'll give it another shot -- if it doesn't work, I'll post the logs.
When I said traffic shaping I was actually thinking of Langouste's "rate limiting" feature (vide first post), sorry about that.
Was this Langouste 0.15.6 or some earlier version?
When I said traffic shaping I was actually thinking of Langouste's "rate limiting" feature (vide first post), sorry about that.
Was this Langouste 0.15.6 or some earlier version?
Ah, okay. No, I'm not using rate limiting, and I'm running 0.15.6.
I just downloaded a fresh copy of the source, compiled, ran it in daemon mode, and changed the proxy on my Q6600. It'll finish its current WU in a few more hours. I'll post the results then.
[21:23:21] + Attempting to send results [March 1 21:23:21 UTC]
[21:23:21] - Reading file work/wuresults_03.dat from core
[21:23:21] (Read 3526400 bytes from disk)
[21:23:21] Connecting to http://130.237.165.141:8080/
[21:23:21] - Couldn't send HTTP request to server
[21:23:21] + Could not connect to Work Server (results)
[21:23:21] (130.237.165.141:8080)
[21:23:21] + Retrying using alternative port
[21:23:21] Connecting to http://130.237.165.141:80/
[21:23:21] - Couldn't send HTTP request to server
[21:23:21] + Could not connect to Work Server (results)
[21:23:21] (130.237.165.141:80)
[21:23:21] Could not transmit unit 03 to Collection server; keeping in queue.
[21:23:21] + Sent 0 of 1 completed units to the server
[21:23:21] - Preparing to get new work unit...
[21:23:21] Cleaning up work directory
[21:23:22] + Attempting to get work packet
[21:23:22] Passkey found
[21:23:22] - Will indicate memory of 2008 MB
[21:23:22] - Connecting to assignment server
[21:23:22] Connecting to http://assign.stanford.edu:8080/
[21:23:22] - Couldn't send HTTP request to server
[21:23:22] + Could not connect to Assignment Server
[21:23:22] Connecting to http://assign2.stanford.edu:80/
[21:23:22] - Couldn't send HTTP request to server
[21:23:22] + Could not connect to Assignment Server 2
[21:23:22] + Couldn't get work instructions.
[21:23:22] - Attempt #1 to get work failed, and no other work to do.
Waiting before retry.
[21:23:30] + Attempting to get work packet
[21:23:30] Passkey found
[21:23:30] - Will indicate memory of 2008 MB
[21:23:30] - Connecting to assignment server
[21:23:30] Connecting to http://assign.stanford.edu:8080/
[21:23:30] - Couldn't send HTTP request to server
[21:23:30] + Could not connect to Assignment Server
[21:23:30] Connecting to http://assign2.stanford.edu:80/
[21:23:30] - Couldn't send HTTP request to server
[21:23:30] + Could not connect to Assignment Server 2
[21:23:30] + Couldn't get work instructions.
[21:23:30] - Attempt #2 to get work failed, and no other work to do.
Waiting before retry.
I removed the proxy and everything was OK again -- finished WU was sent, and a new WU was downloaded.
Meanwhile, the only thing in /tmp/fah is a file called "f1", and the contents contain (what looks like) a PID number and the FAH client directory path.
How did you configure the proxy in the client? Did you use IP address? Host name?
What port number are you using? (please confirm that Langouste is listening on the same port -- netstat -tlnp | grep langous ougtta do it).
daz@flatline:~$ netstat -tlnp | grep langous
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 127.0.0.1:8880 0.0.0.0:* LISTEN 8902/langouste3
/etc/hosts includes localhost pointing to 127.0.0.1.
My other Ubuntu rig has a WU finishing in about 5 hours. I've started Langouste on it (not in daemon mode) and will let you know what happens. I tried putting 127.0.0.1 instead of localhost in the client's proxy field this time.