Message boards : Number crunching : oracle vm not detected boinc linux mint
Message board moderation

To post messages, you must log in.

AuthorMessage
Pascal

Send message
Joined: 13 May 20
Posts: 33
Credit: 1,158,529
RAC: 5,392
Message 48496 - Posted: 4 Sep 2023, 9:54:06 UTC

bonjour j'essaye depuis un moment de faire fonctionner lhc@home sous linux mint directement ou en machine virtuelle mais cela me semble bien compliqué.
une âme charitable pourrait elle poster un tuto détaillé et récent avec installation étape par étape de boinc avec oracle virtualbox et le projet lhc@home.
Cela fait environ 5 fois que je recommence mais en vain.Il y a tellement de sources différentes et non récentes dans les forums que je ne sais plus quoi faire et je voudrais abandonner windows pour linux.
merci d'avance

hello I’ve been trying for a while to run lhc@home under linux mint directly or virtual machine but it seems complicated.
a charitable soul could post a detailed and recent tutorial with step-by-step installation of boinc with oracle virtualbox and the lhc@home project.
It’s been about 5 times that I start again but in vain. There are so many different and not recent sources in the forums that I no longer know what to do and I would like to abandon windows for linux.
thank you in advance
ID: 48496 · Report as offensive     Reply Quote
hadron

Send message
Joined: 4 Sep 22
Posts: 58
Credit: 8,533,893
RAC: 14,654
Message 48503 - Posted: 7 Sep 2023, 2:25:42 UTC - in response to Message 48496.  

hello I’ve been trying for a while to run lhc@home under linux mint directly or virtual machine but it seems complicated.
a charitable soul could post a detailed and recent tutorial with step-by-step installation of boinc with oracle virtualbox and the lhc@home project.
It’s been about 5 times that I start again but in vain. There are so many different and not recent sources in the forums that I no longer know what to do and I would like to abandon windows for linux.
thank you in advance

You don't say what your specific problem is, so I am just going to say what is the minimum you need to do to get boinc and virtualbox to work together.

First, you need to add your user account to group boinc. Without this, you cannot connect to the boinc client from the boinc GUI manager. I suspect (though do not know) that you will also not be able to connect to the client on the command line using boinccmd.
Next, you must add user boinc to group vboxusers. This is necessary to allow the boinc client to communicate with the virtual machines it is running. Without this, every task running in a VM will fail immediately.

I hope this is useful to you.
ID: 48503 · Report as offensive     Reply Quote
Toby Broom
Volunteer moderator

Send message
Joined: 27 Sep 08
Posts: 810
Credit: 654,139,950
RAC: 277,654
Message 48506 - Posted: 7 Sep 2023, 11:29:08 UTC

In the current version of boinc on Linux you need to dissable some security for VBox tasks to work.

sed -i 's/ProtectSystem=strict/ProtectSystem=full/g' /lib/systemd/system/boinc-client.service
ID: 48506 · Report as offensive     Reply Quote
hadron

Send message
Joined: 4 Sep 22
Posts: 58
Credit: 8,533,893
RAC: 14,654
Message 48520 - Posted: 8 Sep 2023, 23:33:22 UTC - in response to Message 48506.  

In the current version of boinc on Linux you need to dissable some security for VBox tasks to work.

sed -i 's/ProtectSystem=strict/ProtectSystem=full/g' /lib/systemd/system/boinc-client.service


1. That option is not even set in the version offered by opensuse. Which distro are you using; and are you using that distro's version?
2. It is not a good idea to edit systemd service files directly, as these will be overwritten at the next update. Instead, use systemctl. As root, run:
systemctl edit boinc-client.service
This will create an override file in /etc/systemd/system/boinc-client.service.d/override.conf
ID: 48520 · Report as offensive     Reply Quote
Pascal

Send message
Joined: 13 May 20
Posts: 33
Credit: 1,158,529
RAC: 5,392
Message 48522 - Posted: 9 Sep 2023, 20:55:24 UTC - in response to Message 48520.  

bonsoir merci de la réponse j utilise linux mint avec boinc 7.22 virtualbox 7


good evening thank you for the answer I use linux mint with boinc 7.22 virtualbox 7
ID: 48522 · Report as offensive     Reply Quote
Pascal

Send message
Joined: 13 May 20
Posts: 33
Credit: 1,158,529
RAC: 5,392
Message 48523 - Posted: 9 Sep 2023, 20:57:17 UTC - in response to Message 48503.  

ok merci comment fait on cela?
ok thank you how do we do this?
ID: 48523 · Report as offensive     Reply Quote
Pascal

Send message
Joined: 13 May 20
Posts: 33
Credit: 1,158,529
RAC: 5,392
Message 48524 - Posted: 9 Sep 2023, 21:00:49 UTC - in response to Message 48503.  

je voudrais simplement faire comme sous windows.
installer virtualbox,boinctasks puis boinc et que cela fonctionne sans probleme du premier coup.

I would just like to do as under windows.
install virtualbox,boinctasks then boinc and that it works without problems the first time.
merci thank you
ID: 48524 · Report as offensive     Reply Quote
hadron

Send message
Joined: 4 Sep 22
Posts: 58
Credit: 8,533,893
RAC: 14,654
Message 48537 - Posted: 11 Sep 2023, 20:31:41 UTC - in response to Message 48524.  

je voudrais simplement faire comme sous windows.
installer virtualbox,boinctasks puis boinc et que cela fonctionne sans probleme du premier coup.

I would just like to do as under windows.
install virtualbox,boinctasks then boinc and that it works without problems the first time.
merci thank you


I use opensuse, so I do not know how to install boinc and virtualbox in Linux Mint. You may need to add one or two additional repositories to be able to do this; if necessary, you should ask in the Mint forums.

Install boinc and virtualbox. You must ensure that you have installed the boinc-client and boinc-manager as well as the libraries and the language translations. For virtualbox, you must make sure the kernel modules are installed.

Add your own user to group boinc: sudo usermod -aG boinc your_username_here
Enable boinc so it will start each time you reboot: systemctl enable boinc-client
Add user boinc to group vboxusers: sudo usermod -aG vboxusers boinc
(this step is essential to permit the boinc client to run tasks that run under vbox).

Reboot the system. Log in under your user account, and start the boinc manager. You may now proceed to add the projects you wish to run.
ID: 48537 · Report as offensive     Reply Quote

Message boards : Number crunching : oracle vm not detected boinc linux mint


©2024 CERN