installing FAH in Ubuntu
Posted: Sun Jun 01, 2008 1:19 am
I downloaded the file, used the line of code from the wiki:
mkdir /folding
cd /folding
wget http://www.stanford.edu/group/pandegrou ... -Linux.exe
chmod +x FAH504-Linux.exe
and then manually edited the client file to add my username and team number (couldn't get it to open in the program to let me add that info).
Finally I got it to load and start downloading and it has errors loading the cores. It goes back and forth between
Or
Or
before trying to download again.
Where did I mess it up?
mkdir /folding
cd /folding
wget http://www.stanford.edu/group/pandegrou ... -Linux.exe
chmod +x FAH504-Linux.exe
and then manually edited the client file to add my username and team number (couldn't get it to open in the program to let me add that info).
Finally I got it to load and start downloading and it has errors loading the cores. It goes back and forth between
Code: Select all
[01:11:16] Verifying core Core_82.fah...
[01:11:16] Signature is VALID
[01:11:16]
[01:11:16] Trying to unzip core FahCore_82.exe
[01:11:16] - Couldn't open file FahCore_82.exe
[01:11:16] + Error: Could not extract core
Code: Select all
[01:14:03] Verifying core Core_82.fah...
[01:14:03] Signature is _NOT_ valid on given file.
[01:14:03] Failed to verify core
[01:14:03] + Error: Could not extract core
Code: Select all
[01:12:19] Verifying core Core_82.fah...
[01:12:19] Bad file format for downloaded core bundle.
[01:12:19] Failed to verify core
[01:12:19] + Error: Could not extract core
Where did I mess it up?