Testing on my own, docker pull
works fine for both images:
[root@rockstor ~]# docker pull linuxserver/jellyfin:latest
latest: Pulling from linuxserver/jellyfin
eade91583e3e: Pull complete
5318222e0b9e: Pull complete
b62b45a46472: Pull complete
119a408efe7a: Pull complete
6a4f40ecbebf: Pull complete
0d945d10e8c3: Pull complete
Digest: sha256:08189868096461e2424ada2bd5363462beb561656a787cf2f9449ca251efeb54
Status: Downloaded newer image for linuxserver/jellyfin:latest
[root@rockstor ~]# docker pull emby/embyserver:latest
latest: Pulling from emby/embyserver
57c14dd66db0: Pull complete
11f641f811ab: Pull complete
304caacb4011: Pull complete
a7d7f597d051: Extracting [=====> ] 32.77kB/284.9kB
29630ca1f53a: Download complete
cb6b62e68549: Download complete
(The image pull did complete for emby as well)
Digest: sha256:c9aa10e6edea05d1b075d1cbdd5ca6db218e0238a77aa6c75ce592ca83a0f040
Status: Downloaded newer image for emby/embyserver:latest
EDIT:
Logs appear to have more issues, not sure if related:
[07/Jun/2020 15:53:22] ERROR [storageadmin.middleware:32] Exception occurred while processing a request. Path: /api/commands/refresh-share-state method: POST
[07/Jun/2020 15:53:22] ERROR [storageadmin.middleware:33] Error running a command. cmd = /usr/sbin/btrfs property get /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197 ro. rc = 1. stdout = ['']. stderr = ['ERROR: failed to open /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197: No such file or directory', 'ERROR: failed to detect object type: No such file or directory', 'usage: btrfs property get [-t <type>] <object> [<name>]', '', ' Gets a property from a btrfs object.', '', ' If no name is specified, all properties for the given object are', ' printed.', ' A filesystem object can be a the filesystem itself, a subvolume,', " an inode or a device. The '-t <type>' option can be used to explicitly", ' specify what type of object you meant. This is only needed when a', ' property could be set for more then one object type. Possible types', ' are s[ubvol], f[ilesystem], i[node] and d[evice].', '', '']
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/storageadmin/views/command.py", line 348, in post
import_shares(p, request)
File "/opt/rockstor/src/rockstor/storageadmin/views/share_helpers.py", line 86, in import_shares
shares_in_pool = shares_info(pool)
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 721, in shares_info
snap_idmap[vol_id])
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 768, in parse_snap_details
writable = not get_property(full_snap_path, 'ro')
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 1844, in get_property
o, e, rc = run_command(cmd)
File "/opt/rockstor/src/rockstor/system/osi.py", line 176, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/sbin/btrfs property get /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197 ro. rc = 1. stdout = ['']. stderr = ['ERROR: failed to open /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197: No such file or directory', 'ERROR: failed to detect object type: No such file or directory', 'usage: btrfs property get [-t <type>] <object> [<name>]', '', ' Gets a property from a btrfs object.', '', ' If no name is specified, all properties for the given object are', ' printed.', ' A filesystem object can be a the filesystem itself, a subvolume,', " an inode or a device. The '-t <type>' option can be used to explicitly", ' specify what type of object you meant. This is only needed when a', ' property could be set for more then one object type. Possible types', ' are s[ubvol], f[ilesystem], i[node] and d[evice].', '', '']
[07/Jun/2020 15:53:22] ERROR [storageadmin.middleware:32] Exception occurred while processing a request. Path: /api/commands/refresh-snapshot-state method: POST
[07/Jun/2020 15:53:22] ERROR [storageadmin.middleware:33] Error running a command. cmd = /usr/sbin/btrfs property get /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197 ro. rc = 1. stdout = ['']. stderr = ['ERROR: failed to open /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197: No such file or directory', 'ERROR: failed to detect object type: No such file or directory', 'usage: btrfs property get [-t <type>] <object> [<name>]', '', ' Gets a property from a btrfs object.', '', ' If no name is specified, all properties for the given object are', ' printed.', ' A filesystem object can be a the filesystem itself, a subvolume,', " an inode or a device. The '-t <type>' option can be used to explicitly", ' specify what type of object you meant. This is only needed when a', ' property could be set for more then one object type. Possible types', ' are s[ubvol], f[ilesystem], i[node] and d[evice].', '', '']
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/storageadmin/views/command.py", line 353, in post
import_snapshots(share)
File "/opt/rockstor/src/rockstor/storageadmin/views/share_helpers.py", line 209, in import_snapshots
share.name)
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 819, in snaps_info
stripped_path)
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 768, in parse_snap_details
writable = not get_property(full_snap_path, 'ro')
File "/opt/rockstor/src/rockstor/fs/btrfs.py", line 1844, in get_property
o, e, rc = run_command(cmd)
File "/opt/rockstor/src/rockstor/system/osi.py", line 176, in run_command
raise CommandException(cmd, out, err, rc)
CommandException: Error running a command. cmd = /usr/sbin/btrfs property get /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197 ro. rc = 1. stdout = ['']. stderr = ['ERROR: failed to open /mnt2/caverna/Rock-Ons/btrfs/subvolumes/b360febde5f89dd36ffeb10ab2dbc21efa5235bf87cf3a265f5760b651d0c197: No such file or directory', 'ERROR: failed to detect object type: No such file or directory', 'usage: btrfs property get [-t <type>] <object> [<name>]', '', ' Gets a property from a btrfs object.', '', ' If no name is specified, all properties for the given object are', ' printed.', ' A filesystem object can be a the filesystem itself, a subvolume,', " an inode or a device. The '-t <type>' option can be used to explicitly", ' specify what type of object you meant. This is only needed when a', ' property could be set for more then one object type. Possible types', ' are s[ubvol], f[ilesystem], i[node] and d[evice].', '', '']
[07/Jun/2020 15:55:46] ERROR [storageadmin.views.rockon:85] Rockon (Folding@home Linuxserver.io) is in pending state but there is no pending or failed task for it.
[07/Jun/2020 16:36:30] ERROR [storageadmin.views.rockon:85] Rockon (Emby server) is in pending state but there is no pending or failed task for it.