• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can't get client to start...

mooseracing

Golden Member
Here is my term window:

moose@linbox:~/Desktop$ cd FAH
moose@linbox:~/Desktop/FAH$ ls
FAH504-Linux.exe
moose@linbox:~/Desktop/FAH$
moose@linbox:~/Desktop/FAH$ ./FAH504-Linux.exe
bash: ./FAH504-Linux.exe: No such file or directory



What am I doing wrong, I already told it the program is executable and also did the chmod +x FAH504-Linux.exe cmd to make sure.

This *nix stuff hurts my brain to learn all over again.
 
Did you try copying/pasting the code that F@H lists on their website for the Linux SMP client?

EDIT:

Detailed Linux Installation Instructions (Console)

We are in the process of making an installer to make this process much easier. For now, here are detailed instructions to setup the SMP client.

Go to Terminal. Depending of your desktop engine (KDE, GNOME, ...) the Terminal application can be at different places, but you'll find it. GNOME has it at "Applications->Accessories->Terminal". Open Terminal.
In the Terminal window you should see a prompt that looks something like this: yourusername@yourcomputername ~ $
To get the SMP FAH client going type in following commands:
mkdir -p ~/folding/FAH
cd ~/folding/FAH
curl -O http://www.stanford.edu/group/...FAH6.00beta1-Linux.tgz
tar xzf FAH6.00beta1-Linux.tgz
Note: If you don't have curl available on your machine, use wget instead:

wget http://www.stanford.edu/group/...FAH6.00beta1-Linux.tgz
Now you should have the SMP FAH client in place and you'll have to configure it. It can be done by running following command: ./fah6 -smp -configonly
After setting the configuration there are couple of ways to start the SMP FAH client. One way is to start it is by typing in each time the following command: ./fah6 -smp -verbosity 9

OPTIONAL: To make it a little easier for yourself, one can making a script by running following commands:
echo "./fah6 -smp -verbosity 9" > FaH
chmod +x FaH
Now you'll just have to run

./FaH
and all those additional FAH client flags will get added by itself.

Note: All those listed commands MUST be typed/pasted from this little HOWTO to the terminal (window) of your machine.

Example:

user@box ~ $ mkdir -p ~/folding/FAH
user@box ~ $ cd ~/folding/FAH
user@box FAH $ curl -O http://www.stanford.edu/group/...FAH6.00beta1-Linux.tgz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 138k 100 138k 0 0 34461 0 0:00:04 0:00:04 --:--:-- 39789
user@box FAH $ tar xzf FAH6.00beta1-Linux.tgz
user@box FAH $ ls -la
total 960
drwxr-xr-x 5 user guest 170 Nov 6 23:58 .
drwx------ 18 user guest 612 Nov 6 23:55 ..
-rw-r--r-- 1 user guest 138145 Nov 6 23:56 FAH6.00beta1-Linux.tgz
-rwxr-xr-x 1 user guest 282796 Nov 4 07:04 fah6
-rwxr-xr-x 1 user guest 60156 Oct 27 16:52 mpiexec
user@box FAH $ ./fah6 -smp -configonly
...
user@box FAH $ echo "./fah6 -smp -verbosity 9" > FaH
user@box FAH $ chmod +x FaH
user@box FAH $ ./FaH
...
 
You'll need the 32libs to run the 64bit fah client or any other fah client in 64bit ubuntu 7.1.

Go to your terminal window and type sudo apt-get install ia32-libs & hit return. You'll get a password request so type in your login password and hit return.

:beer:
 
So I feel like somewhat of an idiot. From my understanding the new Linux x64 SMP client doesn't run in SMP mode unless the flag is added. It has the regular single console and smp built into one.

So I am trying to get that version working now.

So this is the location of the v6 client exe....../home/moose/Desktop/FAH

And this is what I am getting

moose@linbox:~/Desktop/FAH$ ./fah6.exe
bash: ./fah6.exe: No such file or directory
moose@linbox:~/Desktop/FAH$ ./fah6
bash: ./fah6: No such file or directory


It's there, but its not seeing it....ahhh
 
Originally posted by: mooseracing
So I feel like somewhat of an idiot. From my understanding the new Linux x64 SMP client doesn't run in SMP mode unless the flag is added. It has the regular single console and smp built into one.

So I am trying to get that version working now.

So this is the location of the v6 client exe....../home/moose/Desktop/FAH

And this is what I am getting

moose@linbox:~/Desktop/FAH$ ./fah6.exe
bash: ./fah6.exe: No such file or directory
moose@linbox:~/Desktop/FAH$ ./fah6
bash: ./fah6: No such file or directory


It's there, but its not seeing it....ahhh

See the post above. This is what happens until you install the 32-bit libraries. Oddly enough, the FAH linux 64bit client is actually a 32-bit app. It's only the cores that are 64-bit.🙂
 
Originally posted by: mooseracing
Yay...after installing all of of the dependencies for ia-32libs i finally got fah to run. Thanks for all the help guys
Shameless recuiting ahead 😀

Hey mooseracing 🙂

How about helping out the TeAm (and those that helped you here) by joining the TAS side of the F@H Holiday Race. It has NO adverse effect on your points, ranking, loyalty, or anything.
You don't have to join TAS or anything like that. It's just that the F@H side has an advantage now that they recuited another cruncher and we need to even things out a bit!

Besides, it is a lot of fun participating in the friendly banter in the race threads 😉
 
Back
Top