Hi,
Device RK3188, I successfully installed "Armbian_22.02.0-trunk_Rk3188_bullseye_current_5.10.96.img", OMV6, and OMV-Extras.
But I can't install Docker in OMV-Extras. Always the same message: Installed and not running
Also I try with "Armbian_21.08.0-trunk_Rk3188_buster_current_5.10.52.img" and OMV5 but the same problem... Installed and not running
This is the log on installing Docker via OMV-Extras:
Code
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/docker.service.d
└─waitAllMounts.conf
Active: activating (auto-restart) (Result: exit-code) since Tue 2023-02-07 21:11:24 UTC; 38ms ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 4173 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 4173 (code=exited, status=1/FAILURE)
CPU: 727ms
dpkg: error processing package docker-ce (--configure):
installed docker-ce package post-installation script subprocess returned error exit status 1
Processing triggers for man-db (2.9.4-2) ...
Errors were encountered while processing:
docker-ce
Failed to install docker.
Try fixing install...
Reading package lists...
Building dependency tree...
Reading state information...
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up docker-ce (5:23.0.0-1~debian.11~bullseye) ...
Job for docker.service failed because the control process exited with error code.
See "systemctl status docker.service" and "journalctl -xe" for details.
invoke-rc.d: initscript docker, action "start" failed.
● docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/docker.service.d
└─waitAllMounts.conf
Active: activating (auto-restart) (Result: exit-code) since Tue 2023-02-07 21:11:57 UTC; 37ms ago
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 5339 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock (code=exited, status=1/FAILURE)
Main PID: 5339 (code=exited, status=1/FAILURE)
CPU: 710ms
dpkg: error processing package docker-ce (--configure):
installed docker-ce package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
docker-ce
** CONNECTION LOST **
Display More
Log with systemctl status docker.service:
Code
docker.service - Docker Application Container Engine
Loaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset>
Drop-In: /etc/systemd/system/docker.service.d
└─waitAllMounts.conf
Active: failed (Result: exit-code) since Tue 2023-02-07 21:12:09 UTC; 2min>
TriggeredBy: ● docker.socket
Docs: https://docs.docker.com
Process: 5503 ExecStart=/usr/bin/dockerd -H fd:// --containerd=/run/contain>
Main PID: 5503 (code=exited, status=1/FAILURE)
CPU: 932ms
Log with journalctl -xe
Code
░░ The job identifier is 86.
Feb 07 21:02:46 rk3188 systemd-udevd[389]: Using default interface naming schem>
Feb 07 21:02:46 rk3188 systemd[1]: Finished Raise network interfaces.
░░ Subject: A start job for unit networking.service has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit networking.service has finished successfully.
░░
░░ The job identifier is 109.
Feb 07 21:02:46 rk3188 systemd[1]: Found device /dev/ttyS2.
░░ Subject: A start job for unit dev-ttyS2.device has finished successfully
░░ Defined-By: systemd
░░ Support: https://www.debian.org/support
░░
░░ A start job for unit dev-ttyS2.device has finished successfully.
░░
░░ The job identifier is 120.
Feb 07 21:02:46 rk3188 systemd-udevd[389]: ethtool: autonegotiation is unset or>
Feb 07 21:02:46 rk3188 kernel: Registered IR keymap rc-empty
Feb 07 21:02:46 rk3188 kernel: rc rc0: gpio_ir_recv as /devices/platform/gpio-i>
Feb 07 21:02:46 rk3188 kernel: rc rc0: lirc_dev: driver gpio_ir_recv registered>
Feb 07 21:02:46 rk3188 kernel: input: gpio_ir_recv as /devices/platform/gpio-ir>
Display More
Any idea/solution?
Thank you