mint linux ran update now boinc and einstein won't start

Ian&Steve C.
Ian&Steve C.
Joined: 19 Jan 20
Posts: 3927
Credit: 45682672642
RAC: 63979832

Ubuntu itself is based on

Ubuntu itself is based on Debian.

they're all Debian derivatives. and all very similar with only slight differences.

_________________________________________________________________________

Skip Da Shu
Skip Da Shu
Joined: 18 Jan 05
Posts: 151
Credit: 1030173969
RAC: 1025338

First off I've been using the

First off I've been using the costamagna PPA for quite some time but this should only affect what version you end up with.

After a Software Manager install I think it's actually installed and running under systemd.  IF 'sudo systemctl status boinc-client' reports it as 'loaded' but 'inactive'  you just need to do 'sudo systemctl start boinc-client'.

For the manager, post Mint v20.3, I have to open a terminal and enter '/usr/bin/boincmgr' to start the manager.  This works on both my v21.3 and v22 boxes.

I keep meaning to dig into this but just haven't got to it.  I think it's a permissions/security thing.  Strange that I'm not having to 'sudo' to start the boincmgr.

Skip

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 4955
Credit: 18612513777
RAC: 5701622

Can be fixed a couple of

Can be fixed a couple of different ways.  If using the gui, then just update the desktop file to point at the proper location of the Manager binary paths.

First check your $PATH environment variable with echo $PATH in the terminal.  Should report /usr/bin in the path as that is standard.

Next check that your user is in both the sudo and boinc groups. groups $USER

If not then add the user to the boinc groups.

sudo usermod -a -G boinc $USER
exec su $USER

sudo systemctl restart boinc-client

 

 

PorkyPies
PorkyPies
Joined: 27 Apr 16
Posts: 199
Credit: 33740004
RAC: 6814

Debian used to ship a BOINC

Debian at one point used to ship a BOINC client that was disabled. Do a "sudo systemctl status boinc-client". Check if it says its enabled or disabled.

To enable the service do a "sudo systemctl enable boinc-client". That way when the system starts it will start the BOINC client automatically. If you want to disable it you can type "sudo systemctl disable boinc-client" which means it won't start automatically.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.