Whats the deal with this BOINC Manager? I have used it on many other systems the past, Solaris, Windows, Ubuntu, never an issue getting it to work. With OpenSUSE, it seems to be an issue; I used the zypper connected respositories similar to the way Fedora would do it with yum; I installed the client based on the directions found here: http://boinc.berkeley.edu/wiki/Installing_BOINC_on_Fedora;
zypper install boinc-client boinc-manager; I assume this installs the correct packages?
systemctl start boinc-client.service
If you don’t want to put the password every time you run the BOINC manager, you can:
On Wed 25 May 2016 06:06:01 PM CDT, malcolmlewis wrote:
BSDuser;2779739 Wrote:
> I uninstalled the packages; zypper rm boinc-client etc.
>
> I was looking at the sh version; its old, version 7.2; Ubuntu 15.10
> runs 7.6; Right now I am cheating - running a vm of Ubuntu with
> boincmgr running.
>
> I downloaded the src code from git and am make the objects now for
> version 7.7; will see how that goes.
Hi
Well 7.2.42 is the recommended version according to; https://boinc.berkeley.edu/download_all.php
I’m playing with the system service file (running as my user) to see if
I can figure out why the client won’t start.
Hi
OK so just using the systemd service file from the rpm and running that
(via root user) and tweaking the file locations and just using my user
worked fine…
–
Cheers Malcolm °¿° LFCS, SUSE Knowledge Partner (Linux Counter #276890)
openSUSE Leap 42.1|GNOME 3.16.2|4.1.21-14-default
If you find this post helpful and are logged into the web interface,
please show your appreciation and click on the star below… Thanks!
Unfortunately the boinc_client daemon does not recognize when the computer is “in use” during normal activities. The only time it recognizes “in use” is when text is typed into an open shell window (Example: Konsole)
It is annoying and may not be what you want to do, but I long ago gave up trying to fix boinc-manager and simply run sudo boinc-manager. Works every time. A milestone for me: just crossed the million point line! Of course, I’ve been running it for many years and changed my user name. So, I probably have 2 million points.
BOINC Manager runs fine for me. No need to run it as root.
I learned that the missing “in use” detection is because of security concerns. The BOINC daemon would need to be permitted to see the typing and mouse clicks of all users. It’s a purposed decision to not allow this.
Possible work-arounds are to run boinc-client as the logged-in user or to use other options to control when boinc-client runs, such as time-of-day scheduling or only when CPU % use is low.