hi i recived today two Coincraft Desk but one of them i cant login the web interface because no site is found.. but the device shows me mining with 1000ghash and i can also login with ssh..
can i restart the webserver or something to reset??
need to change the minig-pool
EDIT:
python /mineros/web/index.py --> does not run...
if i start it manual, i become this:
##################
root@raspberrypi:/mineros/web# python /mineros/web/index.py
Traceback (most recent call last):
File "/mineros/web/index.py", line 13, in
import mako_h
File "/mineros/web/mako_h.py", line 2, in
from mako.lookup import TemplateLookup
File "/usr/lib/python2.7/site-packages/mako/lookup.py", line 9, in
from mako.template import Template
File "/usr/lib/python2.7/site-packages/mako/template.py", line 10, in
from mako.lexer import Lexer
File "/usr/lib/python2.7/site-packages/mako/lexer.py", line 12, in
from mako.pygen import adjust_whitespace
File "/usr/lib/python2.7/site-packages/mako/pygen.py", line 210
SyntaxError: Non-ASCII character '\x98' in file /usr/lib/python2.7/site-packages/mako/pygen.py on line 211, but no encoding declared; see
http://www.python.org/peps/pep-0263.html for details
root@raspberrypi:/mineros/web#
####################
if i restart this on another miner it works like this:
##############
root@raspberrypi:/mineros# python /mineros/web/index.py
[22/Apr/2014:16:00:08] ENGINE Bus STARTING
[22/Apr/2014:16:00:08] ENGINE Forking once.
root@raspberrypi:/mineros# [22/Apr/2014:16:00:08] ENGINE Forking twice.
##############
so whats wrong???