Suddenly I'm locked outside Minera. I am 100% sure of my password, but the page simply does not open. meanwhile the miner is running, as I can see on the pool's webpage... What's up here? Should I reset my install?
Minera version? Did you update recently?
0.4.1
No recent updates
Didn't change anything recently... I just leave it running and check from time to time.
Well, weird... Is your Minera reachable from the internet? You could investigate in the logs, but by now to reset the password to "minera" just do this in a terminal:
echo -n "f6048a781885a51d7156afc13f2fb477" | redis-cli -x set minera_password
EDIT: eh oh well, there is also this bug
https://github.com/michelem09/minera/issues/123 as workaround you should use only letters-numbers to be sure your password is saved correctly. I just fixed this but I don't release it yet.
Yes, it's reachable as usual, but can't login, either in my network, or from the outside.
Are the logs in the minera folder?
I've tried your code, and I still cannot login. Also, my password only has letters and numbers
Mmm probably you have a different problem, please look at logs at /var/www/minera/application/logs/log-*
Also check the php log:
sudo less /var/log/php5-fpm.log
Try to login then check the logs.
Log from when I tried to login
ERROR - 2015-03-28 18:05:03 --> Delta Stats stored as: {"timestamp":1427565903,"pool_hashrate":450376,"hashrate":357700,"avg_freq":0,"accepted":1,"errors":0,"rejected":0,"shares":128,"last_share":1427565842}
ERROR - 2015-03-28 18:05:03 --> Total Stats stored as: {"timestamp":1427565903,"pool_hashrate":450376,"hashrate":357700,"avg_freq":845,"accepted":5528,"errors":0,"rejected":2,"shares":900992,"last_share":1427565886}
ERROR - 2015-03-28 18:05:03 --> Stored AVG stats for period 300: {"timestamp":1427565427,"seconds":300,"pool_hashrate":467799,"hashrate":357699,"frequency":0,"accepted":2,"errors":0,"rejected":0,"shares":230}
ERROR - 2015-03-28 18:05:03 --> Checking miner for possible dead devices...
ERROR - 2015-03-28 18:05:03 --> Called Minerd with command: {"get":"stats"}
ERROR - 2015-03-28 18:05:05 --> Sending data to Mobileminer
ERROR - 2015-03-28 18:05:08 --> --- END CRON TASKS (6.21 secs) ---
ERROR - 2015-03-28 18:06:02 --> --- START CRON TASKS ---
ERROR - 2015-03-28 18:06:02 --> Miner is up
ERROR - 2015-03-28 18:06:02 --> Storing stats...
ERROR - 2015-03-28 18:06:02 --> Called Minerd with command: {"get":"stats"}
ERROR - 2015-03-28 18:06:07 --> Delta Stats stored as: {"timestamp":1427565967,"pool_hashrate":443451,"hashrate":357700,"avg_freq":0,"accepted":1,"errors":0,"rejected":0,"shares":128,"last_share":1427565886}
ERROR - 2015-03-28 18:06:07 --> Total Stats stored as: {"timestamp":1427565967,"pool_hashrate":443451,"hashrate":357700,"avg_freq":845,"accepted":5529,"errors":0,"rejected":2,"shares":901120,"last_share":1427565938}
ERROR - 2015-03-28 18:06:08 --> Checking miner for possible dead devices...
ERROR - 2015-03-28 18:06:08 --> Called Minerd with command: {"get":"stats"}
ERROR - 2015-03-28 18:06:14 --> Sending data to Mobileminer
ERROR - 2015-03-28 18:06:17 --> --- END CRON TASKS (14.97 secs) ---
And when I run your command, it shows me this
pi@raspberrypi ~ $ sudo less /var/log/php5-fpm.log
/var/log/php5-fpm.log: No such file or directory
Any ideas?