Welcome to Mageia. I hope you enjoy the experience.
BOINC is in the process of being added to Mageia 1. It is available in the Core>Update>Testing online repository which is disabled by default in a new installation. To enable the repository in your Mageia Control Centre>Software>ConfigureMediaSources.
Once the repository is enabled you need to install the boinc-client and boinc-manager packages using the software install GUI. Make sure the two drop down boxes in the top left are both set to 'ALL' or else you will not find boinc-client.
After installing the packages remember to disable the core>updates>testing repository again or else you will end up installing lots of experimental packages with your regular updates.
After installing the packages in MageiaControlCentre>System>Services press the button to Start the boinc-client service and check the box so it starts automatically on boot.
With the client running you should now be able to start the boinc manager GUI to manage boinc.
You will find the manager in your menu at
Menu>Tools>More>BOINCManager
Now here is the bad news
There is currently a problem with the boinc-manager GUI that prevents it finding the client. This is why the boinc package is in the updates>testing repository. It will not be fully released until the bug is fixed. A workaround has been published in this bug report at comment 19
https://bugs.mageia.org/show_bug.cgi?id=1690As a newbie you might have trouble implementing the workaround, but as it is New Years Eve I will try to walk you through it.
Open a terminal window and enter the commands. substituting your own user name for derek
- Code: Select all
su
Password: <give your root password>
cp /var/lib/boinc/gui_rpc_auth.cfg /home/derek
chown derek:derek /home/derek/gui_rpc_auth.cfg
exit
boinc_gui &
The boinc manager gui should now open up and you can connect to a project.
Do not use the menu entry to start the boinc_manager GUI in the future. Instead open a terminal and enter
- Code: Select all
boinc_gui &
Once the package has been fixed and officially released you will be able to start it from the Menu
Hope this is not too complicated.
Good luck.