1.19.1.2589 not working on freenas after upgrade

No, pkg is the next generation package command. It replaces the old pkg_* commands. ‘pkgng’ is just the short hand used to refer to the new packaging system.

It took me several reads of the man page and Wiki for it to sink in that ‘pkgng’ was not the new command. Like too many things in UNIX/Linux land it’s just assumed that you know what ‘pkgng’ means without it ever being defined in many of the places that it is used, so it’s not surprising that you’re confused.

1 Like
pkg check -d plexmediaserver-plexpass
Checking plexmediaserver-plexpass: 100%
plexmediaserver-plexpass is missing a required shared library: libreadline.so.7

anyone know what the dependency is i need to install for this?

I have a similar issue, I ran an update on sunday, monday I couldn’t access the webui.

It seems my jail is no longer listening for port 32400. I cannot access plex but if I look at the logs, it’s running and processing metadata. In both the shell of freenas 11.3 and in the plex jail netstat -a doesn’t show it’s listening.

So if you find a fix for Boss, I’d like to know it as well.

anyone here running FreeBSD 12.1? I have a test build for those interested.

All looks ok here but I’d would prefer if someone gave it a go too as this will be going directly to sable after we confirm the fix:

root@plex:~ # pkg info
pkg-1.14.2                     Package manager
plexmediaserver-1.19.1.2642    Plex Media Server component
root@plex:~ # pkg check -d plexmediaserver
Checking plexmediaserver: 100%
root@plex:~ # service plexmediaserver restart
plexmediaserver not running? (check /var/run/plex/plex.pid).
Starting plexmediaserver.
root@plex:~ # sockstat -l4
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS      
plex     Plex Tuner 40836 13 tcp4   127.0.0.1:32600       *:*
plex     Plex Scrip 40831 10 tcp4   127.0.0.1:42303       *:*
plex     Plex Media 40830 60 tcp46  *:32400               *:*
plex     Plex Media 40830 61 tcp4   127.0.0.1:32401       *:*
plex     Plex Media 40830 65 udp4   *:39891               *:*
plex     Plex Media 40830 86 udp4   *:32414               *:*
plex     Plex Media 40830 90 udp4   *:32410               *:*
plex     Plex Media 40830 91 udp4   *:32412               *:*
plex     Plex Media 40830 92 udp4   *:32413               *:*
plex     Plex Media 40830 93 udp4   172.16.50.25:48435    *:*
plex     Plex Media 40830 94 udp4   172.16.50.25:54528    *:*
plex     Plex Media 40830 95 udp4   *:1901                *:*
plex     Plex Media 40830 97 udp4   172.16.50.25:62118    *:*

Wow, okay. Thanks for that. Yeah a lot of it implies that you should already know everything about it.

1.19.1 was fixed in both beta and public channel (via 1.19.1.2645)!

The ports system was also updated (thanks @feld for handling that so quickly)

I’m closing this thread now, If you bump into any other issues with FreeBSD/FreeNAS builds please feel free to open a new thread!

3 Likes