Hello dears,
I’m testing Rockstor (RS) 3.8.13 on an ASUS P10S-E/4L (https://www.asus.com/Commercial-Servers-Workstations/P10S-E-4L/)
This board, besides the IKVM mgmt interface which is currently not in use, has 4x I210 interfaces.
Of these (labeled enp7s0 - enp10s0), only one (enp7s0) is currently connected.
During install, i set up a VLAN interface (vlan30) as this server is connected to an NetGear GS110TP (http://www.netgear.com/support/product/GS110TP), and then an old Cisco RVS4000 router. The Cisco is acting as the DCHP sever as well, with reserved IPs in the 10.1.3.x range for the vlan ID of 30. The switch and the router only accept tagged packets, all others are discarded on the ports.
(Sidenote: Without an active vlan and therefore active I-net connection, Rockstor did not successfully enable the webui during my first tests with 3.8.12 for the initial install. Entering my vlan setup afterwards via console using nmtui, i was also not able to get the webui up.)
After boot, RS shows web-ui is accessible on 10.1.3.xx (reserved on the Cisco for the MAC of ‘enp7s0’) and it really is.
Upon creation of the admin user, the circle spins. Actually, was spinning endlessly. Upon clicking again on submit, webui complains that this user is already existing - so it was created. When pressing F5/refreshing the browser tab, the admin user is shown as logged in, and can logoff/login again. What happens now is different between releases:
-
For 3.8.12 the view initialization JS routine was hung in (it seems) recursion -> unfortunately i haven’t kept these messages from Firefox Webdev console.
-
For 3.8.13 the UI complains actively about missing network interfaces, so i downloaded the logs as provided:
[supervisord_data-collector_stderr.log]
-----8<-----
Traceback (most recent call last):
File “/opt/rockstor/eggs/gevent-1.0.2-py2.7-linux-x86_64.egg/gevent/greenlet.py”, line 327, in run
result = self._run(*self.args, **self.kwargs)
File “/opt/rockstor/src/rockstor/smart_manager/data_collector.py”, line 354, in prune_logs
self.aw.api_call(‘sm/tasks/log/prune’, data=None, calltype=‘post’, save_error=False)
File “/opt/rockstor/src/rockstor/cli/api_wrapper.py”, line 79, in api_call
self.set_token()
File “/opt/rockstor/src/rockstor/cli/api_wrapper.py”, line 48, in set_token
app = OauthApp.objects.get(name=settings.OAUTH_INTERNAL_APP)
File “/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/models/manager.py”, line 151, in get
return self.get_queryset().get(*args, **kwargs)
File “/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/models/query.py”, line 310, in get
self.model._meta.object_name)
DoesNotExist: OauthApp matching query does not exist.
<Greenlet at 0x2d42870: <bound method SysinfoNamespace.prune_logs of <smart_manager.data_collector.SysinfoNamespace object at 0x2d45590>>> failed with DoesNotExist
-----8<-----
[gunicorn.log]
-----8<-----
2016-05-04 18:38:10 [13107] [INFO] Starting gunicorn 0.16.1
2016-05-04 18:38:10 [13107] [INFO] Listening at: http://127.0.0.1:8000 (13107)
2016-05-04 18:38:10 [13107] [INFO] Using worker: sync
2016-05-04 18:38:10 [13120] [INFO] Booting worker with pid: 13120
2016-05-04 18:38:10 [13121] [INFO] Booting worker with pid: 13121
-----8<-----
[rockstor.log]
-----8<-----
[04/May/2016 18:38:10] DEBUG [smart_manager.data_collector:403] Listening on port http://127.0.0.1:8080 and on port 10843 (flash policy server)
[04/May/2016 18:38:44] ERROR [smart_manager.data_collector:342] Failed to update disk state… exception: OauthApp matching query does not exist.
[04/May/2016 18:38:44] ERROR [smart_manager.data_collector:342] Failed to update pool state… exception: OauthApp matching query does not exist.
[04/May/2016 18:38:44] ERROR [smart_manager.data_collector:342] Failed to update share state… exception: OauthApp matching query does not exist.
[04/May/2016 18:38:44] ERROR [smart_manager.data_collector:342] Failed to update snapshot state… exception: OauthApp matching query does not exist.
[04/May/2016 18:39:23] ERROR [storageadmin.views.network:85] Unknown ctype: vlan config: {}
[04/May/2016 18:38:44] ERROR [smart_manager.data_collector:320] failed to update Rock-on metadata. low-level exception: OauthApp matching query does not exist.
[04/May/2016 18:39:23] ERROR [storageadmin.util:46] request path: /api/network/refresh method: POST data: <QueryDict: {}>
[04/May/2016 18:39:23] ERROR [storageadmin.util:47] exception: NetworkConnection matching query does not exist.
Traceback (most recent call last):
File “/opt/rockstor/src/rockstor/rest_framework_custom/generic_view.py”, line 40, in _handle_exception
yield
File “/opt/rockstor/src/rockstor/storageadmin/views/network.py”, line 361, in post
self._refresh_connections()
File “/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/transaction.py”, line 371, in inner
return func(*args, **kwargs)
File “/opt/rockstor/src/rockstor/storageadmin/views/network.py”, line 136, in _refresh_connections
slave_co.master = NetworkConnection.objects.get(name=e[‘master’])
File “/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/models/manager.py”, line 151, in get
return self.get_queryset().get(*args, **kwargs)
File “/opt/rockstor/eggs/Django-1.6.11-py2.7.egg/django/db/models/query.py”, line 310, in get
self.model._meta.object_name)
DoesNotExist: NetworkConnection matching query does not exist.
[04/May/2016 18:39:23] DEBUG [storageadmin.util:48] Current Rockstor version: 3.8-13
-----8<-----
[supervisord.log]
-----8<-----
2016-05-04 18:38:09,568 CRIT Supervisor running as root (no user in config file)
2016-05-04 18:38:09,581 INFO RPC interface ‘supervisor’ initialized
2016-05-04 18:38:09,581 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
2016-05-04 18:38:09,581 INFO supervisord started with pid 13091
2016-05-04 18:38:10,589 INFO spawned: ‘nginx’ with pid 13106
2016-05-04 18:38:10,593 INFO spawned: ‘gunicorn’ with pid 13107
2016-05-04 18:38:10,595 INFO spawned: ‘data-collector’ with pid 13108
2016-05-04 18:38:10,597 INFO spawned: ‘ztask-daemon’ with pid 13109
2016-05-04 18:38:12,673 INFO success: data-collector entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
2016-05-04 18:38:12,673 INFO success: ztask-daemon entered RUNNING state, process has stayed up for > than 2 seconds (startsecs)
2016-05-04 18:38:15,678 INFO success: nginx entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
2016-05-04 18:38:15,678 INFO success: gunicorn entered RUNNING state, process has stayed up for > than 5 seconds (startsecs)
-----8<-----
[ztask.log]
-----8<-----
2016-05-04 18:38:10,831 - ztaskd - INFO - Server starting on ipc:///var/run/rockon-ztaskd.
-----8<-----
The other ones were empty.
I’m not able to setup any interface role therefore.