Post
Topic
Board Mining (Altcoins)
Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool!
by
Mikestang
on 15/04/2015, 06:43:02 UTC
By the way, is this an access issue?

==> Starting Update...Please be patient
==> Creating temporary directory to download update and unzip: update/v2.0.2.799
==> ERROR: Failed to create the directory: update/v2.0.2.799
* Please contact support via reddit, bitcointalk, or IRC!
Yes. I have yet to identify what the permission is exactly. The current solution (it's an ugly solution) is to:
1) Navigate to the parent folder of cryptoglance
2) sudo chmod -R 777
3) sudo chown -R www-data:www-data

On my Synology slight modification to the above:

1) ssh in as root as sudo doesn't exist
2) chmod -R 777
3) chown -R http:http

Synology uses http as the group name not www-data

Updates working fine now

I'm getting this same error, but other than the error I don't understand anything ya'll wrote.  I can ssh into my miners, if that's the same thing as ssh into an app...

Completely separate question - If I have the app run when my system starts up, is there a way to save the log in credentials?  I would like it to get itself up and running without any outside input after a system reboot.