Yes there appears to be network problems. I’m running the pihole docker but have been running it for weeks without any issues like this. When I opened the network page of the UI, there were two ethernet devices, one of which was off. I deleted it and restarted twice which fixed a temporary issue I had had with utorrent not downloading. There is another device for dockers (docker0).
On the logs front here is what looks like a relevant portion of the system log after I requested an update check:
Here is from what I think is a restart. The bridge config unknown is kind of weird and I have to restart the system twice to get access to the webui:
[13/Jun/2017 07:29:49] ERROR [storageadmin.views.network:81] Unknown ctype: bridge config: {}
[13/Jun/2017 07:30:49] ERROR [storageadmin.views.network:81] Unknown ctype: bridge config: {}
[13/Jun/2017 07:30:58] ERROR [storageadmin.views.network:81] Unknown ctype: bridge config: {}
[13/Jun/2017 07:31:05] ERROR [storageadmin.views.network:81] Unknown ctype: bridge config: {}
[13/Jun/2017 07:42:33] DEBUG [storageadmin.views.command:161] Bootstrap operations completed
Definitely appears to be timeout / network issues as when I try to update the rockon definitions:
[13/Jun/2017 08:03:21] ERROR [storageadmin.util:40] Error while processing Rock-on profile at http://rockstor.com/rockons/NZBHydra.json. Lower level exception: timed out
What looks like a repeat of the error displayed by the webui:
[13/Jun/2017 08:11:44] ERROR [storageadmin.util:44] exception: Unable to check update due to a system error: Error running a command. cmd = /usr/bin/yum changelog 2017-Mar-18 rockstor. rc = 1. stdout = ['Loaded plugins: changelog, fastestmirror', '']. stderr = ['Traceback (most recent call last):', ' File "/usr/bin/yum", line 29, in ', ' yummain.user_main(sys.argv[1:], exit_code=True)', ' File "/usr/share/yum-cli/yummain.py", line 370, in user_main', ' errcode = main(args)', ' File "/usr/share/yum-cli/yummain.py", line 179, in main', ' result, resultmsgs = base.doCommands()', ' File "/usr/share/yum-cli/cli.py", line 573, in doCommands', ' return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)', ' File "/usr/lib/yum-plugins/changelog.py", line 215, in doCommand', " if self._since_dto == dateutil_parser.parse('garbage', fuzzy=True):", ' File "/usr/lib/python2.7/site-packages/dateutil/parser.py", line 1168, in parse', ' return DEFAULTPARSER.parse(timestr, **kwargs)', ' File "/usr/lib/python2.7/site-packages/dateutil/parser.py", line 562, in parse', ' raise ValueError("String does not contain a date.")', 'ValueError: String does not contain a date.', '']
Traceback (most recent call last):
File "/opt/rockstor/src/rockstor/storageadmin/views/command.py", line 188, in post
return Response(update_check(subscription=subo))
File "/opt/rockstor/src/rockstor/system/pkg_mgmt.py", line 163, in update_check
o, e, rc = run_command([YUM, 'changelog', date, pkg])
File "/opt/rockstor/src/rockstor/system/osi.py", line 110, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/yum changelog 2017-Mar-18 rockstor. rc = 1. stdout = ['Loaded plugins: changelog, fastestmirror', '']. stderr = ['Traceback (most recent call last):', ' File "/usr/bin/yum", line 29, in ', ' yummain.user_main(sys.argv[1:], exit_code=True)', ' File "/usr/share/yum-cli/yummain.py", line 370, in user_main', ' errcode = main(args)', ' File "/usr/share/yum-cli/yummain.py", line 179, in main', ' result, resultmsgs = base.doCommands()', ' File "/usr/share/yum-cli/cli.py", line 573, in doCommands', ' return self.yum_cli_commands[self.basecmd].doCommand(self, self.basecmd, self.extcmds)', ' File "/usr/lib/yum-plugins/changelog.py", line 215, in doCommand', " if self._since_dto == dateutil_parser.parse('garbage', fuzzy=True):", ' File "/usr/lib/python2.7/site-packages/dateutil/parser.py", line 1168, in parse', ' return DEFAULTPARSER.parse(timestr, **kwargs)', ' File "/usr/lib/python2.7/site-packages/dateutil/parser.py", line 562, in parse', ' raise ValueError("String does not contain a date.")', 'ValueError: String does not contain a date.', '']
[13/Jun/2017 08:11:44] DEBUG [storageadmin.util:45] Current Rockstor version: 3.9.0-0
So the currently running version is 3.9.0-0 and the specific error thrown seems really weird “ValueError: String does not contain a date” in the traceback. I don’t know maybe some sort of timeserver issue or just something wrong with the very basics of my network config. Is there any other info you want or should I just attempt to fix this by reinstalling rockstor?