[SOLVED] Rockon installations fail (Rockstor 3.9.2-57)

Yes, I enabled the Rockon service, and docker is running:

[root@rockstor ~]# systemctl list-unit-files | grep -E 'docker|rock'
docker.service                                enabled
rockstor-bootstrap.service                    enabled
rockstor-fstrim.service                       static
rockstor-pre.service                          enabled
rockstor.service                              enabled
docker.socket                                 disabled
rockstor-fstrim.timer                         disabled

Unfortunately journalctl -xe | grep dockerd has nothing to say, zero output. Also no docker images exist:

[root@rockstor ~]# docker ps -a
CONTAINER ID        IMAGE               COMMAND             CREATED             STATUS              PORTS               NAMES
[root@rockstor ~]# docker images ls
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE

I hadn’t tried the delete-rockon script because of the above, but running it anyways, I get some errors in the logs, and then the same message when trying to reinstall:

[07/Jun/2020 15:34:11] ERROR [system.osi:174] non-zero code(1) returned by command: ['/usr/bin/docker', 'stop', 'embyserver']. output: [''] error: ['Error response from daemon: No such container: embyserver', '']
[07/Jun/2020 15:34:11] ERROR [system.osi:174] non-zero code(1) returned by command: ['/usr/bin/docker', 'rm', 'embyserver']. output: [''] error: ['Error response from daemon: No such container: embyserver', '']
[07/Jun/2020 15:34:11] ERROR [system.osi:174] non-zero code(1) returned by command: ['/usr/bin/docker', 'rmi', 'emby/embyserver:latest']. output: [''] error: ['Error: No such image: emby/embyserver:latest', '']
[07/Jun/2020 15:34:23] ERROR [system.osi:174] non-zero code(1) returned by command: ['/usr/bin/docker', 'stop', 'jellyfin']. output: [''] error: ['Error response from daemon: No such container: jellyfin', '']
[07/Jun/2020 15:34:23] ERROR [system.osi:174] non-zero code(1) returned by command: ['/usr/bin/docker', 'rm', 'jellyfin']. output: [''] error: ['Error response from daemon: No such container: jellyfin', '']
[07/Jun/2020 15:34:23] ERROR [system.osi:174] non-zero code(1) returned by command: ['/usr/bin/docker', 'rmi', 'linuxserver/jellyfin:latest']. output: [''] error: ['Error: No such image: linuxserver/jellyfin:latest', '']
[07/Jun/2020 15:36:47] ERROR [storageadmin.views.rockon:85] Rockon (Emby server) is in pending state but there is no pending or failed task for it.

Since this is a fresh install, I wouldn’t expect there to be any info in the DB for any Rock-ons as of yet. Regardless, certainly looking forward for the OpenSUSE build: Rock-ons issues - #6 by Flox :smile: