Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.
And when a BOINC client don’t send finished results back I just need to press the button ...
ok, and normally there should be some config to make sure it’s uploaded timely but I guess I forgot that and didn’t updated my system
Sometimes I just want a quick review on what's going on on my BOINC and FAH client(s). For FAH I have my iOS toys; but BOINC I have nothing mobile or on the desktop for BOINC only single-client view in many windows.
So I combined the learning of a new programming language (Go in this case) with...
Fair enough; If I have that desire my solution is
useradd boinc
su - boinc
mkdir boinc_source
git clone https://github.com/BOINC/boinc boinc_source
cd boinc_source
./_autosetup -f ; ./configure --disable-manager --disable-server --enable-client --enable-optimize -
prefix=$HOME
make
exit
cd...
Meanwhile 10 Pi crunching, one Pi as NetBoot server and Grafana monitor.
I also try to have Ubuntu 64Bit via NetBoot which works kind of, but struggle with system upgrades. Stuck in some snaps. Also I thing it run slower compared to Rasbian lite (32) when looking on WCG, somehow one hour longer...
nah, it would work once setup. no doubts. I also just learned that I could use systemctl remotely. Which is actually useful to make the scripts.
Any good hint for centralized config management ? I'm just youtubing on kubernets as we speak.