Jump to content

TrueNas BUG Emby server 4.7.2


Pegasus650
Go to solution Solved by Pegasus650,

Recommended Posts

Pegasus650

Bonjour à tous,
Apres mises à jour ver la version 4.7.2 Emby serveur ne fonctionne plus correctement ☹
Principalement les sous titres (srt) ne s’affichent plus.
Quelqu’un a une idée ?
Merci,
Manuel

Link to comment
Share on other sites

Pegasus650

Bonjour Luke,


J'ai installé Emby server sur mon nas (TrueNas) em Avril 2021 via les plugins de la community.

Tous fonctionnai bien jusqu'à la mise a jour de cette nouvelle version.

Merci

Link to comment
Share on other sites

OK please see my comments here: 

Can you try using our official install instructions instead?

 

Link to comment
Share on other sites

  • Solution
Pegasus650

Hello,


Phew, finally I managed to fix my emby server installation.
to do this i had to:


1 - Update the jail that was in V12.2 to V12.3
 # iocage fetch
[0] 12.3-RELEASE
[1] 13.0-RELEASE

Type the number of the desired RELEASE
Press [Enter] to fetch the default selection: (12.2-RELEASE)
Type EXIT to quit:

iocage upgrade -r [RELEASE] [JAIL]
# iocage upgrade -r 12.3-RELEASE emby

emby successfully upgraded from 12.2-RELEASE-p15 to 12.3-RELEASE-p5!
Please reboot the jail and inspect.
Remove the snapshot: ioc_upgrade_2022-05-04 if everything is OK

iocage restart [JAIL]
# sudo iocage restart emby

2 - Install dependencies:
sudo pkg install libass fontconfig freetype2 fribidi gnutls iconv opus sqlite3 libtheora libva ocl-icd libvorbis webp libzvbi libraw ImageMagick6 tesseract intel-media-sdk libunwind libinotify openssl icu krb5

If you're installing Emby Server into a jail, update jail.conf:
allow.mlock = 1;
ip6 = inherit;

Install Emby Server on FreeBSD 12:
pkg add -f https://github.com/MediaBrowser/Emby.Releases/releases/download/4.8.0.3/emby-server-freebsd12_4.8.0.3_amd64.pkg

sysrc emby_server_enable="YES"

service emby-server start

Done :)

Thanks for guiding me to the solution Luke

  • Thanks 1
Link to comment
Share on other sites

cgcmgr

Hey Pegasis650.  I was trying to update from 4.6.4.0 to 4.7.5.0 and after I updated my Jail from 12.2-RELEASE-p11 to 12.2-RELEASE-p15, my emby server broke

I followed your steps above and was able to update the jail to 12.3-RELEASE-p5 as you did.

I then restarted my jail

I then typed iocage console emby to get to my jail where I updated the dependencies following your pkg install

Everything was going good until I tried these commands:

If you're installing Emby Server into a jail, update jail.conf:
allow.mlock = 1;
ip6 = inherit;

I receive a message that says command not found when I type allow.mlock = 1.  

 

I then tried to just install the package usaing pkg add -f https://github.com/MediaBrowser/Emby.Releases/releases/download/4.7.5.0/emby-server-freebsd12_4.7.5.0_amd64.pkg and it seemed to update it to 4.7.5.0, but when I try to access the server, I cannot.

 

any ideas?

 

Thanks,

Chris

 

Link to comment
Share on other sites

cgcmgr

Disregard, I was able to get it working.  I had to manually go to the properties of the jail and check allow_mlock and change ip6 to inherit as the command allow.mlock = 1 kept saying command not found.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...