Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature currently requires accessing the site using the built-in Safari browser.
How about changing setting in Remote access (System --> Preferences --> Remote Desktop)
I think using WiFi creates the keyring issue.
I hadn't thought of that. I am using a wifi client, the host is wired. I think this is worth adding to post #6. You and I can't be the only people who will run into this problem. Thoughts Musky?
Actually just found out that having two network connections active can cause all sorts of s[H]it to happen, like not being able to SSH/VNC in from an external host on another network, to not being able to return WU's properly.
I had eth0 and eth1 wired up along with the IPMI port, all had fixed IP's but as soon as I disabled the second ethernet port everything started working.
wierd.
[post=1037125467]Back to the top[/post]
Install "The Kraken" wrapper - for all multi-socket systems
A big thanks to tear for this. The original guide is here.
*EDIT - 10/30/11 - Updated for version 0.6
*EDIT - 5/20/12 - Updated for version 0.7-pre10
*EDIT - 5/22/12 - Updated to version 0.7-pre11
*NOTE: To get the most use out of the kraken, you need to have NUMA enabled (SR-2s, other 2p Intel boards) or node interleaving disabled (G34/C32/Socket F AMD systems). If you have a multi-processor board, you should have a bios setting for one or the other.
1. First, make sure the client has downed a core. The wrapper wraps the actual FAH core, so it doesn't do anything until you have a core downloaded.
2. Download the package:3. Untar itCode:cd ~ wget http://darkswarm.org/thekraken-0.7-pre11.tar.gz
4. Install itCode:tar xvf thekraken-0.7-pre11.tar.gz
5. The Kraken is now available at /usr/bin/thekraken. To wrap your existing A3/A5 cores, move to your fah directory and run The Kraken with the -i flag:Code:cd thekraken-0.7-pre11 make sudo make install
You should see something like this:Code:cd ~/fah thekraken -i
6. Start the client. From another terminal window, type:Code:dave@bulldawg:~/fah$ thekraken -i thekraken: The Kraken 0.7-pre11 (compiled Tue May 22 05:22:45 CDT 2012 by dave@bulldawg) thekraken: Processor affinity wrapper for Folding@Home thekraken: The Kraken comes with ABSOLUTELY NO WARRANTY; licensed under GPLv2 thekraken: performing installation to . thekraken: /home/dave/fah/FahCore_a5.exe: wrapper succesfully installed thekraken: descend into /home/dave/fah/backup and all other subdirectories [Y/n]? Y thekraken: finished installation, 1 out of 1 files processed
If you top process looks something like this, "The Kraken" is working correctly:Code:top
Code:PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 1984 dave 1 13 2789m 1.3g 3192 S 2384 22.8 16476:48 thekraken-FahCo
[post=1037125467]Back to the top[/post]
I followed this almost to a "t"
downloaded the pre11 file, untared it, and found that it was pre14 instead. completed the install using pre14 instead of pre11. fired up folding on 12.04LTS and even before frame 1 was complete was greeted by engaging DLB. my second WU, no engage. OK well not garanteed. Look deeper..... Maybe I need to install with the -c autorestart=1..
I get:
thekraken: unknown configuration variable in 'autorestart=1'
and no install.
hmm where is thekraken.cfg? nope, don't have one...
What's going on here..... DLB did work, thekraken appears in top, if I install 'thekraken -i' it wraps the a3 and a5 cores located in fah
help
thekraken -u
thekraken -i
[post=1037125467]Back to the top[/post]
Misc Tweaks and Add-ons - these are all optional
=============================================================================
SSH - for connecting to and remote monitoring your Linux box
Boot to CLI
===================================================================================Once you have everything set up, there is no need to boot into the GUI. This will let you machine boot to a command line.
1. Open a terminal and type:
Change this line:Code:sudo nano /etc/default/grub
to this:Code:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Now, update grub:Code:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"
The next time you reboot, you will boot to a command line. To start the GUI, type:Code:sudo update-grub
To stop the GUI, type:Code:sudo service gdm start
Code:sudo service gdm stop
[post=1037125467]Back to the top[/post]
There are a couple of typos in the guide though. No biggie.
There's a missing ~ in one command line, and there's a couple of "1"'s should be "l"'s in some of the other lines. I won't be able to be more specific until I get home from work as there's a "suspicious embedded link" that's been "blocked for my protection"on the first page, and a couple of others. We're also up to pre15 and the file url has to be typed that way. If you download pre11, after you untar it the files within are pre15. Would not work. Drove me nuts.
Not to worry, If I figured it out, anyone can!
Excellent guide MuskyCouldn't have set my new rig up without it!
for Ubuntu 11 and 12, the commands to start and stop the GUI after enabling CLI only seem to be
sudo service lightdm start
and
sudo service lightdm stop
but this post seems to say http://www.techienote.com/2012/05/how-to-disable-gui-boot-in-ubuntu-12-04.html
startx
is the correct command if you boot straight to CLI. I bring this up as I had my 12.04 box set up to boot CLI only and I could not get sudo service gdm start to work.
I'm lazy to read everything, but there's no "special" additions to get an SR-2 running is there?
Is there a real time temp sensor, i'm using lm-sensor right now, that can be used through ssh?
Don't see the point of using 6.34 still...
Why? I still use 6.34 on all of my smp machines.