Results 1 to 17 of 17

Thread: Gerasim@Home Stats

  1. #1

    Gerasim@Home Stats

    High Bok,

    It looks like Gerasim@Home, for some reason, hasn't updated since April. Of cource, it shows up as offline in Status Scheduler. Maybey their end.

    Bill
    X Grubbers Kick Ass

    Check Out Our Site





  2. #2
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    Indeed..

    Looks like I was pointing to the wrong directory for their xml. After a little investigation, I found the correct one. It should update fairly soon...

    Bok

  3. #3
    OK Great Thanks Bok.

  4. #4
    Hehe. it must their stats. Sill not updating.

  5. #5
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    It's not. Still me. I'd only changed it in one place, and I forgot that since I split the scripts to download the files completely seperately I'd have to update two places..

    Changed, but as it runs through every project, it's bus downloading new Rosetta files right now which are pretty big.. It'll get back round and do Gerasim fairy soon, then get picked up by the main script

    Bok

  6. #6
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    hmm, it still seems to be having issues downloading. I wonder if I'm blocked for some reason. A manual wget succeeds.

    I'll have to so some debugging.

    Bok

  7. #7
    That seems strange. I did't notice it until today. Must be something wierd if the manual works.

  8. #8
    Free-DC Semi-retire gopher_yarrowzoo's Avatar
    Join Date
    Mar 2002
    Location
    Knoxville, TN
    Posts
    3,985
    Quote Originally Posted by Bok View Post
    hmm, it still seems to be having issues downloading. I wonder if I'm blocked for some reason. A manual wget succeeds.

    I'll have to so some debugging.

    Bok
    * hands Bok the No. 2 Crowbar *
    Semi-retired from Free-DC...
    I have some time to help.....
    I need a new laptop,but who needs a laptop when you have a phone...
    Now to remember my old computer specs..


  9. #9
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    It's blocked alright.. I get a negative response from my useragent request..

    With them being russian, it'll be tricky to request a change..without knowing just what else they need for identification. I guess i could fall back to a different protocol, but it'll take some code changes..

    Bok

  10. #10
    Free-DC Semi-retire gopher_yarrowzoo's Avatar
    Join Date
    Mar 2002
    Location
    Knoxville, TN
    Posts
    3,985
    Darn It Make that a Number 5 Crowbar..... or you just want the e-baseball bat with built in pistol?
    Semi-retired from Free-DC...
    I have some time to help.....
    I need a new laptop,but who needs a laptop when you have a phone...
    Now to remember my old computer specs..


  11. #11
    I was able to pull it out of here http://www.gerasim.boinc.ru/Gerasim/stats/team.xml.gz and it was up to date.

  12. #12
    Unholy Undead Death's Avatar
    Join Date
    Sep 2003
    Location
    Kyiv, Ukraine
    Posts
    907
    Blog Entries
    1
    wbr, Me. Dead J. Dona \


  13. #13
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    As I've stated, the download I make within perl using a useragent request is being blocked.

    Could you check with them perhaps and see why I'm being blocked? UA request should have 'Free-DC Stats Update'

    I know I can manually download the files through a browser or even with a wget but I'm not planning on doing this manually every day !

    Bok

  14. #14
    Quote Originally Posted by Bok View Post
    As I've stated, the download I make within perl using a useragent request is being blocked.

    Could you check with them perhaps and see why I'm being blocked? UA request should have 'Free-DC Stats Update'

    I know I can manually download the files through a browser or even with a wget but I'm not planning on doing this manually every day !

    Bok

    Hehe. This is the reply from SerVal:

    Quote Originally Posted by SerVal
    @KAMCOBILL:
    Here is examples for gerasim@home and QMC@home,
    how to download statistics files using wget for "Windows":

    HTTP page:
    http://gerasim.boinc.ru/download/sam...ownload_stats/
    FTP page:
    ftp://gerasim.boinc.ru/download/samples/download_stats/
    ----
    Gerasim@home ftp host: gerasim.boinc.ru
    stats directory: stats
    (anonymous access allowed)
    ----
    death will have to translate his reply.

    Maybe, check with SerVal and see if there had been a change. I know at least BOINCStats are updating ok. Unless Willy is manually updating.

    Edited: I'm not sure how perl works, but he said it is anonymous which seem to me a useragent should be anonymous with no password. Right?

  15. #15
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    yup, I'd agree but it isn't liking something...

    my $ua = LWP::UserAgent->new;
    $ua->agent("Free-DC stats update\1.0");
    my $response = $ua->get($f1);
    $rr = $response->status_line;
    print "rr is $rr\n";

    where $f1 is http://gerasim.boinc.ru/gerasim/stats/tables.xml

    and the return code shows

    rr is 400 Bad Request

    so, it's blocked. Perhaps it needs some other parameter to get through. All of the other Boinc projects work with this though... I'll post to the boinc mailing list and check how Willy is getting it.

    Thanks for looking into it..

    Bok

  16. #16
    Administrator Bok's Avatar
    Join Date
    Oct 2003
    Location
    Wake Forest, North Carolina, United States
    Posts
    24,450
    Blog Entries
    13
    hmm, update..

    Fixed it. Apparently is doesn't like the agent being

    Free-DC stats update\1.0

    it wanted it to be

    Free-DC stats update/1.0

    which is actually right, but go figure that it's the ONLY boinc project that complains!!!

    Should update soon.

    Bok

  17. #17
    It updated Who'd thunk it.
    X Grubbers Kick Ass

    Check Out Our Site





Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •