GreenFrogSB / LMDS

LMDS - Linux Media Delivery System
https://greenfrognest.com
GNU General Public License v3.0
214 stars 45 forks source link

Bazarr not working #11

Closed thomazrb closed 3 years ago

thomazrb commented 3 years ago

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:

Current thread 0xb6f43390 (most recent call first):,
<no Python frame>,
Fatal Python error: pyinit_main: can't initialize time,
Python runtime state: core initialized,
PermissionError: [Errno 1] Operation not permitted,
thomazrb commented 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
GreenFrogSB commented 3 years ago

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 .

GreenFrogSB commented 3 years ago

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