remove option 1 suggesting bionic tags as they've been removed from jellyfin and plex.
pull/41/head
driz 2021-06-24 22:29:03 -04:00 zatwierdzone przez GitHub
rodzic 881bd7994e
commit 8eff29a026
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 4 dodań i 7 usunięć

11
FAQ.md
Wyświetl plik

@ -14,14 +14,11 @@ You have a few options as noted below. Options 1 and 2 are short-term, while opt
### Resolution
If you decide to do option 2 or 3, you should just need to restart the container after confirming you have libseccomp2.4.4 installed.
If you decide to do option 1 or 2, you should just need to restart the container after confirming you have libseccomp2.4.4 installed.
If 2 or 3 did not work, ensure you have an up-to-date install of Docker, [refer to the official Docker docs for installation.](https://docs.docker.com/engine/install/debian/)
If 1 or 2 did not work, ensure you have an up-to-date install of Docker, [refer to the official Docker docs for installation.](https://docs.docker.com/engine/install/debian/)
#### Option 1
Use another tag, not based on Focal. At the time of writing we currently offer a `bionic` tag for [Plex](https://github.com/linuxserver/docker-plex) and [Jellyfin](https://github.com/linuxserver/docker-jellyfin) that will receive the same care as latest for the foreseeable future.
#### Option 2
Manually install an updated version of the library with dpkg.
```bash
@ -31,7 +28,7 @@ Manually install an updated version of the library with dpkg.
Note this url may have been updated. Find the latest by browsing [here](http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/).
#### Option 3
#### Option 2
Add the backports repo for DebianBuster. As seen [here](https://github.com/linuxserver/docker-jellyfin/issues/71#issuecomment-733621693).
```bash
@ -41,7 +38,7 @@ Add the backports repo for DebianBuster. As seen [here](https://github.com/linux
sudo apt install -t buster-backports libseccomp2
```
#### Option 4
#### Option 3
Reinstall/update your OS to a version that still gets updates.
* Any distro based on DebianStretch does not seem to have this package available
* DebianBuster based distros can get the package trough backports, as outlined in point 2.