going to "try" and install manually tho i cant seem to find a step by step how to, so this should be fun :)
Did you see the BOINC Wiki? There are other step-by-step instructions, but I don't have a link at hand. Did you try a Google search or the SETI unix/linux thread? There might also be links to be found on the BOINC Message boards.
Gruß,
Gundolf
Computer sind nicht alles im Leben. (Kleiner Scherz)
Mmmm... I can see this is quickly getting confused...
Firstly, focus on just getting the one instance of Boinc running.
To make yourself root on a commandline, you just give the two letter command "su". Nothing else. So, all on a line by itself, it is just:
su
Enter the root password when prompted and that's it, you're in a root shell.
To use "sudo", you need to add yourself to the sudoers list.
I've not used the packaged version of Boinc but I'm sure it works and that there'll be comments somewhere on the web for what you have to do to use it.
Alternatively, uninstall the packaged version of Boinc and instead use the xxxx.sh 'installer' version from the Boinc downloads page. For example, on the commandline in whatever directory you wish it to run from:
(For example, from your home user directory all as a normal user, no root!)
(And no need to type the "#" comments)
This is an alternative method to Martin's method, and the one I use. It will run BOINC as a daemon (or system service like you package manager would) under its own user account.
[edit]Don't give up. If I can learn to do it, anyone can learn to do it.[/edit]
On my SuSE Linux I have always used the xxx.sh method in my home directory. It creates a BOINC directory. Then I launch the run_manager script. When, in some BOINC versions, this does nor start the client. I start first the client then the manager. Using the manager, i connect to my 6 BOINC projects.
Tullio
for easy working with the shell install(if not already installed) Midnight Commander. That program looks like the old DOS Norton Commander and is started via
mc
It has a build in viewer(F3), a build in editor(F4) and alot of other thing e.g. change file permissions.
If the boinc client is automatically started from your system, your only problem is to use the manager. This will not work with your current installation.
To do it the easy way I'd do the following:
Add yourself to the group boinc(should be possible through some desktop program).
Open terminal and cd to your boinc directory.
su
enter password
You are root now, so beware what you are doing! E.g. never start boinc as root!
Allwys start and stop the client through your init script, which will change the user to boinc.
mc
Make the gui_rpc_auth.cfg readable for the group boinc(F9 for menue, then look for File - extended chown).
Make boinccmd and boincmgr executable and readable for group boinc(use mc as described above)
Add a link to your desktop for the program boincmgr and be shure the working directory is your boinc folder.
Start the manager and connect to the projects of your choice.
thanks guys, i havent givin up just yet but i noticed a problem, screen wont shut off. and nvidia is givin me an error about kernal sources. may take me a while but im not giving up.
seeing without seeing is something the blind learn to do, and seeing beyond vision can be a gift.
thanks guys, i havent givin up just yet but i noticed a problem, screen wont shut off. and nvidia is givin me an error about kernal sources. may take me a while but im not giving up.
Good stuff. Something new is always a good exploration until it all becomes 'obvious'.
For the nVidia drivers, the safest route is to stay with the packaged drivers from the standard Mandriva repositories. The nVidia install script from the nVidia website works fine but it does the same job in a different way.
Best route is:
Ensure that you have all the default repositories available:
"Configure your computer" -> software management -> configure media sources for install and update
And then click on the "add" button to add all the default sources from the mirrors (if you've not already done so).
"Configure your computer" -> hardware -> set up the graphical server
And make sure that you've got the 'proprietary' nVidia driver selected for your graphics card.
seems i just got a string of badluck, this system now says theres no HD! nice huh? and another system, that is also a dell has developed a heat issue, its on a cooler and a dust it..
but all is not lost! im pretty sure the parts from the one with the heat issue will fit this one :)
seeing without seeing is something the blind learn to do, and seeing beyond vision can be a gift.
I have in my temporary possession a laptop that has Mandriva 2010 installed on it... I wanted to run BOINC thru one WU or something for grins.
I've only worked on Debian based distros before, mostly Ubuntu.
I went to Mandriva's package manager (noticing they've got a newer version than Debian does in the repositories)... installed it. Found boinc manager in Applications-->Tools-->System Tools--> BOINC Manager.
I opened a terminal and did su.
did /etc/init.d/boinc-client status and found the client wasn't running. Started it with "service boinc-client start"... worked, says it's running now.
Used the GUI and opened BOINC Manager... It will not connect to the running client. In user/bin the boinc* executables are owned by root. From a Debian perspective this is as it should be. In /var/lib/boinc everything is owned by boinc, again as it should be from a Debian perspective.
So why will the installed manager not connect to the installed and running client?
.................................. EDIT:
OK, here's the fix...
I opened a terminal, did su.
cd /var/lib/boinc
cp -vp gui_rpc_auth.cfg gui_rpc_auth.bkp
gedit gui_rpc_auth.cfg
deleted the key in that file and save the file
service boinc-client restart
then from the GUI started the manager up again... woohoo... it connects.
Hope this helps some other Mandriva 1st timer. BTW, in Ubunt/Xubuntu/Mint this is not required but I don't know how it's install of the meta package allows them to talk with the key in place... unless... just maybe... it installs with an empty key file (gui_rpc_auth.cfg)... hmmm In my dirty sordid past (Windoze)
I always deleted the key anyway so I didn't have to enter it when remote accessing other boinc daemon instances on other machines on my LAN anyway.
.................................... EDIT:
Crap, new problem...
Message from server "platform 'i586-mandriva-linux-gnu' not found.
RE: going to "try" and
)
Did you see the BOINC Wiki? There are other step-by-step instructions, but I don't have a link at hand. Did you try a Google search or the SETI unix/linux thread? There might also be links to be found on the BOINC Message boards.
Gruß,
Gundolf
Computer sind nicht alles im Leben. (Kleiner Scherz)
Mmmm... I can see this is
)
Mmmm... I can see this is quickly getting confused...
Firstly, focus on just getting the one instance of Boinc running.
To make yourself root on a commandline, you just give the two letter command "su". Nothing else. So, all on a line by itself, it is just:
su
Enter the root password when prompted and that's it, you're in a root shell.
To use "sudo", you need to add yourself to the sudoers list.
I've not used the packaged version of Boinc but I'm sure it works and that there'll be comments somewhere on the web for what you have to do to use it.
Alternatively, uninstall the packaged version of Boinc and instead use the xxxx.sh 'installer' version from the Boinc downloads page. For example, on the commandline in whatever directory you wish it to run from:
(For example, from your home user directory all as a normal user, no root!)
(And no need to type the "#" comments)
cd ~
# Check where you are!
pwd
# Get 64bit Boinc
wget http://boincdl3.ssl.berkeley.edu/mirror/boinc_6.10.17_x86_64-pc-linux-gnu.sh
# Make it executable
chmod +x
# Execute it (note the "dot - forward-slash" trick to execute from your current directory)
./boinc_6.10.17_x86_64-pc-linux-gnu.sh
# Voila, you now have a directory "BOINC"
# Follow the displayed instructions to use it
Good luck!
Cheers,
Martin
(Note the link to the Boinc wiki help in my sig...)
See new freedom: Mageia Linux
Take a look for yourself: Linux Format
The Future is what We all make IT (GPLv3)
Also some very good
)
Also some very good instructions at http://www.spy-hill.net/~myers/help/boinc/unix.html.
This is an alternative method to Martin's method, and the one I use. It will run BOINC as a daemon (or system service like you package manager would) under its own user account.
[edit]Don't give up. If I can learn to do it, anyone can learn to do it.[/edit]
Kathryn :o)
Einstein@Home Moderator
On my SuSE Linux I have
)
On my SuSE Linux I have always used the xxx.sh method in my home directory. It creates a BOINC directory. Then I launch the run_manager script. When, in some BOINC versions, this does nor start the client. I start first the client then the manager. Using the manager, i connect to my 6 BOINC projects.
Tullio
Ooops! Missed one minor bit,
)
Ooops! Missed one minor bit, added in bold:
Good luck!
Cheers,
Martin
(Note the link to the Boinc wiki help in my sig...)
See new freedom: Mageia Linux
Take a look for yourself: Linux Format
The Future is what We all make IT (GPLv3)
Hi Paul, for easy working
)
Hi Paul,
for easy working with the shell install(if not already installed) Midnight Commander. That program looks like the old DOS Norton Commander and is started via
mc
It has a build in viewer(F3), a build in editor(F4) and alot of other thing e.g. change file permissions.
If the boinc client is automatically started from your system, your only problem is to use the manager. This will not work with your current installation.
To do it the easy way I'd do the following:
Add yourself to the group boinc(should be possible through some desktop program).
Open terminal and cd to your boinc directory.
su
enter password
You are root now, so beware what you are doing! E.g. never start boinc as root!
Allwys start and stop the client through your init script, which will change the user to boinc.
mc
Make the gui_rpc_auth.cfg readable for the group boinc(F9 for menue, then look for File - extended chown).
Make boinccmd and boincmgr executable and readable for group boinc(use mc as described above)
Add a link to your desktop for the program boincmgr and be shure the working directory is your boinc folder.
Start the manager and connect to the projects of your choice.
Hth,
Michael
thanks guys, i havent givin
)
thanks guys, i havent givin up just yet but i noticed a problem, screen wont shut off. and nvidia is givin me an error about kernal sources. may take me a while but im not giving up.
seeing without seeing is something the blind learn to do, and seeing beyond vision can be a gift.
RE: thanks guys, i havent
)
Good stuff. Something new is always a good exploration until it all becomes 'obvious'.
For the nVidia drivers, the safest route is to stay with the packaged drivers from the standard Mandriva repositories. The nVidia install script from the nVidia website works fine but it does the same job in a different way.
Best route is:
Ensure that you have all the default repositories available:
"Configure your computer" -> software management -> configure media sources for install and update
And then click on the "add" button to add all the default sources from the mirrors (if you've not already done so).
"Configure your computer" -> hardware -> set up the graphical server
And make sure that you've got the 'proprietary' nVidia driver selected for your graphics card.
Then:
"Configure your computer" -> software management -> install & remove software
Select "All" and "All" in the two selection boxes on the top left.
Type "nvidia" (no quotes!) into the find bar, hit enter, and then make sure you have selected:
dkms-nvidia-current v190.42
nvidia-current-devel v190.42
x11-driver-video-nvidia-current v190.42
nvidia-cuda-toolkit v2.3
nvidia-cuda-toolkit-devel v2.3
Good luck!
Happy crunchin',
Martin
See new freedom: Mageia Linux
Take a look for yourself: Linux Format
The Future is what We all make IT (GPLv3)
thanks. :) seems i just
)
thanks. :)
seems i just got a string of badluck, this system now says theres no HD! nice huh? and another system, that is also a dell has developed a heat issue, its on a cooler and a dust it..
but all is not lost! im pretty sure the parts from the one with the heat issue will fit this one :)
seeing without seeing is something the blind learn to do, and seeing beyond vision can be a gift.
I have in my temporary
)
I have in my temporary possession a laptop that has Mandriva 2010 installed on it... I wanted to run BOINC thru one WU or something for grins.
I've only worked on Debian based distros before, mostly Ubuntu.
I went to Mandriva's package manager (noticing they've got a newer version than Debian does in the repositories)... installed it. Found boinc manager in Applications-->Tools-->System Tools--> BOINC Manager.
I opened a terminal and did su.
did /etc/init.d/boinc-client status and found the client wasn't running. Started it with "service boinc-client start"... worked, says it's running now.
Used the GUI and opened BOINC Manager... It will not connect to the running client. In user/bin the boinc* executables are owned by root. From a Debian perspective this is as it should be. In /var/lib/boinc everything is owned by boinc, again as it should be from a Debian perspective.
So why will the installed manager not connect to the installed and running client?
..................................
EDIT:
OK, here's the fix...
I opened a terminal, did su.
cd /var/lib/boinc
cp -vp gui_rpc_auth.cfg gui_rpc_auth.bkp
gedit gui_rpc_auth.cfg
deleted the key in that file and save the file
service boinc-client restart
then from the GUI started the manager up again... woohoo... it connects.
Hope this helps some other Mandriva 1st timer. BTW, in Ubunt/Xubuntu/Mint this is not required but I don't know how it's install of the meta package allows them to talk with the key in place... unless... just maybe... it installs with an empty key file (gui_rpc_auth.cfg)... hmmm In my dirty sordid past (Windoze)
I always deleted the key anyway so I didn't have to enter it when remote accessing other boinc daemon instances on other machines on my LAN anyway.
....................................
EDIT:
Crap, new problem...
Message from server "platform 'i586-mandriva-linux-gnu' not found.
Why is this thing asking for that APP name?