Arch linux boinc manager (GUI BOINC)

Help with projects and applications, client configuration, system software tweaks.
The pinboard for cheat sheets.
Post Reply
User avatar
fungus
TAAT Member
Reactions:
Posts: 2
Joined: Mon Oct 23, 2023 4:32 pm
Location: Fargo ND

Arch linux boinc manager (GUI BOINC)

Post by fungus »

Heres how to get a basic BOINC setup on arch linux going


why use arch linux? Mainly for low system resource usage and also because its fun. All of this guide is ripped from my post in the discord.

1: Install archlinux

2:
sudo pacman -Syu&&sudo pacman -S boinc (here we are updating our repo's and installing the boinc manager)


3:
sudo systemctl enable boinc-client (here we are creating a service for boinc to autostart it)


4:
sudo systemctl start boinc-client (here we are starting boinc)


3:
sudo usermod -a -G boinc [username here, ignore brackets] (here we give our user permission to read the boinc config)


4:
sudo systemctl restart boinc-client


5: boinc ur head off


if you run into weird rpc auth errors do this

sudo chmod 664 /var/lib/boinc/gui_rpc_auth.cfg (here we are fixing permissions incase of arch having weird install paths)


sudo systemctl restart boinc-client
Post Reply