Closed thomazrb closed 3 years ago
I found a solution getting a lib from Raspberry Pi 4 as seeing in https://docs.linuxserver.io/faq :
wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb
Great job, it seems this outdated Debian library causing few issues already. Keep this issue open, I will incorporate fix in to the script as it seems we don't know when Raspbian will get this update for production done to mitigate this and similar issues with the lib in question.
On Thu 20 May 2021, 4:17 a.m. Thomaz Botelho, @.***> wrote:
I found a solution getting a lib from Raspberry Pi 4 as seeing in https://docs.linuxserver.io/faq :
wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/GreenFrogSB/LMDS/issues/11#issuecomment-844653347, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARFVEPQYKXFFY3IKFGXKJ5LTOR5NHANCNFSM45FTIFBQ .
OK, LMDS updated but that will only work for new fresh OS installations from now on. I incorporated libseccomp2_2.5.1 with the script.
If you want to fix your issue on existing installation do below:
wget http://ftp.us.debian.org/debian/pool/main/libs/libseccomp/libseccomp2_2.5.1-1_armhf.deb
sudo dpkg -i libseccomp2_2.5.1-1_armhf.deb
Bazarr is not working out of the box...
I checked the container logs through Portainer and it complains about UMASK_SET, to change it to UMASK.
Did it... but not solved the problem...
And now I'm having some error in logs: