Web administration not accessible

for me is just 1 sec for lighttpd restart

1 Like

usually it is located /var/log/lighttpd/error.log

thanks when error apear again I check the error log

2016-12-27 10:21:01: (log.c.217) server started
2016-12-27 10:21:01: (mod_rrdtool.c.391) rrdtool.binary has to be set
2016-12-27 10:21:01: (server.c.1270) Configuration of plugins failed. Going down.
2016-12-27 10:23:48: (log.c.217) server started
2016-12-27 10:23:48: (mod_rrdtool.c.391) rrdtool.binary has to be set
2016-12-27 10:23:48: (server.c.1270) Configuration of plugins failed. Going down.
2016-12-27 10:40:46: (log.c.217) server started
2016-12-27 10:40:46: (mod_rrdtool.c.391) rrdtool.binary has to be set
2016-12-27 10:40:46: (server.c.1270) Configuration of plugins failed. Going down.

So possibly missing packages ?
collectd-mod-rrdtool 4.10.8-3
librrd1 1.0.50-2
rrdtool1 1.0.50-2

administration not accessible again
luci works fine only normal administration dont work
lighttpd log :

016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: Traceback (most recent call last):
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/reporting_middleware.py”, line 86, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle_i18n.py”, line 68, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(e,h)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 682, in mountpoint_wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: body = app(request.environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 1729, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: rv = callback(*a, **ka)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/init.py”, line 64, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return func(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/config.py”, line 457, in index
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: notifications = client.get_messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 216, in get_messages
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return get(filter=filters.messages).find_child(“messages”) or user_notify.Messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 131, in get
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: data = netconf.get(filter=(“subtree”, filter) if filter is not None else None).data_ele
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/manager.py”, line 89, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.execute(op_cls, *args, **kwds)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 94, in execute
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise_mode=cls._raise_mode).request(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/retrieve.py”, line 65, in request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self._request(node)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/rpc.py”, line 284, in _request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise self._error
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: IOError: [Errno 32] Broken pipe
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: Traceback (most recent call last):
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/reporting_middleware.py”, line 86, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle_i18n.py”, line 68, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(e,h)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 682, in mountpoint_wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: body = app(request.environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 1729, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: rv = callback(*a, **ka)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/init.py”, line 64, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return func(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/config.py”, line 457, in index
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: notifications = client.get_messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 216, in get_messages
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return get(filter=filters.messages).find_child(“messages”) or user_notify.Messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 131, in get
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: data = netconf.get(filter=(“subtree”, filter) if filter is not None else None).data_ele
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/manager.py”, line 89, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.execute(op_cls, *args, **kwds)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 94, in execute
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise_mode=cls._raise_mode).request(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/retrieve.py”, line 65, in request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self._request(node)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/rpc.py”, line 274, in _request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: self._session.send(req)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/transport/session.py”, line 138, in send
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise TransportError(‘Not connected to NETCONF server’)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: TransportError: Not connected to NETCONF server
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: Traceback (most recent call last):
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/reporting_middleware.py”, line 86, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle_i18n.py”, line 68, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(e,h)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 682, in mountpoint_wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: body = app(request.environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 1729, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: rv = callback(*a, **ka)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/init.py”, line 64, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return func(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/config.py”, line 457, in index
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: notifications = client.get_messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 216, in get_messages
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return get(filter=filters.messages).find_child(“messages”) or user_notify.Messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 131, in get
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: data = netconf.get(filter=(“subtree”, filter) if filter is not None else None).data_ele
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/manager.py”, line 89, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.execute(op_cls, *args, **kwds)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 94, in execute
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise_mode=cls._raise_mode).request(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/retrieve.py”, line 65, in request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self._request(node)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/rpc.py”, line 274, in _request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: self._session.send(req)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/transport/session.py”, line 138, in send
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise TransportError(‘Not connected to NETCONF server’)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: TransportError: Not connected to NETCONF server
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: Traceback (most recent call last):
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/reporting_middleware.py”, line 86, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle_i18n.py”, line 68, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.app(e,h)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 682, in mountpoint_wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: body = app(request.environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 979, in call
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.wsgi(environ, start_response)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 954, in wsgi
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: out = self._cast(self._handle(environ))
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 862, in _handle
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return route.call(**args)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/bottle.py”, line 1729, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: rv = callback(*a, **ka)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/utils/init.py”, line 64, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return func(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/config.py”, line 457, in index
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: notifications = client.get_messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 216, in get_messages
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return get(filter=filters.messages).find_child(“messages”) or user_notify.Messages()
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 131, in get
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: data = netconf.get(filter=(“subtree”, filter) if filter is not None else None).data_ele
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/manager.py”, line 89, in wrapper
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self.execute(op_cls, *args, **kwds)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/foris/nuci/client.py”, line 94, in execute
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise_mode=cls._raise_mode).request(*args, **kwargs)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/retrieve.py”, line 65, in request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: return self._request(node)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/operations/rpc.py”, line 274, in _request
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: self._session.send(req)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: File “/usr/lib/python2.7/site-packages/ncclient/transport/session.py”, line 138, in send
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: raise TransportError(‘Not connected to NETCONF server’)
2016-12-27 17:11:43: (mod_fastcgi.c.2528) FastCGI-stderr: TransportError: Not connected to NETCONF server

Unknown package ‘collect-mod-rrdtool’.

root@turris:~# opkg install collect-mod-rrdtool
Unknown package 'collect-mod-rrdtool'.
Collected errors:
 * opkg_install_cmd: Cannot install package collect-mod-rrdtool.
root@turris:~# opkg install --force-reinstall collect-mod-rrdtool
No packages removed.
Unknown package 'collect-mod-rrdtool'.
Collected errors:
 * opkg_install_cmd: Cannot install package collect-mod-rrdtool.
root@turris:~# opkg install mod_rrdtool.c
Unknown package 'mod_rrdtool.c'.
Collected errors:
 * opkg_install_cmd: Cannot install package mod_rrdtool.c.
root@turris:~# opkg install librrd1
Package librrd1 (1.0.50-2) installed in root is up to date.
root@turris:~# opkg install rrdtool1
Package rrdtool1 (1.0.50-2) installed in root is up to date.
root@turris:~#

additional information on the problem of broken web interface

root@turris:~# opkg list-installed

    6in4 - 21-2
    6rd - 9-2
    6to4 - 12-2
    acl - 20160519-1
    ahcpd - 0.53-2
    alsa-lib - 1.1.0-1
    at - 3.1.16-2
    ath10k-firmware-qca988x-ct - 2016-09-13-b063774393b184c6e1626dec81cf5270cc213c69-2
    attr - 20160302-1
    badblocks - 1.42.12-1
    base-files - 177-r47055
    bash - 4.3.48-1
    bind-client - 9.9.8-P4-3
    bind-dig - 9.9.8-P4-3
    bind-libs - 9.9.8-P4-3
    blkdiscard - 2.25.2-5
    blkid - 2.25.2-5
    block-mount - 2015-05-24-09027fc86babc3986027a0e677aca1b6999a9e14-1
    br2684ctl - 2.5.2-5
    btrfs-progs - 4.5.1-1
    busybox - 1.25.1-1
    bzip2 - 1.0.6-2
    c-rehash - 1.7-3
    ca-certificates - 20150426
    cert-backup - 6
    cfdisk - 2.25.2-5
    chat - 2.4.7-10
    cifsmount - 6.4-1
    collectd - 4.10.8-3
    collectd-mod-apcups - 4.10.8-3
    collectd-mod-ascent - 4.10.8-3
    collectd-mod-bind - 4.10.8-3
    collectd-mod-conntrack - 4.10.8-3
    collectd-mod-contextswitch - 4.10.8-3
    collectd-mod-cpu - 4.10.8-3
    collectd-mod-curl - 4.10.8-3
    collectd-mod-df - 4.10.8-3
    collectd-mod-dns - 4.10.8-3
    collectd-mod-filecount - 4.10.8-3
    collectd-mod-fscache - 4.10.8-3
    collectd-mod-interface - 4.10.8-3
    collectd-mod-iwinfo - 4.10.8-3
    collectd-mod-load - 4.10.8-3
    collectd-mod-logfile - 4.10.8-3
    collectd-mod-madwifi - 4.10.8-3
    collectd-mod-memory - 4.10.8-3
    collectd-mod-netlink - 4.10.8-3
    collectd-mod-network - 4.10.8-3
    collectd-mod-rrdtool - 4.10.8-3
    collectd-mod-snmp - 4.10.8-3
    collectd-mod-thermal - 4.10.8-3
    collectd-mod-uptime - 4.10.8-3
    collectd-mod-users - 4.10.8-3
    collectd-mod-wireless - 4.10.8-3
    comgt - 0.32-25
    conntrack-tools - 1.4.2-1
    coreutils - 8.23-2
    coreutils-base64 - 8.23-2
    coreutils-timeout - 8.23-2
    create_notification - 44
    cryptsetup-openssl - 1.7.2-1
    curl - 7.51.0-1
    cznic-cacert-bundle - 34
    cznic-repo-keys - 4
    daemon-watchdog - 18
    davfs2 - 1.5.4-2
    ddns-scripts - 2.7.3-1
    diffutils - 3.3-2
    dnsmasq - 2.73-3
    dnssec-rootkey - 0.0.1-2
    dosfsck - 3.0.28-1
    ds-lite - 7-1
    e2fsprogs - 1.42.12-1
    ebtables - 2.0.10-4-3
    etherwake - 1.09-5
    fdisk - 2.25.2-5
    file - 5.25-1
    firewall - 2016-02-17
    foris - 74-1
    foris-diagnostics-plugin - 2-1
    fstools - 2015-05-24-09027fc86babc3986027a0e677aca1b6999a9e14-1
    fuse-utils - 2.9.3-2
    gdb - 7.8-3
    getbranch-deploy - 2
    glib2 - 2.46.2-2
    hd-idle - 1.04-2
    hdparm - 9.48-1
    hfsfsck - 332.25-1
    hostapd-common - 2016-09-05-2
    htop - 2.0.1-1
    https-cert - 4
    i2c-tools - 3.1.2-1
    ip - 4.0.0-3
    ip6tables - 1.4.21-3
    ip6tables-mod-nat - 1.4.21-3
    ipset - 6.24-1
    iptables - 1.4.21-3
    iptables-mod-conntrack-extra - 1.4.21-3
    iptables-mod-ipopt - 1.4.21-3
    iptables-mod-nflog - 1.4.21-3
    iptables-mod-tproxy - 1.4.21-3
    iw - 3.17-1
    iwinfo - 2016-09-21-fd9e17be0c43bd6b8df5371f0b353747bc563874-2
    jansson - 2.7-1
    jshn - 2015-06-14-d1c66ef1131d14f0ed197b368d03f71b964e45f8
    jsonfilter - 2014-06-19-cdc760c58077f44fc40adbbe41e1556a67c1b9a9
    kernel - 4.4.38-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ata-ahci - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ata-ahci-platform - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ata-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ata-mvebu-ahci - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ath - 4.4.38+2016-10-08-5-efe609c5e5f25db4116d69128330872c-1
    kmod-ath10k-ct - 4.4.38+2016-11-16-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ath9k - 4.4.38+2016-10-08-5-efe609c5e5f25db4116d69128330872c-1
    kmod-ath9k-common - 4.4.38+2016-10-08-5-efe609c5e5f25db4116d69128330872c-1
    kmod-atm - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-bridge - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-cfg80211 - 4.4.38+2016-10-08-5-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-aead - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-authenc - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-cbc - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-ccm - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-cmac - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-crc32c - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-ctr - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-deflate - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-des - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-ecb - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-fcrypt - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-gf128 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-hash - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-hmac - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-iv - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-manager - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-marvell-cesa - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-md4 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-md5 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-null - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-pcbc - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-pcompress - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-rng - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-seqiv - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-sha1 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-sha256 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-sha512 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-user - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-wq - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-crypto-xts - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-cryptodev - 4.4.38+1.8-mvebu-2
    kmod-dm - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-dnsresolver - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ebtables - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-afs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-autofs4 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-btrfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-cifs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-configfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-cramfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-exfat - 4.4.38+git-20151121-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-exportfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-ext4 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-f2fs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-fscache - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-hfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-hfsplus - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-isofs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-jfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-minix - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-msdos - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-nfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-nfs-common - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-nfsd - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-ntfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-udf - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-vfat - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fs-xfs - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-fuse - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-gre - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-hwmon-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-i2c-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-i2c-mv64xxx - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ifb - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-input-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ip6-tunnel - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ip6tables - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-conntrack - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-conntrack-extra - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-ipopt - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-ipset - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-nat - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-nat6 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-nflog - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ipt-tproxy - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-iptunnel - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-iptunnel4 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-iptunnel6 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-default-on - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-gpio - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-heartbeat - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-morse - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-netdev - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-netfilter - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-oneshot - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-timer - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-transient - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ledtrig-usbdev - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-crc-ccitt - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-crc-itu-t - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-crc16 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-crc32c - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-lzo - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-raid6 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-textsearch - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-xor - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-lib-zlib - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-llc - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-mac80211 - 4.4.38+2016-10-08-5-efe609c5e5f25db4116d69128330872c-1
    kmod-md-linear - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-md-mod - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-md-multipath - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-md-raid0 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-md-raid1 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-md-raid10 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-md-raid456 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-mii - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-mmc - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-mppe - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-mvsdio - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-conntrack - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-conntrack-netlink - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-conntrack6 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-ipt - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-ipt6 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-nat - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-nat6 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-nathelper - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nf-nathelper-extra - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nfnetlink - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nfnetlink-log - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nfnetlink-nfacct - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-base - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp1250 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp1251 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp437 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp775 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp850 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp852 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp862 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp864 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp866 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-cp932 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-iso8859-1 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-iso8859-13 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-iso8859-15 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-iso8859-2 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-iso8859-6 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-iso8859-8 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-koi8r - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-nls-utf8 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-ppp - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-pppoa - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-pppoe - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-pppox - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-rxrpc - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-sched - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-sched-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-scsi-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-sit - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-slhc - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-sound-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-stp - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-thermal - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-thermal-armada - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-tun - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-core - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-net - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-net-cdc-ether - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-net-qmi-wwan - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-net-rndis - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-serial - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-serial-option - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-serial-qualcomm - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-serial-wwan - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-storage - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-storage-extras - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-uhci - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb-wdm - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb2 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-usb3 - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    kmod-wdt-orion - 4.4.38+1-1-efe609c5e5f25db4116d69128330872c-1
    knot-libdnssec - 2.3.0-2
    knot-libknot - 2.3.0-2
    knot-libzscanner - 2.3.0-2
    knot-resolver - 1.1.1-8
    lcollect - 117
    lcollect-majordomo - 27
    libacl - 20160519-1
    libatsha204 - 25
    libattr - 20160302-1
    libblkid - 2.25.2-5
    libblobmsg-json - 2015-06-14-d1c66ef1131d14f0ed197b368d03f71b964e45f8
    libbz2 - 1.0.6-2
    libc - 1.1.11-4
    libcap - 2.24-1
    libcurl - 7.51.0-1
    libdb47 - 4.7.25.4.NC-5
    libdbi - 0.9.0-4
    libdevmapper - 2.02.145-1
    libelf1 - 0.161-2
    libevent2 - 2.0.22-1
    libeventlog - 0.2.9-2
    libexif - 0.6.21-1
    libexpat - 2.1.0-3
    libext2fs - 1.42.12-1
    libffi - 3.2.1-2
    libffmpeg - 2.7.6-1
    libflac - 1.3.1-3
    libfuse - 2.9.3-2
    libgcc - 4.8-linaro-4
    libgcrypt - 1.6.1-2
    libgdbm - 1.11-2
    libgmp - 6.0.0-1
    libgnutls - 3.4.15-1
    libgpg-error - 1.12-2
    libid3tag - 0.15.1b-4
    libip4tc - 1.4.21-3
    libip6tc - 1.4.21-3
    libiwinfo - 2016-09-21-fd9e17be0c43bd6b8df5371f0b353747bc563874-2
    libiwinfo-lua - 2016-09-21-fd9e17be0c43bd6b8df5371f0b353747bc563874-2
    libjpeg - 6b-2
    libjson-c - 0.12-1
    libjson-script - 2015-06-14-d1c66ef1131d14f0ed197b368d03f71b964e45f8
    libldns - 1.6.17-2
    libltdl - 2.4-1
    liblua - 5.1.5-1
    liblzma - 5.2.2-1
    liblzo - 2.08-1
    libmagic - 5.25-1
    libmnl - 1.0.3-2
    libmount - 2.25.2-5
    libncurses - 5.9-2
    libneon - 0.30.0-2
    libnetconf - 11
    libnetfilter-acct - 1.0.2-1
    libnetfilter-conntrack - 1.0.4-1
    libnetfilter-cthelper - 1.0.0-1
    libnetfilter-cttimeout - 1.0.0-1
    libnetfilter-log - 1.0.1-1
    libnetfilter-queue - 1.0.2-1
    libnetsnmp - 5.4.4-3
    libnettle - 3.1.1-1
    libnfnetlink - 1.0.1-1
    libnl-tiny - 0.1-4
    libogg - 1.3.2-2
    libopenssl - 1.0.2j-1
    libpcap - 1.5.3-1
    libpcre - 8.39-1
    libpopt - 1.16-1
    libpthread - 1.1.11-4
    libreadline - 6.3-1
    librpc - 2015-04-10-308e9964bfb623773dc0dcc99ef9d18d1551d6ae
    librrd1 - 1.0.50-2
    librt - 1.1.11-4
    libsensors - 3.3.5-3
    libsmartcols - 2.25.2-5
    libspeex - 1.2rc1-1
    libsqlite3 - 3140200-1
    libsysfs - 2.1.0-2
    libubox - 2015-06-14-d1c66ef1131d14f0ed197b368d03f71b964e45f8
    libubus - 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
    libubus-lua - 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
    libuci - 2015-04-09.1-2
    libuci-lua - 2015-04-09.1-2
    libunbound - 1.5.10-5
    libusb-1.0 - 1.0.19-1
    libuuid - 2.25.2-5
    libuv - 1.6.1-1
    libvorbis - 1.3.5-1
    libwrap - 7.6-1
    libxml2 - 2.9.4-1
    libxslt - 1.1.28-2
    libxtables - 1.4.21-3
    lighttpd - 1.4.42-2
    lighttpd-mod-alias - 1.4.42-2
    lighttpd-mod-cgi - 1.4.42-2
    lighttpd-mod-fastcgi - 1.4.42-2
    lighttpd-mod-rrdtool - 1.4.42-2
    lighttpd-mod-setenv - 1.4.42-2
    linux-atm - 2.5.2-5
    lm-sensors - 3.3.5-3
    logrotate - 3.8.1-8
    logsend - 43
    losetup - 2.25.2-5
    lsblk - 2.25.2-5
    lua - 5.1.5-1
    luajit - 2.0.4-1
    luasec - 0.5.1-1
    luasocket - 3.0-rc1-20130909-3
    luci - git-16.335.29518-5ca9e5d-1
    luci-app-ahcp - git-16.335.29518-5ca9e5d-1
    luci-app-commands - git-16.335.29518-5ca9e5d-1
    luci-app-ddns - 2.4.6-2
    luci-app-firewall - git-16.335.29518-5ca9e5d-1
    luci-app-hd-idle - git-16.335.29518-5ca9e5d-1
    luci-app-majordomo - 3
    luci-app-minidlna - git-16.335.29518-5ca9e5d-1
    luci-app-mjpg-streamer - git-16.335.29518-5ca9e5d-1
    luci-app-ntpc - git-16.335.29518-5ca9e5d-1
    luci-app-rainbow - 2
    luci-app-samba - git-16.335.29518-5ca9e5d-1
    luci-app-sqm - 1.0.7-1
    luci-app-statistics - git-16.335.29518-5ca9e5d-1
    luci-app-tinyproxy - git-16.335.29518-5ca9e5d-1
    luci-app-transmission - git-16.335.29518-5ca9e5d-1
    luci-app-upnp - git-16.335.29518-5ca9e5d-1
    luci-app-watchcat - git-16.335.29518-5ca9e5d-1
    luci-app-wol - git-16.335.29518-5ca9e5d-1
    luci-base - git-16.335.29518-5ca9e5d-4
    luci-i18n-ahcp-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-ahcp-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-base-cs - git-16.335.29518-5ca9e5d-4
    luci-i18n-base-en - git-16.335.29518-5ca9e5d-4
    luci-i18n-commands-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-commands-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-ddns-cs - 2.4.6-2
    luci-i18n-firewall-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-firewall-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-hd-idle-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-hd-idle-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-minidlna-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-minidlna-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-ntpc-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-ntpc-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-samba-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-samba-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-statistics-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-statistics-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-tinyproxy-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-tinyproxy-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-transmission-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-transmission-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-upnp-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-upnp-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-watchcat-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-watchcat-en - git-16.335.29518-5ca9e5d-1
    luci-i18n-wol-cs - git-16.335.29518-5ca9e5d-1
    luci-i18n-wol-en - git-16.335.29518-5ca9e5d-1
    luci-lib-ip - git-16.335.29518-5ca9e5d-1
    luci-lib-jsonc - git-16.335.29518-5ca9e5d-1
    luci-lib-nixio - git-16.335.29518-5ca9e5d-1
    luci-mod-admin-full - git-16.335.29518-5ca9e5d-2
    luci-proto-3g - git-16.335.29518-5ca9e5d-1
    luci-proto-ipv6 - git-16.335.29518-5ca9e5d-1
    luci-proto-openconnect - git-16.335.29518-5ca9e5d-1
    luci-proto-ppp - git-16.335.29518-5ca9e5d-1
    luci-proto-relay - git-16.335.29518-5ca9e5d-1
    luci-proto-vpnc - 1.0.0-2
    luci-theme-bootstrap - git-16.335.29518-5ca9e5d-1
    lvm2 - 2.02.145-1
    mc - 4.8.17-3
    mdadm - 3.2.5-1
    minidlna - 1.1.5-4
    miniupnpd - 2.0-1
    mitmproxy - 0.4.1-4
    mjpg-streamer - r182-9
    mkdosfs - 3.0.28-1
    mkhfs - 332.25-1
    mount-utils - 2.25.2-5
    mountd - 0.1-6
    msmtp - 1.6.2-2
    mtd - 21
    nethist - 13
    netifd - 2016-08-23-2d01488e83f2488c6f1f56309e792d7bc495677f
    nfs-kernel-server - 1.3.3-3
    nfs-kernel-server-utils - 1.3.3-3
    nikola - 41
    ntfs-3g - 2015.3.14-1-fuseext
    ntfs-3g-utils - 2015.3.14-1-fuseext
    ntpclient - 2010_365-2
    ntpdate - 4.2.8p7-1
    nuci - 141
    nuci-diagnostics - 141
    nuci-nethist - 141
    odhcp6c - 2015-07-13-024525798c5f6aba3af9b2ef7b3af2f3c14f1db8
    odhcpd - 2015-05-21-2ebf6c8216287983779c8ec6597d30893b914a7c
    oneshot - 20
    openconnect - 7.06-5
    openssh-client - 7.3p1-1
    openssh-client-utils - 7.3p1-1
    openssh-keygen - 7.3p1-1
    openssh-moduli - 7.3p1-1
    openssh-server - 7.3p1-1
    openssh-sftp-client - 7.3p1-1
    openssh-sftp-server - 7.3p1-1
    openssl-util - 1.0.2j-1
    openvpn-openssl - 2.3.6-6
    opkg - 9c97d5ecd795709c8584e972bfdf3aee3a5b846d-17
    opkg-trans - 49
    ouidb - 3
    partx-utils - 2.25.2-5
    portmap - 6.0-4
    ppp - 2.4.7-10
    ppp-mod-pppoa - 2.4.7-10
    ppp-mod-pppoe - 2.4.7-10
    pptpd - 1.4.0-3
    procd - 2015-08-16-0da5bf2ff222d1a499172a6e09507388676b5a08
    procd-nand - 2015-08-16-0da5bf2ff222d1a499172a6e09507388676b5a08
    psmisc - 22.16-1
    pyopenssl - 0.10-1
    python - 2.7.12-9
    python-base - 2.7.12-9
    python-beaker - 1.6.4-2
    python-bottle - 0.12.7-2
    python-bottle-i18n - 0.1.5-1
    python-codecs - 2.7.12-9
    python-compiler - 2.7.12-9
    python-crypto - 2.6.1-1
    python-ctypes - 2.7.12-9
    python-db - 2.7.12-9
    python-decimal - 2.7.12-9
    python-distutils - 2.7.12-9
    python-email - 2.7.12-9
    python-flup - 1.0.2-2
    python-gdbm - 2.7.12-9
    python-libatsha204 - 25
    python-light - 2.7.12-9
    python-logging - 2.7.12-9
    python-multiprocessing - 2.7.12-9
    python-ncclient - 0.4pre-2
    python-ncurses - 2.7.12-9
    python-openssl - 2.7.12-9
    python-pyasn1 - 0.1.9-1
    python-pydoc - 2.7.12-9
    python-sqlite3 - 2.7.12-9
    python-twisted - 14.0.2-3
    python-unittest - 2.7.12-9
    python-xml - 2.7.12-9
    rainbow-omnia - 3
    relayd - 2015-03-13-2970ff60bac6b70ecb682779d5c776dc559dc0b9
    resize2fs - 1.42.12-1
    resolveip - 2
    resolver-conf - 0.0.1-7
    rpcd - 2015-05-17-3d655417ab44d93aad56a6d4a668daf24b127b84-2
    rrdcgi1 - 1.0.50-2
    rrdtool1 - 1.0.50-2
    rsync - 3.1.2-1
    rsyncd - 3.1.2-1
    samba36-client - 3.6.25-5
    samba36-server - 3.6.25-5
    schnapps - 0.9-1
    sfdisk - 2.25.2-5
    sfpswitch - 5
    shadow - 4.2.1-6
    shadow-chage - 4.2.1-6
    shadow-common - 4.2.1-6
    shadow-groupadd - 4.2.1-6
    shadow-groupdel - 4.2.1-6
    shadow-groupmod - 4.2.1-6
    shadow-groups - 4.2.1-6
    shadow-passwd - 4.2.1-6
    shadow-su - 4.2.1-6
    shadow-useradd - 4.2.1-6
    shadow-userdel - 4.2.1-6
    shadow-usermod - 4.2.1-6
    shadow-utils - 4.2.1-6
    smartd - 6.5-1
    smartmontools - 6.5-1
    socat - 1.7.3.1-4
    sqm-scripts - 1.0.7-1
    sshfs - 2.5-2
    start-indicator - 1
    swap-utils - 2.25.2-5
    swconfig - 12
    sysfsutils - 2.1.0-2
    syslog-ng3 - 3.0.9-4
    tar - 1.29-2
    tc - 4.0.0-3
    tcpdump - 4.5.1-4
    terminfo - 5.9-2
    thermometer - 3
    tinyproxy - 1.8.3-2
    transmission-daemon-openssl - 2.92-3
    tune2fs - 1.42.12-1
    turris-diagnostics - 1
    turris-firewall-rules - 62
    turris-version - 3.4
    ubi-utils - 1.5.1-2
    uboot-envtools - 2014.10-2
    ubox - 2015-07-14-907d046c8929fb74e5a3502a9498198695e62ad8
    ubus - 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
    ubusd - 2015-05-25-f361bfa5fcb2daadf3b160583ce665024f8d108e
    uci - 2015-04-09.1-2
    uclibcxx - 0.2.4-1
    ucollect-badconf - 25
    ucollect-bandwidth - 21
    ucollect-config - 117
    ucollect-count - 28
    ucollect-diffstore - 1.2
    ucollect-fake - 22
    ucollect-flow - 32
    ucollect-fwup - 12
    ucollect-lib - 117
    ucollect-meta - 6
    ucollect-prog - 117
    ucollect-refused - 13
    ucollect-sniff - 18
    ucollect-spoof - 8
    udev - 173-1
    ulogd - 2.0.5-2
    ulogd-mod-pcap - 2.0.5-2
    unbound - 1.5.10-5
    unbound-anchor - 1.5.10-5
    update_mac - 1
    updater-ng - 49
    uqmi - 2015-09-09-c61815319c1c0e76898048a19151f30844a6989c
    usb-modeswitch - 2014-08-26-993a9a542791953c4804f7ddbb3a07756738e37a
    usbutils - 007-1
    user_notify - 44
    userlists - 3
    usign - 2015-05-08-cf8dcdb8a4e874c77f3e9a8e9b643e8c17b19131
    vim-full - 7.4-3
    vixie-cron - 7
    vpnc - 0.5.3.r550-5
    vpnc-scripts - 20151220-1
    vsftpd - 3.0.3-1
    watchcat - 1-6
    watchdog_adjust - 2
    wget - 1.18-1
    wireless-tools - 29-5
    wol - 0.7.1-3
    wpad - 2016-09-05-2
    xfs-fsck - 3.1.7-1
    xfs-growfs - 3.1.7-1
    xfs-mkfs - 3.1.7-1
    xz - 5.2.2-1
    xz-utils - 5.2.2-1
    zlib - 1.2.8-1
    zope-interface - 4.1.1-1
    root@turris:~#

nothing help for me I make factory reset + download latest updates and works fine for 2 days

Yep, sometimes it is better to rollback to some working snapshot or factory-reset and start again. I am creating my snapshot via schnapps everytime i am going to play with some new service, it saved my a$$ many times.

1 Like

Many attempts for fix problems (graphs and non accesible web interfase) without result. Thanks Maxmilian_Picmaus for many privat messages to attempt to solve a problem.

My issues are finnaly removed with a gradual attempt to history … “schnapps rollback 12” … snapshot no.12 dated 11.12.2016, Web interface and charts are functional.

Again I must to remove old errors in FW (open port 53) and some odds and ends.

Now I run a detailed diary of changes and I’m gonna do a configuration backup for each installed version of the OS. I have a feeling that the backup config can contain an older version is not usable after you upgrade the OS.

Data Majorodomo a RRDtool are sets /mnt/sda1/rrd
/mnt/sda1/majordomo_db.

Perhaps some misfortune will not happen after upgrading to the latest version.

1 Like

today problem with IOError(32, ‘Broken pipe’)

Stack trace apear again nothing changed on omnia

Based on your logs could it be that nuci process has died for some reason? The web UI launches nuci for reading and setting the configuration of router (UCI). This is what it is supposed to look like:

# pstree | grep -A1 -B0 nuci
      |-lighttpd---python-+-nuci
      |                   `-6*[{python}]

I just started the device for the first time and experienced the same problem after each restart. It went away, after I picked a new IP range for the LAN interface (it was previously in the same range as my WAN interface). Or was it just coincidence, @jast?

Still it’s not fixed in Turris 1.x (3.5)

log: http://pastebin.com/iwgr6agB

There seem to be many different issues described in this thread where the symptom is the same (lighttpd stop working) so it will probably take some time to fix all the issues and some of those are misconfigurations so there might not be fixes for the all issues.

Clear cookies in the browser and see if it fixes your issue.

Have you installed YouSee-API software? It seems that the issue is caused by a third party software.

Similar issue, but no fix:

1 Like

I don’t have PyLoad right now.
Only what I did - I installed tvheadend (web UI works) and also LuCI works. What doesnt work is Foris.
Restart lightppd doesn’t work.

LuCI uses different web framework than Foris. Wild guess: some web application like tvheadend sets a cookie which the web framework that Foris is using doesn’t like (there are characters in the cookie that it considers illegal). Unless the application sets a path for its cookies all the web applications installed to Omnia see them.