• Welcome to BOINC@AUSTRALIA FORUM.

News:

Once you registration is approved you will see all the Boards on the Forum.  Non members of the forum only see the Public topics

Main Menu

Recent posts

#11
OPEN DISCUSSION / Forum Registration - New Membe...
Last post by Dingo - April 28, 2026, 12:29:32 PM
We have had a lot of problems with bots and other non members trying to register.  It takes a long time to go through them and see if they are a member of the Team BOINC@AUSTRALIA using BOINC and usually have to email them to confirm there user name.

I have disabled Registration and now new members will need to register by sending an email to me at forum1 @ boinc-australia.net.  Just take out the spaces.

In the email provide the following:

1.  You must be a member of the Team and register with the forum under your BOINC user name.

2.  You must be currently processing tasks from a BOINC project and be a member of BOINC@AUSTRALIA.

3.  If you are not allowing your statistics to be sent to FreeDC or BOINCStats then you need to tell me the project(s) that you are a member of the Team in.
Cheers,

NAME:
PROJECT:



Dingo
Founder of BOINC@AUSTRALIA
#12
WORD LINK / Re: Word Link 2
Last post by Dingo - April 28, 2026, 12:16:14 PM
~ bar
#13
ALL THINGS LINUX / Re: Trying to crunch with ubun...
Last post by Abruraspingi - April 28, 2026, 08:51:02 AM
Quote from: TIM B on April 28, 2026, 05:12:35 AMJust wondering how are you meant to monitor things like CPU and GPU temp and usage.
You can try Mission Sensor
https://missioncenter.io/

Or PSensor
https://www.tecmint.com/psensor-monitors-hardware-temperature-in-linux/

Great work pushing through with your ordeal
#14
ALL THINGS LINUX / Re: Trying to crunch with ubun...
Last post by TIM B - April 28, 2026, 05:12:35 AM
Just wondering how are you meant to monitor things like CPU and GPU temp and usage.
#15
ALL THINGS LINUX / Re: Trying to crunch with ubun...
Last post by TIM B - April 28, 2026, 05:03:28 AM
Thanks for the info guys.
I finally got it all working by installing an OS called Garuda OS.
I got a lot of help from Google AI.   
#16
ALL THINGS LINUX / Re: Trying to crunch with ubun...
Last post by Abruraspingi - April 28, 2026, 12:32:20 AM
You shouldn't need to as this should be created when BOINC is installed
Do a find command and search for it
find / -name "boinc-client.service"

This should show you were you can find it within your system.
You may just have to settle for crunching Numberfields or Primegrid on your GPU
#17
ALL THINGS LINUX / Re: Trying to crunch with ubun...
Last post by TIM B - April 28, 2026, 12:18:23 AM
No cant get it to work. says /usr/lib/systemd/system/boinc-client.service file does not exist.
Do you have to install the ROCm drivers first?
#18
WORD LINK / Re: Word Link 2
Last post by jave808 - April 27, 2026, 04:13:17 PM
~ side
#19
ALL THINGS LINUX / Re: Trying to crunch with ubun...
Last post by Abruraspingi - April 27, 2026, 03:26:32 PM
I prefer using Nano but you can use VIM or any other text editor

The easiest way to do it
Open up Terminal
Sudo nano /usr/lib/systemd/system/boinc-client.service
<Enter Sudo password>
Change ProtectSystem=strict to ProtectSystem=off
Press Ctrl+X to close and press 'y' to save

You can do it graphically
Open Text Editor
Open>Open New Document>Other Location
Computer/usr/lib/systemd/system/boinc-client.service

Make the change and save
#20
ALL THINGS LINUX / Re: Trying to crunch with ubun...
Last post by TIM B - April 27, 2026, 02:11:25 PM
can you tell me how to locate the  boinc-client.service file.