Hello again,
Today I installed two new drives in my machine.
- I shut the machine down installed drives
- Installed drives
- Restarted
Now the Rock-ons/docker will not start. Any help is appreciated.
Rockstor Logs shows:
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:20:26] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:20:26] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:20:26] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:20:33] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:20:33] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:20:33] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:35:56] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:35:56] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:35:56] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:00] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:00] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:36:00] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:03] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:03] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:36:03] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:30] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:30] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:36:30] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:33] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:33] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:36:33] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:34] ERROR [system.osi:222] non-zero code(1) returned by command: ['/usr/bin/systemctl', 'start', 'docker']. output: [''] error: ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
[03/Dec/2023 13:36:34] ERROR [storageadmin.middleware:33] Exception occurred while processing a request. Path: /api/sm/services/docker/start method: POST
[03/Dec/2023 13:36:34] ERROR [storageadmin.middleware:34] Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.', '']
Traceback (most recent call last):
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/views/generic/base.py", line 71, in view
return self.dispatch(request, *args, **kwargs)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 452, in dispatch
response = self.handle_exception(exc)
File "/opt/rockstor/eggs/djangorestframework-3.1.1-py2.7.egg/rest_framework/views.py", line 449, in dispatch
response = handler(request, *args, **kwargs)
File "/opt/rockstor/eggs/Django-1.8.16-py2.7.egg/django/utils/decorators.py", line 145, in inner
return func(*args, **kwargs)
File "/opt/rockstor/src/rockstor/smart_manager/views/docker_service.py", line 102, in post
systemctl(self.name, "start")
File "/opt/rockstor/src/rockstor/system/services.py", line 81, in systemctl
return run_command(arg_list, log=True)
File "/opt/rockstor/src/rockstor/system/osi.py", line 224, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/bin/systemctl start docker. rc = 1. stdout = ['']. stderr = ['Job for docker.service failed because the control process exited with error code.', 'See "systemctl status docker.service" and "journalctl -xe" for details.',
systemctl status docker.service
Shows
Tesseract:~ # systemctl status docker.service
● docker.service - Docker Application Container Engine
Loaded: loaded (/etc/systemd/system/docker.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2023-12-03 14:05:24 CST; 27s ago
Docs: http://docs.docker.com
Process: 6340 ExecStart=/usr/bin/dockerd --add-runtime oci=/usr/sbin/docker-runc $DOCKER_NETWORK_OPTIONS $DOCKER_OPTS --config-file /opt/rockstor/conf/d>
Main PID: 6340 (code=exited, status=1/FAILURE)
Dec 03 14:05:24 Tesseract systemd[1]: docker.service: Scheduled restart job, restart counter is at 3.
Dec 03 14:05:24 Tesseract systemd[1]: Stopped Docker Application Container Engine.
Dec 03 14:05:24 Tesseract systemd[1]: docker.service: Start request repeated too quickly.
Dec 03 14:05:24 Tesseract systemd[1]: docker.service: Failed with result 'exit-code'.
Dec 03 14:05:24 Tesseract systemd[1]: Failed to start Docker Application Container Engine.