All things Linux

Tom M
Tom M
Joined: 2 Feb 06
Posts: 6430
Credit: 9557049939
RAC: 11636893

Tomahawk4196

Tomahawk4196 wrote:

Anyone: 

Is there a sticky thread with a (periodically updated) "recipe for success" with a Linux installation, that just runs E@H? 

This is a good thread (I think).

The other thread I would subscribe to is "All things NVIDIA".

There is a message area called "Getting Started".  While it doesn't have a Linux specific thread it is designed for Newbie questions. If you are trying out Linux/Zorin for the first time it may be helpful.

  https://einsteinathome.org/community/forum/21

 

A Proud member of the O.F.A.  (Old Farts Association).  Be well, do good work, and keep in touch.® (Garrison Keillor)  I want some more patience. RIGHT NOW!

Jimbocous
Jimbocous
Joined: 31 Mar 17
Posts: 67
Credit: 1213699399
RAC: 1646818

FWIW, all the linux installs

FWIW, all the linux installs of BOINC I've done were done using TBar's all-in-one style package, rather than trying to do an apt-install from some repository. When necessary, BOINC installs are done by just going to git hub and downloading the new binaries and copying them to the directory,

Been working fine for me here on numerous machines for the last 5 years or so.

I could put together some info on that, and maybe a download, if there's any interest.

Currently running BOINC Linux Client version: 7.24.3 on Ubuntu 22.04.4 LTS and NVIDIA 535.171.04.

 

 

 

 

Tom M
Tom M
Joined: 2 Feb 06
Posts: 6430
Credit: 9557049939
RAC: 11636893

Tomahawk4196

Tomahawk4196 wrote:

Anyone: 

Is there a sticky thread with a (periodically updated) "recipe for success" with a Linux installation, that just runs E@H? 

Another good question. Are you using the "all in one" Linux version or the "repository" version?

It effects where you look for and add files like app_config.xml

A Proud member of the O.F.A.  (Old Farts Association).  Be well, do good work, and keep in touch.® (Garrison Keillor)  I want some more patience. RIGHT NOW!

mikey
mikey
Joined: 22 Jan 05
Posts: 12670
Credit: 1839070786
RAC: 4110

Jimbocous wrote: FWIW, all

Jimbocous wrote:

FWIW, all the linux installs of BOINC I've done were done using TBar's all-in-one style package, 

 

Do you have a website that details TBAR's procedure?

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 4963
Credit: 18686091923
RAC: 6014491

All the conversations about

All the conversations about TBar's AIO package would be over at Seti.

 

Jimbocous
Jimbocous
Joined: 31 Mar 17
Posts: 67
Credit: 1213699399
RAC: 1646818

I can probably throw

I can probably throw something together. I should probably revisit that now that I'm a bit better versed on it all.

Tom M
Tom M
Joined: 2 Feb 06
Posts: 6430
Credit: 9557049939
RAC: 11636893

I was muttering (to myself)

I was muttering (to myself) about not having a screen saver under Ubuntu.

Found this url: https://askubuntu.com/questions/292995/configure-screensaver-in-ubuntu

Yes, I understand it is a "waste" of computer resources.  So is Boinc if you don't want it running

;)

A Proud member of the O.F.A.  (Old Farts Association).  Be well, do good work, and keep in touch.® (Garrison Keillor)  I want some more patience. RIGHT NOW!

Jimbocous
Jimbocous
Joined: 31 Mar 17
Posts: 67
Credit: 1213699399
RAC: 1646818

Guess I should have read the

Guess I should have read the thread better, re Tomahawk's question.

If I got it right (this time) he has a working BOINC installation, which connects to the project as it should, but doesn't get work from E@H. He needs help getting work to flow to a project he has already connected to? If so, in

      BOINC Manager -> Tools -> Event log

capture the log info of a connection to E@H, and we can help you see why there's no work.

In that case, the discussion of installation from repository versus the all-in-one is totally moot. Sorry for the trip down that rabbit hole, But I am going to put together a page on the all-in-one,  once I have finished updating it to 7.24.3, tested it, and documented it better, if just for my own amusement.

One thing that occurred to me, however. I have not yet updated BOINC on either my Windoze or Ubuntu boxes to version 8, as that seems premature. I did, however, do a repository install onto a test box running Ubuntu 24.04:

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 40254C9B29853EA6
sudo apt-add-repository deb https://boinc.berkeley.edu/dl/linux/nightly/buster buster main
sudo apt install boinc-client boinc-manager

Having succeeded at that, there's no reason the 8.0 binaries could not be replaced with 7.24.3 versions, if 8.0 is not yet ready for prime time. Would be an incredibly quick install, and a way around the fact that I doubt the Berkeley repository will be updated for legacy releases.

For NVidia installs the appropriate drives should be installed before installing BOINC, in general:

sudo ubuntu-drivers list
sudo ubuntu-drivers install		(install best match), or
sudo ubuntu-drivers install nvidia:NNN	(specific version from list)
sudo apt-get install nvidia-cuda-toolkit 	    (CUDA apps)
sudo apt-get install ocl-icd-libopencl1 opencl-icd  (OpenCL apps)

Having said that, it's probably ok to install them after, and do a restart to make BOINC see them.

Jimbocous
Jimbocous
Joined: 31 Mar 17
Posts: 67
Credit: 1213699399
RAC: 1646818

mikey wrote: Do you have a

mikey wrote:

Do you have a website that details TBAR's procedure?

Yeah, I'll get it in shape and post a link.

 

 

 

 

mikey
mikey
Joined: 22 Jan 05
Posts: 12670
Credit: 1839070786
RAC: 4110

Jimbocous wrote: mikey

Jimbocous wrote:

mikey wrote:

Do you have a website that details TBAR's procedure?

Yeah, I'll get it in shape and post a link. 

I think that would help alot, thanks!!

Comment viewing options

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