Can't make Libraries after server install

Server Version#:
Player Version#:
<If providing server logs please do NOT turn on verbose logging, only debug logging should be enabled>
After install i can connect to it but when making a library no languages show up so i can’t go any further.


Plex Media Server Logs_2024-08-13_22-09-20.zip (182.4 KB)

  1. Jumbo frames? (they are very ill-advised on LAN.
Aug 13, 2024 21:44:14.685 [133969173556024] WARN - [HttpClient/HCl#4c] HTTP error requesting GET http://192.168.1.250:49152/wps_device.xml (52, Server returned nothing (no headers, no data)). Network appears to be configured for jumbo frames.
  1. Plex can’t download the supplemental modules it needs.
Aug 13, 2024 21:44:43.919 [133969106447160] DEBUG - [Req#aa] [com.plexapp.agents.thetvdb] HTTP reply status 404, with 0 bytes of content.
Aug 13, 2024 21:44:43.919 [133969190333240] DEBUG - Completed: [127.0.0.1:36782] 404 GET /:/plugins/com.plexapp.agents.thetvdb (2 live) #aa GZIP 20124ms 269 bytes
Aug 13, 2024 21:44:43.920 [133969160973112] ERROR - HTTP -77 downloading url https://meta.plex.tv/t/theater?language=en&redband=0&subtitleLanguage=en
Aug 13, 2024 21:44:43.920 [133969064504120] ERROR - IVA: Error downloading trailers for source 1.
Aug 13, 2024 21:44:43.934 [133969160973112] ERROR - HTTP -77 downloading url https://meta.plex.tv/t/video?language=en&redband=0&subtitleLanguage=en
Aug 13, 2024 21:44:43.934 [133969064504120] ERROR - IVA: Error downloading trailers for source 2.
Aug 13, 2024 21:44:44.408 [133969072892728] WARN - Warning: ex: boost::filesystem::last_write_time: No such file or directory [system:2]: "/usr/lib/plexmediaserver/Resources/Plug-ins-424562606/LyricFind.bundle/Contents/Code", couldn't check file: "/usr/lib/plexmediaserver/Resources/Plug-ins-424562606/LyricFind.bundle/Contents/Code"
Aug 13, 2024 21:44:44.408 [133969072892728] WARN - Warning: ex: boost::filesystem::last_write_time: No such file or directory [system:2]: "/usr/lib/plexmedia

Change your MTU back to 1500 on everything and restart everything.

sorry im super new to all this. What are jumbo frames and how would i go about turning that off. Also what is MTU and how do i change that.

open a terminal window

sudo apt install net-tools
ifconfig

Show me the result please.

MTU is the amount of data sent in one packet.
The default is 1500.
Jumbo frames is any size greater than 1500.
It breaks just about everything.

There are those folks who think it makes the network faster. It doesn’t.

One place to check in the graphical UI → Settings - Network tab.

When you go into the details for your ethernet adapter, the MTU will be listed

From the terminal, you see mine, MTU: 1500

[chuck@lizum ~.1997]$ ifconfig
br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.0.13  netmask 255.255.255.0  broadcast 192.168.0.255
        inet6 fe80::1e69:7aff:fedb:62b7  prefixlen 64  scopeid 0x20<link>
        inet6 2601:985:a80:e890:1e69:7aff:fedb:62b7  prefixlen 64  scopeid 0x0<global>
        ether 1c:69:7a:db:62:b7  txqueuelen 1000  (Ethernet)
        RX packets 113761874  bytes 2647857853821 (2.6 TB)
        RX errors 0  dropped 4  overruns 0  frame 0
        TX packets 108767093  bytes 300445910118 (300.4 GB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

I dont recall ever changing these settings.

adam-recker@adam-recker-XPS-8300:~$ ifconfig
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.166  netmask 255.255.255.0  broadcast 192.168.1.255
        ether 78:2b:cb:9f:f4:2d  txqueuelen 1000  (Ethernet)
        RX packets 2280043  bytes 2079837143 (2.0 GB)
        RX errors 0  dropped 29110  overruns 0  frame 0
        TX packets 1611396  bytes 1758665221 (1.7 GB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 19  

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 44102  bytes 73311407 (73.3 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 44102  bytes 73311407 (73.3 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp2s0: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether c0:cb:38:1d:13:4b  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 4145
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 16

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.