Post
Topic
Board Mining (Altcoins)
Re: cryptoGlance [v2.0.2] :: Open-source, self-hosted, multi-rig monitoring tool!
by
cryptoglance
on 17/04/2015, 15:18:00 UTC
Damn, this auto-update is killing me. Are there requests on getting that fixed up?

There is a problem with the user permissions that will not allow CryptoGlance to update.
Please run the command "sudo sh permissionfix.sh" in the root of the CryptoGlance directory to fix this issue.
********************
* Please contact support via reddit, bitcointalk, or IRC if you need assistance!
Yeah, we're trying Sad

We don't have this issue, so we're trying to identify what is wrong. The latest nightly has better handling of permission issues, it's just a matter of getting there.

What OS are you running?

CentOs 6 32bit. I'll try to save the user_data and reinstall for the third time. When it does work, it works great. I have all my ports forwarded to the miners and I can access the URL anywhere on the Interent.
Can you SSH into the machine and run the following:
Code:
ps aux | egrep '(apache|httpd)'
The beginning of the line should say what the user group is. EG:
Code:
www-data 26244  0.0  0.4 385000 13224 ?        S    10:38   0:00 /usr/sbin/apache2 -k start

Then, navigate to cryptoglance: cd /var/www/ (or whatever you have called it)
Code:
sudo chmod -R 777 *
sudo chown -R www-data:www-data *
(Replace www-data:www-data with whatever your usergroup is... eg httpd:httpd or apache:apach2, etc)