Posts by Waldmeisda

1) Message boards : Problems : Linux Headless installation -- > cant join project (Message 380)
Posted 31 Mar 2020 by Waldmeisda
Post:
Hi,


its easy,

git clone https://github.com/BOINC/boinc.git

cd bonic

./_autosetup
./configure --disable-server --disable-manager


(I'm running headless server without GUI, if you want the GUI on your ubuntu machine, dont disable the manager)
Both commands may throw errors for missing libs, depending on your system (I had to install libcurl4-gnutls-dev on my server)
Just use apt search libXYZ to find the correct lib and install it with sudo apt install libcurl4-gnutls-dev

If thats finished just run
make
and after that sudo make install

sudo systemctl daemon-reload
sudo systemctl start boinc-client.service


boinccmd --acct_mgr attach https://scienceunited.org <email> <password>

finished.
2) Message boards : Problems : Linux Headless installation -- > cant join project (Message 373)
Posted 29 Mar 2020 by Waldmeisda
Post:
ok, forget the topic,

I cloned the git repository and compiled the current 7.17.0 .. thats working.
3) Message boards : Problems : Linux Headless installation -- > cant join project (Message 372)
Posted 29 Mar 2020 by Waldmeisda
Post:
Hi guys,

I'm running seti@home for years now, but since thats beeing terminated, I'm looking for new projects.
Intention was to join the corona project using SU. But looks like the linux client is to old:

#> boinccmd --acct_mgr attach https://scienceunited.org xxxx@xxxxxx.de xxxxxxxxx
polling for reply
poll status: operation in progress
polling for reply
poll status: operation in progress
polling for reply
Messages from account manager:
Science United requires a newer version of BOINC. Please install the current version from https://boinc.berkeley.edu/download.php
#>boinccmd --client_version
Client version: 7.9.3
#> lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.4 LTS
Release: 18.04
Codename: bionic
#> apt search boinc
Sorting... Done
Full Text Search... Done
boinc/bionic-updates 7.9.3+dfsg-5ubuntu2 all
metapackage for the BOINC client and the manager





© 2024 UC Berkeley