Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71700 - Two problems with the folding at home package.
Summary: Two problems with the folding at home package.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
: 77580 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-18 14:59 UTC by Brandon Low (RETIRED)
Modified: 2005-02-03 09:15 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brandon Low (RETIRED) gentoo-dev 2004-11-18 14:59:31 UTC
Problem 1: the copy_client_config script inserts extra spaces in the config file resulting in _bad data_ which means that WUs don't get assigned to any team!

I was told on their forums that this file is not a simple ascii config file, and the parser is very picky.  I recommend that we use 'cp' to copy it around rather than that python _crap_.

Problem 2: the init script fails to stop on my dual processor box, it looks like the 2nd client just takes a while to stop, and that this confuses the init script.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2004-11-20 11:28:54 UTC
Not related to GNU Emacs 
Comment 2 Gábor Lehel 2004-12-19 04:17:42 UTC
Indeed. And if you set your team and nick to, say, 42 and Jack with initfolding, it'll submit the results as %2042 and %20Jack instead, meaning *you won't get any points*.
I finally fixed it by commenting the copyclientconfig line in /etc/init.d/foldingathome, but that's not a very good solution.
Comment 3 Patrick Kursawe (RETIRED) gentoo-dev 2005-01-12 00:04:47 UTC
*** Bug 77580 has been marked as a duplicate of this bug. ***
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2005-01-12 00:05:22 UTC
Please see #77580 for more detail.
Comment 5 Brandon Low (RETIRED) gentoo-dev 2005-02-03 08:52:50 UTC
Fixing, will commit soon.
Comment 6 Brandon Low (RETIRED) gentoo-dev 2005-02-03 09:15:02 UTC
Fixed in CVS.

Use bash not python for copy_client_config.  

Update the init script to do more sane things and not fail to stop on multi-cpu systems.