Gary Hobson

Results 10 comments of Gary Hobson

Hi, The node version in centos7 isnt supported, we tested it works only on Debian/Ubuntu. boidcmd is just a wrapped around boinccmd , all you really need is a way...

https://github.com/boid-com/boidcmd/blob/master/docker/register.sh requires your boid email and password to register your device.

This is likely because we need to add a systemd or init.d script to automatically start boinc daemon on a reboot. I can whip one up for system.d if you...

yes sorry i just saw it... indeed... ``` [Unit] Description=Berkeley Open Infrastructure Network Computing Client After=network.target [Service] Nice=10 User=boinc PermissionsStartOnly=yes ExecStartPre=/usr/bin/touch /var/log/boinc.log /var/log/boincerr.log ExecStartPre=/bin/chown boinc:boinc /var/log/boinc.log /var/log/boincerr.log #ExecStart=/usr/bin/boinc --dir /var/lib/boinc-client...

Hi John, While your proposed solution may work on Windows, it wont on Linux, specifically due to this line ``` var pass = await fs.readFile(path.join(BOINCPATH, 'gui_rpc_auth.cfg'), 'utf8') ``` gui_rpc_auth.cfg does...

Hi, What's AUR ? Arch User Repository ? And if so where can i find the submission documented process.

Hi thank you for reporting this issue, can you provide more info ... What linux distribution / OS version were you attempting this on. Were you attempting to register a...

all the setup command does is call boinccmd ``` boinccmd --project_attach http://www.worldcommunitygrid.org/ 1061556_a0c611b081f8692b7ef0c11d39e6105c ``` if this fails with the error you saw then boinc isn't correctly installed on your system.

yes that is normal , the Boid power is computed later and shows up within 24-48hrs on the website. if you see the device name your registered.

Ok so we can close this ticket, this was a file permissions issue.