Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!
Hack30 said:I have no idea why but nic 2 works now that i turned on the dhcp on the router. No I didn't install the 32 bit libs yet. one step at a time just trying to get it back to foldin' for tonight. we'll try doin' that tomorrow unless i haveto have them in order to fold smp style.
8 ) Connect the rig to the internet and just be patient, now. Just below and inside the date/time display in the upper right hand side, you'll see a balloon message appear in a few minutes, telling you "updates are available. Click on the update icon to install them". ==> You DEFINITELY want those updates installed! Click on the update icon, and let Edgy Eft, do it's updating.
9) Get the 32 bit libraries: Click on "Applications" and choose "Accessories", then "Terminal" to open a terminal window to work in. Carefully keyboard in this at the prompt: "sudo apt-get install ia32-libs", with no quotation marks, and press enter. Edgy Eft will d/l and install the 32 bit libraries, without further interference (ok, help Smile ), from you. At this time, the SMP FAH client is a 32 bit program. No 32 bit libraries, no runny. Razz
Shelnutt2 said:Yes you need to install the 32bit libraries to fold smp, it will take all of 30 seconds. Reason is that the FAH client is 32 bit but the fah smp core is 64bit. In Ubuntu 6.10 the developers finally removed the 32bit libraries. They were present in Ubuntu 6.06 but this was because upon release there was not yet a 64bit copy of open office. Now that there is the 32bit libs are gone. Probably way more info than you wanted.
No. Updates are all 64 bit stuff, as Shelnutt2 stated.
P.S. Naturally, your install was different because you didn't have DHCP set on your router. Mine has that, and thanks for pointing that out. I'll add that to my install guide.
Hack30 said:I didn't find this nice guide either when i searched????? strange???
WHAT!!!! You've got to be kidding!! Thats outragous! Thankfully I havn't had the displeasure of that kind of experience. I at least hope your being treated well now?Adak said:You wouldn't find it. I left team 32 after being told to STFU by some young punk, on T32, and nobody said anything about it.
That doesn't work with me.
Adak
Adak said:You wouldn't find it. I left team 32 after being told to STFU by some young punk, on T32, and nobody said anything about it.
That doesn't work with me.
Adak
3) To get the SMP FAH client going type in following commands:
mkdir -p ~/folding/FAH
cd ~/folding/FAH
curl -O http://www.stanford.edu/~kasson/folding/FAH_SMP_Linux.tgz
tar xzf FAH_SMP_Linux.tgz
Note: If you don't have curl available on your machine, use wget instead:
wget http://www.stanford.edu/~kasson/folding/FAH_SMP_Linux.tgz
4) 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:
./fah5 -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
./fah5 -verbosity 9
5) OPTIONAL: To make it a little easier for yourself, one can making a script by running following commands:
echo "./fah5 -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.
Adak said:Right, updates are #8. 32 bit libraries are #9.
I believe I misled you on that, sorry.
Adak
Adak said:Oh Yeah!
Thankfully, my brother in law is an TCP/IP instructor. He taught me how to actually put a firm right cross right on the chops, over the internet. Amazing stuff!
You're quite welcome, Hack30.
Adak
Hack30 said:OK i cant get smp cliet from terminal it says "failed: Name or service not known"
Also where are the folding and FAH directories located? will i see them on the desktop. I'm very visual i like to see where things are.