ubuntu jammy jellyfish

Message boards : Questions : ubuntu jammy jellyfish
Message board moderation

To post messages, you must log in.

AuthorMessage
John Bussey

Send message
Joined: 16 Jul 22
Posts: 5
Message 1466 - Posted: 20 Dec 2022, 19:02:46 UTC

ubuntu jammy jellyfish
will not run boinc
ID: 1466 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
brenswen

Send message
Joined: 17 Jan 23
Posts: 1
Message 1481 - Posted: 19 Jan 2023, 5:38:53 UTC - in response to Message 1466.  

what is ubuntu jammy jellyfish
ID: 1481 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
ensemblelearner

Send message
Joined: 25 Jan 23
Posts: 1
Message 1487 - Posted: 25 Jan 2023, 6:04:11 UTC - in response to Message 1481.  
Last modified: 25 Jan 2023, 6:10:31 UTC

what is ubuntu jammy jellyfish

may have been accidental paste?
ID: 1487 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
lz0

Send message
Joined: 29 Mar 23
Posts: 6
Message 1517 - Posted: 29 Mar 2023, 3:23:36 UTC

I had to do the following to get it to work

https://boinc.berkeley.edu/wiki/Installing_on_Linux

install BOINC client and manager (GUI)

$ sudo apt install boinc-client boinc-manager


add myself to the boinc usergroup

$ sudo usermod -a -G boinc username_goes_here


give myself read and write access to the boinc-client directory

$ chmod g+rw /var/lib/boinc-client/


Note that you might need to reboot once or twice in between steps for it to take effect

as a side note you can use this command to see if the client is running or not

https://boinc.berkeley.edu/wiki/Stop_or_start_BOINC_daemon_after_boot

$ /etc/init.d/boinc-client status


$ /etc/init.d/boinc-client start


hope this helps
ID: 1517 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
E Lipinsky

Send message
Joined: 14 Oct 22
Posts: 2
Message 1522 - Posted: 8 Apr 2023, 20:34:12 UTC - in response to Message 1481.  

ubuntu linux 22.04
ID: 1522 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
lz0

Send message
Joined: 29 Mar 23
Posts: 6
Message 1527 - Posted: 17 Apr 2023, 18:17:00 UTC

I also find that I need to run this command in the terminal before the BOINC Manager GUI app will work


$ /etc/init.d/boinc-client start


perhaps this was supposed to be configured to start at boot and is simply not configured correctly? Not sure.
ID: 1527 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote
E Lipinsky

Send message
Joined: 14 Oct 22
Posts: 2
Message 1530 - Posted: 22 Apr 2023, 0:26:43 UTC - in response to Message 1527.  

On a typical Ubuntu 22.04 system, the following should enable boinc-client start at boot:

$ sudo systemctl enable boinc-client

Status of the boot startup can be checked with this command:

$ systemctl is-enabled boinc-client
ID: 1530 · Rating: 0 · rate: Rate + / Rate - Report as offensive     Reply Quote

Message boards : Questions : ubuntu jammy jellyfish


© 2024 UC Berkeley