Search found 30 matches

by Kakao
Sat Oct 27, 2012 10:28 pm
Forum: 3rd party contributed software
Topic: 3rd party stats file unknown encoding
Replies: 6
Views: 4740

Re: 3rd party stats file unknown encoding

Yes. Sorry for the noise.
by Kakao
Sat Oct 27, 2012 9:46 pm
Forum: 3rd party contributed software
Topic: 3rd party stats file unknown encoding
Replies: 6
Views: 4740

Re: 3rd party stats file unknown encoding

I fixed it. My mistake.
by Kakao
Sat Oct 27, 2012 8:42 pm
Forum: 3rd party contributed software
Topic: 3rd party stats file unknown encoding
Replies: 6
Views: 4740

Re: 3rd party stats file unknown encoding

iconv can't convert it from ISO-8859-2:

Code: Select all

$ iconv -f ISO_8859-2 -t ISO_8859-1 daily_team_summary.txt -o daily_team_summary.txt.latin1
iconv: illegal input sequence at position 35135
by Kakao
Sat Oct 27, 2012 8:35 pm
Forum: 3rd party contributed software
Topic: 3rd party stats file unknown encoding
Replies: 6
Views: 4740

3rd party stats file unknown encoding

The daily_team_summary.txt.bz2 file is now encoded in an unknown 8 bit encoding, likely ISO-8859-2 according to python's chardet: >>> import chardet >>> rawdata = open('daily_team_summary.txt', 'r').read() >>> chardet.detect(rawdata) {'confidence': 0.6944575439363857, 'encoding': 'ISO-8859-2'} That ...
by Kakao
Wed Jan 11, 2012 1:53 pm
Forum: Discussions of General-FAH topics
Topic: Intermittent "Kakao Stats", is damaging for F@H.
Replies: 8
Views: 1830

Re: Intermittent "Kakao Stats", is damaging for F@H.

Now either, this quality makes them of great importance for the FAH system. Hence my suggestion that PG are interested in their statistics. It could be, giving you the extra support you need? Ahora bien, esa calidad las hace de mucha importancia para el sistema FAH. De ahí mi sugerencia de que PG s...
by Kakao
Tue Jan 10, 2012 8:33 pm
Forum: Discussions of General-FAH topics
Topic: Intermittent "Kakao Stats", is damaging for F@H.
Replies: 8
Views: 1830

Re: Intermittent "Kakao Stats", is damaging for F@H.

Jorge, by your name I guess your language is Spanish which I can understand perfectly. Could you PM me the original (not translated) text of your last post? Or just append it to the translation? Because I think I do not understand the translation. What is PG? EDIT: After seeing your profile now I kn...
by Kakao
Tue Jan 10, 2012 5:24 pm
Forum: Discussions of General-FAH topics
Topic: Intermittent "Kakao Stats", is damaging for F@H.
Replies: 8
Views: 1830

Re: Intermittent "Kakao Stats", is damaging for F@H.

Unfortunetelly I'm stuck with an unreliable ADSL connection to the database server at home. This connection gets much worse in the rain season and we have had some days of continous rain. I have already lost many modems due to lightning. The last problem was a truck carrying tall equipment that dama...
by Kakao
Sat Oct 01, 2011 3:14 pm
Forum: Discussions of General-FAH topics
Topic: kakaostats - What happened to them?
Replies: 13
Views: 1680

Re: kakaostats - What happened to them?

Than you all for your support. Smoking got it right. While I was hacking the wiki to make it harder for bots to register, I made an Apache configuration mistake and didn't check if the other sites were still working.
by Kakao
Sat Jul 30, 2011 11:32 pm
Forum: 3rd party contributed software
Topic: Folding@Home Wiki migration to a new server
Replies: 5
Views: 3326

Re: Folding@Home Wiki migration to a new server

Ok I think I fixed it. Please try again.
by Kakao
Wed Jul 27, 2011 4:44 pm
Forum: 3rd party contributed software
Topic: Folding@Home Wiki migration to a new server
Replies: 5
Views: 3326

Folding@Home Wiki migration to a new server

The Folding@Home Wiki is being moved to a new server at the http://new.fahwiki.net domain. As part of the migration to a new server the Mediawiki version had to be upgraded from 1.7 to 1.17. That was because the old version did not run on PHP 5.3 in the new server. The old version will continue to r...
by Kakao
Thu Apr 15, 2010 5:53 pm
Forum: Issues with a specific server
Topic: Bziped summary files corrupted
Replies: 29
Views: 5011

Re: Bziped summary files corrupted

The web side of KakaoStats lives on the web server in San Diego. That is where the pages are built. The data to build the pages live in the database server in Brasília. So whenever a page is built by the web server it sends a sql query to the database. Actually there is lots of caching so the querie...
by Kakao
Thu Apr 15, 2010 5:18 pm
Forum: Issues with a specific server
Topic: Bziped summary files corrupted
Replies: 29
Views: 5011

Re: Bziped summary files corrupted

No. There is no problem from San Diego to San Jose. I can get the files extremely fast when downloading from San Jose to San Diego. The problem is downloading to Brasília, Brazil from both San Diego and San Jose. That is where the routing problem is. There is no problem getting content from anywhere...
by Kakao
Thu Apr 15, 2010 12:25 pm
Forum: Issues with a specific server
Topic: Bziped summary files corrupted
Replies: 29
Views: 5011

Re: Bziped summary files corrupted

I managed to implement a half solution. First I exposed the backup files at the web server through http. Then I pointed the download script to them. But the problems persisted showing that the problem is not with the Stanford's http server. Then I tried the hardened download script rewritten for the...
by Kakao
Wed Apr 14, 2010 9:48 pm
Forum: Issues with a specific server
Topic: Bziped summary files corrupted
Replies: 29
Views: 5011

Re: Bziped summary files corrupted

. a while ago, someone thought that the extra delays after "boundarya-rtr.Stanford.EDU [68.65.168.33]" are from the Stanford firewall ... my delay seems to be equal to that of toTOW (3 lines of time outs) . So everybody gets 3 timeouts before reaching the target and I never get there even...