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.
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!
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.
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!
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!
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:
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.
Tomahawk4196
)
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!
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.
Tomahawk4196
)
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!
Jimbocous wrote: FWIW, all
)
Do you have a website that details TBAR's procedure?
All the conversations about
)
All the conversations about TBar's AIO package would be over at Seti.
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.
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!
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
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:
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:
Having said that, it's probably ok to install them after, and do a restart to make BOINC see them.
mikey wrote: Do you have a
)
Yeah, I'll get it in shape and post a link.
Jimbocous wrote: mikey
)
I think that would help alot, thanks!!