Search found 272 matches

by smoking2000
Sun Feb 28, 2021 6:05 pm
Forum: Issues with a specific server
Topic: STAT updates have stalled.
Replies: 14
Views: 6793

Re: STAT updates have stalled.

The update frequency of the stats files not particularly important, clients should use the If-Modified-Since to only download the files if they were modified on the server. That can be executed every hour with the actual processing of the data kicking in after there was something to download. The pr...
by smoking2000
Sat Feb 27, 2021 2:23 pm
Forum: Issues with a specific server
Topic: STAT updates have stalled.
Replies: 14
Views: 6793

Re: STAT updates have stalled.

It works in a browser, but not with scripts (Perl LWP): $ HEAD -USe https://apps.foldingathome.org/teamstats/team92.txt HEAD https://apps.foldingathome.org/teamstats/team92.txt User-Agent: lwp-request/6.36 libwww-perl/6.36 500 Server closed connection without sending any data back Content-Type: text...
by smoking2000
Fri Sep 21, 2012 3:24 pm
Forum: 3rd party contributed software
Topic: Folding@home Live Statistics Update
Replies: 2
Views: 6660

Re: Folding@home Live Statistics Update

2) You don't want to scrape the CGI teampage , use the static version instead. 4) You don't want to scrape the Kakao stats either, the XML API from Extreme OverClocking is a better choice. Also, what "3-hour-update amount", the linked webpage doesn't show any. I would suggest you move the ...
by smoking2000
Thu Aug 09, 2012 5:46 am
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

Re: FCI: Folding@Home Client Info (Web based client monitor)

There is partial v7 support in an SVN branch, client side is mostly complete, server side reeds alot more work. Haven't worked on it for a while because the client segfaults with logs larger than 65k, which makes monitoring frustrating.
by smoking2000
Tue Jun 12, 2012 6:03 am
Forum: Problems with NVidia drivers
Topic: GeForce GTX 675M not detected under Linux
Replies: 11
Views: 4500

Re: GeForce GTX 675M not detected under Linux

Be aware that the GPU3 wrapper for WINE doesn't work with NVIDIA 195.40 and newer drivers anymore, because the fix for CVE-2012-0946 caused the drivers to be incompatible with CUDA 3.0 which is required by the FahCores because it uses undocumented functions that were removed in CUDA 4. Since support...
by smoking2000
Tue Jun 05, 2012 7:58 am
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

Re: FCI: Folding@Home Client Info (Web based client monitor)

Hi Michael, I have testing FCI on the new OS releases (FreeBSD 8.3 & 9.0, OpenBSD 5.1, Fedora 17, CentOS 6) on my TODO list, but I haven't found the time for it yet. Most of my spare time is currently occupied improving OpenStreetMap , mostly to benefit the OpenFietsMap (OpenCycleMap for The Net...
by smoking2000
Wed May 23, 2012 4:35 pm
Forum: The Science of FAH -- questions/answers
Topic: searching the pdb codes from the folded proteins
Replies: 6
Views: 2652

Re: searching the pdb codes from the folded proteins

The project numbers are not PDB entries, the proteins studied by FAH are not submitted to the protein database. Additional information about the FAH proteins is only listed on the project detail page you've already found. If a project is not listed there, you can try the project specific page at: ht...
by smoking2000
Mon Mar 12, 2012 2:14 pm
Forum: New Donors start here
Topic: Is cURL (or wget) required to run FAH?
Replies: 2
Views: 728

Re: Is cURL (or wget) required to run FAH?

The FAHClient, FAHViewer and FAHControl don't use libcurl, curl is only used in the instructions to download the package.
by smoking2000
Mon Jan 16, 2012 1:37 pm
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

Re: FCI: Folding@Home Client Info (Web based client monitor)

The only combining the other stats do, if at all, is to merge identical username in the same team into a single user AFAIK. I wonder if the "overall rank (if points are combined)" value is calculated only for your username or all usernames in the stats. I think it's the former, but the lat...
by smoking2000
Fri Jan 13, 2012 12:50 pm
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

New release of FCI: v1.8.4

New release of FCI: v1.8.4

This release adds Stats boxes to the Usernames & Teams lists, as requested above :)

The lastest FCI release (and previous releases) can be downloaded from the project website, or you can use the direct link.
by smoking2000
Thu Jan 12, 2012 8:38 pm
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

Re: FCI: Folding@Home Client Info (Web based client monitor)

No, FCI doesn't have the ability to combine stats for a username. I chose to keep the stats separate because the same username in different teams doesn't have to be the same person. Nor do the same username in the same team have to be the same person (e.g. 'user@example.com' and 'user@example.net' b...
by smoking2000
Tue Jan 03, 2012 5:04 pm
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

Re: FCI: Folding@Home Client Info (Web based client monitor)

Your jmol-projects.xml got corrupted, the file is not complete: $ tail /tmp/jmol-projects.xml server="171.64.122.108" atoms="392" deadline="12" credit="7.6" frames="100" code="T" contrib="JWhy"/> <fah_proj number="207" n...
by smoking2000
Sat Dec 24, 2011 12:16 am
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

New release of FCI: v1.8.3

New release of FCI: v1.8.3 As has almost become a tradition (3rd year in a row) I get to release a new version of FCI as a Christmas present :eugeek: This release adds proxy support to FCI client which should have been build in from day one, but I was a bit lazy back then and under the mistaken impr...
by smoking2000
Thu Dec 22, 2011 12:34 pm
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

Re: FCI: Folding@Home Client Info (Web based client monitor)

No, there is no proxy support in FCI client. It currently assumes a direct connection or a transparent proxy.

It shouldn't be too much effort to add proxy support, but my free time is quite limited currently. So I don't have the time to setup a proxy for testing purposes.
by smoking2000
Wed Dec 14, 2011 7:27 pm
Forum: 3rd party contributed software
Topic: FCI: Folding@Home Client Info (Web based client monitor)
Replies: 330
Views: 94830

Re: FCI: Folding@Home Client Info (Web based client monitor)

The 'Bad hostname' error looks like a DNS issue, probably related to the Stanford Network issues of recent. The same rule of thumb applies, if it only happens occasionally, then don't worry about it. If it happens every time, something needs to be fixed. The usual advise to solve this lookup problem...