Post
Topic
Board Mining (Altcoins)
Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool!
by
Biffa
on 11/04/2015, 09:58:16 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