Tuesday, November 30, 2010

Network problem : No ipv6 routers

Problem :

I start my computer and i can't connect to internet.
However, if I did : /sbin/ifconfig, I had an ip correct.
I checked the /var/log/messages and I found that message :
kernel No ipv6 routers


Solution :

I desactivate ipv6 by adding the following line : alias net-pf-10 off
in the file /etc/modprobe.conf.

Monday, November 15, 2010

Boinc on Gentoo

I) Installation :


I installed Boinc 6.10.58-r1 :

emerge sci-misc/boinc

I hava no problem with installation but when I execute Boinc, I had some errors (Buffer OverFlow).I searched on the net but I found no answer at my problem.
So for running Boinc on my computer, I went on Bionc Web Site : (http://boinc.berkeley.edu/download_all.php)
I downloaded ./boinc_6.10.58_i686-pc-linux-gnu.sh.
Then I copied as root in /opt/

chmod +x ./boinc_6.10.58_i686-pc-linux-gnu.sh
./boinc_6.10.58_i686-pc-linux-gnu.sh
cd /opt/Boinc/
./run_manager




II) Boinc as a service

If you want install Boinc as a service, see this link : service