linux?

Make sure you remove all the stuff of the Linux distro of your choice. It will increase your ppd.
OR if you dont want to remove stuff
EDIT: /etc/inittab

Make sure the default runlevel is a 3 not a 5.
 
fumbles said:
Make sure you remove all the stuff of the Linux distro of your choice. It will increase your ppd.
OR if you dont want to remove stuff
EDIT: /etc/inittab

Make sure the default runlevel is a 3 not a 5.

So how do I do this? :confused:
 
vi/gedit/nano/gvim/kedit, or what ever you use, i use vim so:

# vim /etc/inittab

when you see the line:
id:5:initdefault:
change the 5 to a 3.
 
fumbles said:
vi/gedit/nano/gvim/kedit, or what ever you use, i use vim so:

# vim /etc/inittab

when you see the line:
id:5:initdefault:
change the 5 to a 3.


Thanks for the reply fumbles, but it might as well be written in Chinese. I am about as big a Linux noob as it is possible to be. :D
 
rincinDub said:
do need Microsoft IIS when installing VMWare.
I'm not sure if you do or not - without it the management thingy supposedly is not installed however once I'd found IIS the management thing didn't seem to work anyway :confused:

To add IIS you just have to go to Control Panel -> Add/Remove Programs -> Add/Remove Windows Components then tick the box next to IIS

To make a new virtual machine you should just need to open the VMware Server Console, select Local Host, then click on New Virtual Machine and the guide posted earlier should explain the rest pretty well
 
Is your terminal still at ~/folding/FAH?

If so you may need to go into fah5's properties and allow it to execute as a program.
 
rincinDub said:
Thanks, those instructions were out of date. Now to get FAH running. When I type ./fah5, I get no such file in directory.
have you done the...

tar xzf FAH_SMP_Linux.tgz

...if not then that'll be why - it's zipped (or whatever the Linux equivalent is)
at least I think so anyway (i'm a huge n00b :p)
 
Ive found in my FAH file 2 executable programs

/home/rincin/folding/FAH/mpiexec
/home/rincin/folding/FAH/fah5

neither apear to work. Even after setting them to Execute.


When I right click on my other 2 folders, I get archive type not supported
/home/rincin/folding/FAH/FAH_SMP_Linux.tgz.1
/home/rincin/folding/FAH/FAH_SMP_Linux.tgz.2
 
Close and reopen your terminal and type

Code:
cd folding/FAH
./fah5

and see if that starts the client.
 
Back
Top Bottom