Message boards :
Questions :
ubuntu jammy jellyfish
Message board moderation
Author | Message |
---|---|
Send message Joined: 16 Jul 22 Posts: 5 |
ubuntu jammy jellyfish will not run boinc |
Send message Joined: 17 Jan 23 Posts: 1 |
what is ubuntu jammy jellyfish |
Send message Joined: 25 Jan 23 Posts: 1 |
what is ubuntu jammy jellyfish may have been accidental paste? |
Send message Joined: 29 Mar 23 Posts: 6 |
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 |
Send message Joined: 14 Oct 22 Posts: 2 |
ubuntu linux 22.04 |
Send message Joined: 29 Mar 23 Posts: 6 |
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. |
Send message Joined: 14 Oct 22 Posts: 2 |
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 |
© 2024 UC Berkeley