Plex Media Server[1295760]: Jobs: failed to set priority, errno=13

Server Version#: 1.40.4.8679-424562606

I recently bought a linux pc and moved my PMS to it.
I followed this process for moving the library:
https://support.plex.tv/articles/201370363-move-an-install-to-another-system/

the library is on an external RAID-Z2 mounted at /mnt/Media/
I did sudo chown jim:jim /mnt/Media/
and sudo chmod -R 755 /mnt/Media/
and sudo setfacl -R -m u:plex:rx /mnt/Media/
and sudo chown -R plex:plex /var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/

It seems to be running fine but I see a bunch of these errors in the system logs:

Plex Media Server[1295760]: Jobs: failed to set priority, errno=13

any ideas as to the cause and a fix?

Error 13 = Permission Denied.

A few questions:

  1. Which distro Linux (From and to please) ?

  2. /var/lib/plexmediaserver, and all its contents, are sufficiently set using chmod and chown.

  3. Have you tried (without setfacl - 
 acls are very strong overkill here)
    – sudo chown -R plex:plex /var/lib/plexmediaserver
    – sudo find /var/lib/plexmediaserver -type d -exec chmod 755 {} \;
    – sudo find /var/lib/plexmediaserver -type f -exec chmod 644 {} \;

  4. Where is the transcoder temp pointed ?

  5. Are you using a container ?

  1. from macOS 14 to Pop_OS 22.04

  2. ll /var/lib/plexmediaserver/
    total 4.0K
    drwxr-xr-x 5 plex plex 4.0K Aug 3 15:30 Library/

3a - yes
3b - yes
3c - yes

  1. didn’t set one, didn’t know I needed to. Just checked in web interface > settings > transcoder and transcoder temp directory field is empty.

  2. no, installed with ppa

just created /mnt/Media/transcodetemp and set it as the transcode temp dir

should this fix the errno=13?

Good news and some bad news
 sorry

  1. MacOS → Linux is easy (Plex was originally developed on MacOS
 hence ‘Library/Application Support/Plex Media Server’ :see_no_evil: lol)

  2. PopOS is not official support. Like Mint, it’s a derivative and not vetted. Mint is a known disaster running PMS.
    – I have no idea what PopOS will do. I’ve only seen it mentioned in the forums a few times.
    – Redhat/Fedora, Ubuntu/Debian are the vetted and preferred distros.

– Are you committed to using PopOS?

  1. :white_check_mark:

  2. :white_check_mark:

  3. Not a factor. PMS provides defaults.

Can you get me the server debug log file ZIP so I can see the source of the error?

oh no! [on PopOS] the linux pc I bought is a System76 Meerkat, which I chose to ship with PopOS. I suppose I’m not 100% committed to it, but if I can avoid switching distros that would be nice.

are you asking for the PMS debug log? if so, I don’t see a separate debug log. I see these:

‘Plex Crash Uploader.1.log’ ‘Plex Media Scanner Deep Analysis.2.log’
‘Plex Crash Uploader.2.log’ ‘Plex Media Scanner Deep Analysis.3.log’
‘Plex Crash Uploader.3.log’ ‘Plex Media Scanner Deep Analysis.4.log’
‘Plex Crash Uploader.4.log’ ‘Plex Media Scanner Deep Analysis.5.log’
‘Plex Crash Uploader.log’ ‘Plex Media Scanner Deep Analysis.log’
‘Plex Media Scanner.1.log’ ‘Plex Media Scanner.log’
‘Plex Media Scanner.2.log’ ‘Plex Media Scanner Matcher.1.log’
‘Plex Media Scanner.3.log’ ‘Plex Media Scanner Matcher.2.log’
‘Plex Media Scanner.4.log’ ‘Plex Media Scanner Matcher.3.log’
‘Plex Media Scanner.5.log’ ‘Plex Media Scanner Matcher.4.log’
‘Plex Media Scanner Analysis.1.log’ ‘Plex Media Scanner Matcher.5.log’
‘Plex Media Scanner Analysis.2.log’ ‘Plex Media Scanner Matcher.log’
‘Plex Media Scanner Analysis.3.log’ ‘Plex Media Server.1.log’
‘Plex Media Scanner Analysis.4.log’ ‘Plex Media Server.2.log’
‘Plex Media Scanner Analysis.5.log’ ‘Plex Media Server.3.log’
‘Plex Media Scanner Analysis.log’ ‘Plex Media Server.4.log’
‘Plex Media Scanner Chapter Thumbnails.1.log’ ‘Plex Media Server.5.log’
‘Plex Media Scanner Chapter Thumbnails.2.log’ ‘Plex Media Server.log’
‘Plex Media Scanner Chapter Thumbnails.3.log’ ‘Plex Transcoder Statistics.1.log’
‘Plex Media Scanner Chapter Thumbnails.4.log’ ‘Plex Transcoder Statistics.2.log’
‘Plex Media Scanner Chapter Thumbnails.5.log’ ‘Plex Transcoder Statistics.3.log’
‘Plex Media Scanner Chapter Thumbnails.log’ ‘Plex Transcoder Statistics.4.log’
‘Plex Media Scanner Credits.1.log’ ‘Plex Transcoder Statistics.5.log’
‘Plex Media Scanner Credits.2.log’ ‘Plex Transcoder Statistics.log’
‘Plex Media Scanner Credits.3.log’ ‘Plex Tuner Service.1.log’
‘Plex Media Scanner Credits.4.log’ ‘Plex Tuner Service.2.log’
‘Plex Media Scanner Credits.5.log’ ‘Plex Tuner Service.log’
‘Plex Media Scanner Credits.log’ ‘PMS Plugin Logs’/
‘Plex Media Scanner Deep Analysis.1.log’

Yes those please.

In Plex/web -
**Settings – [server name] - Troubleshooting (lower left corner) - Download Logs (middle of the page after clicking ‘Troubleshooting’)

It will give you a ZIP file.

That file please.

oh, I think you meant doing the download logs
 and as I write this I see you posted exactly that

Plex Media Server Logs_2024-08-11_19-26-52.zip (5.5 MB)

Thank you for the logs.

Finding a few things. (don’t fear just yet
 
 wait until I’m finished
 :rofl: )

I’ll post again in a couple minutes

:smiling_imp:

Would you mind doing the following for me please?
(I’d like to see PMS behavior when it first starts. I think I know where the root issue is)

  1. Stop PMS
  2. Start PMS
  3. Let it sit completely idle for 3 minutes
  4. Download the logs ZIP file again
  5. Attach ZIP here please.

Here’s what I’m finding (no specific order)

DNS lookup not reliable

Aug 11, 2024 18:12:52.520 [136413003655992] WARN - [HttpClient/HCl#58c4] HTTP error requesting GET https://epg.provider.plex.tv?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (6, Couldn't resolve host name) (Could not resolve host: epg.provider.plex.tv)
Aug 11, 2024 18:12:52.520 [136413024627512] DEBUG - Completed: [10.0.1.209:65401] 200 GET /media/providers (42 live) #6a6a1 TLS GZIP 5030ms 6310 bytes (pipelined: 321)
Aug 11, 2024 18:12:52.523 [136413003655992] WARN - [HttpClient/HCl#58c6] HTTP error requesting GET https://epg.provider.plex.tv?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (6, Couldn't resolve host name) (Could not resolve host: epg.provider.plex.tv)
Aug 11, 2024 18:12:52.524 [136413024627512] DEBUG - Completed: [[fd01:206e:94c:8c4b:10c6:875a:209e:fa83]:49900] 200 GET /media/providers (42 live) #6a66e TLS GZIP 5030ms 6310 bytes (pipelined: 5)
Aug 11, 2024 18:12:52.532 [136413003655992] WARN - [HttpClient/HCl#58c5] HTTP error requesting GET https://epg.provider.plex.tv?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (6, Couldn't resolve host name) (Could not resolve host: epg.provider.plex.tv)
Aug 11, 2024 18:12:52.533 [136413024627512] DEBUG - Completed: [[fd01:206e:94c:8c4b:10c6:875a:209e:fa83]:49711] 200 GET /media/providers (42 live) #6a672 TLS GZIP 5033ms 6310 bytes (pipelined: 18)
Aug 11, 2024 18:12:52.565 [136413003655992] WARN - [HttpClient/HCl#58c7] HTTP error requesting GET https://epg.provider.plex.tv?X-Plex-Token=xxxxxxxxxxxxxxxxxxxx (6, Couldn't resolve host name) (Could not resolve host: epg.provider.plex.tv)

EAE (Dolby) codec cannot allocate a watch slot (inotify slot) to run the EAE

Aug 11, 2024 19:00:29.830 [136413020433208] DEBUG - Completed: [70.122.140.246:53860] 200 GET /library/metadata/113412 (17 live) #ceed9 TLS GZIP 2ms 2853 bytes (pipelined: 12)
Aug 11, 2024 19:00:30.000 [136412699568952] ERROR - [Req#ceec0/Transcode/f7a2841b-8cf1-4961-836f-71fbe7af60ee/4b45f64e-205e-4950-8287-01b3d3b9ec72] [eac3_eae @ 0x7f22f6afd580] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-5723925f-a87e-4efa-b6a2-a8cefe250fa7/EasyAudioEncoder/Convert to WAV (to 8ch or less)/f7a2841b-8cf1-4961-836f-71fbe7af60ee_1302101-0-114.wav'
Aug 11, 2024 19:00:30.000 [136412657625912] ERROR - [Req#ceee1/Transcode/f7a2841b-8cf1-4961-836f-71fbe7af60ee/4b45f64e-205e-4950-8287-01b3d3b9ec72] [eac3_eae @ 0x7f22f6afd580] error reading output: -5 (I/O error)
Aug 11, 2024 19:00:30.001 [136412645043000] ERROR - [Req#ceee2/Transcode/f7a2841b-8cf1-4961-836f-71fbe7af60ee/4b45f64e-205e-4950-8287-01b3d3b9ec72] Error while decoding stream #0:1: I/O error
Aug 11, 2024 19:00:30.408 [136413020433208] DEBUG - Completed: [70.122.140.246:53863] 200 GET /video/:/transcode/universal/session/99EC543D-DB4A-48CA-B2DB-948C1A47E42B/base/00303.ts (17 live) #cee7e TLS 710ms 2935691 bytes

It looks like you have a fair amount of music. Well organized music often fills up the default Linux inotify table (it’s not that big). This is easily remedied.
(Newer OS distros allow 65536 directories. Some, and apparently PopOS, only seem to allow 8192)

The procedure to remedy this is to count the number in use, pad up to the next multiple of 32768, and resize the kernel table. After resizing it , we restart Plex.

You might like Linux Tips. It has a number of the common how-to’s for Plex on Linux.

Plex Media Server Logs_2024-08-12_03-34-42.zip (3.8 MB)

procedure done, new logs attached

my network setup might be a bit “non-ordinary”
I have 2 pi-holes, a main and a backup, running on 2 Raspberry Pi 4b’s.
I use tailscale and have the pi-holes setup as the DNS for my tailscale network.
each computer has tailscale installed.

I forgot to mention that I had previously done something similar to the inotify tip by going by the tips found in the archlinux wiki article on Plex:
cat /etc/sysctl.d/40-max-user-watches.conf
fs.inotify.max_user_watches=524288

is this an acceptable way to do this or should I undo this method and do the PMS linux tip method?

here’s what I came up with doing the sudo find:

sudo find /mnt/Media/iTunes/Movies/ /mnt/Media/iTunes/TV\ Shows/ /mnt/Media/iTunes/Music/ /mnt/Media/iTunes/AudioBooks/ /mnt/Media/iTunes/Other\ Videos/ -type d -print | wc -l
7927

I just did the linux tips procedure " Automate granting user plex access to anything written into your media library regardless of the original permissions":

sudo chgrp -R plex /mnt/Media/iTunes/

sudo chmod g+s /mnt/Media/iTunes/

sudo find /mnt/Media/iTunes/ -type d -exec chmod g+s {} ;

I’m finding more errors in your logs.

  1. The transcode temp directory you specified is not writable
Aug 12, 2024 03:27:14.101 [134241219410576] ERROR - IsFileWritable: failed to create file '"/mnt/Media/transcodetemp/5c15c7fa-59f2-4af6-9b7c-4a571cf22206"'
Aug 12, 2024 03:27:14.101 [134241219410576] WARN - IsDirWritable: directory '"/mnt/Media/transcodetemp"' is not writable

I would like you to do the following:

  1. Create a temp directory in /var/lib/plexmediaserver
sudo mkdir /var/lib/plexmediaserver/tmp
sudo chown plex:plex /var/lib/plexmediaserver/tmp
sudo chmod 755 /var/lib/plexmediaserver/tmp
  1. In “Settings - Server - Transcoder”, set this new directory as the transcoder temp /var/lib/plexmediaserver/tmp

  2. You stated above you have 7927 directories in use. Setting max_user_watches to 524288 is excessive and wasting kernel memory. Each slot uses 520 bytes of memory when empty and up to about 2KB whe used. Change back to 65536 for now and reboot the machine

  3. Did you install all updates to the host OS? ( apt update && apt -y upgrade )
    I am using Ubuntu 22.04 LTS and am here:

[chuck@lizum ~.1999]$ uname -a
Linux lizum 6.5.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 15 16:40:02 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
[chuck@lizum ~.2000]$ 
  1. Your network appears to be IPv4 but you have IPv6 enabled in Settings - Server - Network.
    If this is true, please disable IPv6 . It will save difficulties down the road.

  2. I’m still not understanding this. When the rest of the errors stop , hopefully this will be more clear.

Aug 12, 2024 03:33:15.001 [134240981232440] ERROR - [Req#119b2/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] error reading output: -5 (I/O error)
Aug 12, 2024 03:33:15.001 [134241031564088] ERROR - [Req#119b3/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] Error while decoding stream #0:1: I/O error
Aug 12, 2024 03:33:17.356 [134241138518840] DEBUG - Request: didn't get any data from [::ffff:165.140.84.20]:46534: End of file
Aug 12, 2024 03:33:19.098 [134241134324536] DEBUG - Request: didn't get any data from [::ffff:23.226.128.254]:57354: End of file
Aug 12, 2024 03:33:20.000 [134240981232440] ERROR - [Req#119b4/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-c62b7112-45ab-453d-aa55-20f632720200/EasyAudioEncoder/Convert to WAV (to 8ch or less)/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb_1317118-0-1.wav'
Aug 12, 2024 03:33:20.001 [134241031564088] ERROR - [Req#119b7/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] error reading output: -5 (I/O error)
Aug 12, 2024 03:33:20.001 [134240981232440] ERROR - [Req#119b8/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] Error while decoding stream #0:1: I/O error
Aug 12, 2024 03:33:23.060 [134241138518840] DEBUG - Request: didn't get any data from [::ffff:23.108.190.195]:41704: End of file
Aug 12, 2024 03:33:25.000 [134241031564088] ERROR - [Req#119b9/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-c62b7112-45ab-453d-aa55-20f632720200/EasyAudioEncoder/Convert to WAV (to 8ch or less)/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb_1317118-0-2.wav'
Aug 12, 2024 03:33:25.001 [134240981232440] ERROR - [Req#119bc/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] error reading output: -5 (I/O error)
Aug 12, 2024 03:33:25.001 [134241031564088] ERROR - [Req#119bd/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] Error while decoding stream #0:1: I/O error
Aug 12, 2024 03:33:26.098 [134241134324536] DEBUG - Request: didn't get any data from [::ffff:185.174.110.102]:50792: End of file
Aug 12, 2024 03:33:30.000 [134240981232440] ERROR - [Req#119be/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-c62b7112-45ab-453d-aa55-20f632720200/EasyAudioEncoder/Convert to WAV (to 8ch or less)/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb_1317118-0-3.wav'
Aug 12, 2024 03:33:30.001 [134241031564088] ERROR - [Req#119c0/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] error reading output: -5 (I/O error)
Aug 12, 2024 03:33:30.001 [134240981232440] ERROR - [Req#119c1/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] Error while decoding stream #0:1: I/O error
Aug 12, 2024 03:33:35.000 [134241031564088] ERROR - [Req#119c2/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-c62b7112-45ab-453d-aa55-20f632720200/EasyAudioEncoder/Convert to WAV (to 8ch or less)/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb_1317118-0-4.wav'
Aug 12, 2024 03:33:35.001 [134240981232440] ERROR - [Req#119c5/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] error reading output: -5 (I/O error)
Aug 12, 2024 03:33:35.001 [134241031564088] ERROR - [Req#119c6/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] Error while decoding stream #0:1: I/O error
Aug 12, 2024 03:33:40.000 [134240981232440] ERROR - [Req#119c7/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] EAE timeout! EAE not running, or wrong folder? Could not read '/tmp/pms-c62b7112-45ab-453d-aa55-20f632720200/EasyAudioEncoder/Convert to WAV (to 8ch or less)/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb_1317118-0-5.wav'
Aug 12, 2024 03:33:40.000 [134241031564088] ERROR - [Req#119ca/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] [eac3_eae @ 0x7b86bec700c0] error reading output: -5 (I/O error)
Aug 12, 2024 03:33:40.001 [134240981232440] ERROR - [Req#119cb/Transcode/6e85f6f6-aa9f-4fe3-8a50-1418b62adabb/91709590-c128-4728-9399-005c09a44aa5] Error while decoding stream #0:1: I/O error

ok thank you! I’ve done the temp dir settings you said.

yes, I’ve done all updates.

uname -a
Linux einstein 6.9.3-76060903-generic #202405300957~1721174657~22.04~abb7c06 SMP PREEMPT_DYNAMIC Wed J x86_64 x86_64 x86_64 GNU/Linux

I remember when I had PMS on the Mac I had setup ipv6 for some reason, but forget why now. Apparently forgot to turn it back off. I’ve turned it off now.

➀ sudo tail -f /var/log/syslog | grep “Plex Media Server”
[sudo] password for jim:
Aug 12 19:18:16 einstein Plex Media Server[9702]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 19:18:42 einstein Plex Media Server[9749]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 19:19:11 einstein Plex Media Server[9818]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 19:21:25 einstein Plex Media Server[9872]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 19:22:16 einstein Plex Media Server[9937]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 19:23:00 einstein Plex Media Server[10002]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 19:24:01 einstein Plex Media Server[10045]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 19:25:49 einstein Plex Media Server[10159]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 20:28:21 einstein Plex Media Server[10650]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 21:44:40 einstein Plex Media Server[12190]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 21:44:53 einstein Plex Media Server[12232]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 21:51:22 einstein Plex Media Server[12377]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 22:10:43 einstein Plex Media Server[12649]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 22:11:12 einstein Plex Media Server[12693]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 22:11:36 einstein Plex Media Server[12737]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 22:12:23 einstein Plex Media Server[12800]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 12 22:13:19 einstein Plex Media Server[12863]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)
Aug 13 02:02:38 einstein Plex Media Server[15084]: Jobs: failed to set priority, errno=13
Aug 13 02:02:39 einstein Plex Media Server[15088]: Jobs: failed to set priority, errno=13
Aug 13 02:02:39 einstein Plex Media Server[15092]: Jobs: failed to set priority, errno=13
Aug 13 02:02:40 einstein Plex Media Server[15096]: Jobs: failed to set priority, errno=13
Aug 13 02:02:41 einstein Plex Media Server[15101]: Jobs: failed to set priority, errno=13
Aug 13 02:02:42 einstein Plex Media Server[15113]: Jobs: failed to set priority, errno=13
Aug 13 02:02:43 einstein Plex Media Server[15117]: Jobs: failed to set priority, errno=13
Aug 13 02:02:45 einstein Plex Media Server[15127]: Jobs: failed to set priority, errno=13
Aug 13 02:02:46 einstein Plex Media Server[15132]: Jobs: failed to set priority, errno=13
Aug 13 02:02:49 einstein Plex Media Server[15147]: Jobs: failed to set priority, errno=13
Aug 13 02:02:51 einstein Plex Media Server[15159]: Jobs: failed to set priority, errno=13
Aug 13 02:02:53 einstein Plex Media Server[15170]: Jobs: failed to set priority, errno=13
Aug 13 02:02:54 einstein Plex Media Server[15174]: Jobs: failed to set priority, errno=13
Aug 13 02:02:54 einstein Plex Media Server[15178]: Jobs: failed to set priority, errno=13
Aug 13 02:02:57 einstein Plex Media Server[15191]: Jobs: failed to set priority, errno=13
Aug 13 02:03:00 einstein Plex Media Server[15203]: Jobs: failed to set priority, errno=13
Aug 13 02:03:01 einstein Plex Media Server[15207]: Jobs: failed to set priority, errno=13
Aug 13 02:03:01 einstein Plex Media Server[15211]: Jobs: failed to set priority, errno=13
Aug 13 02:03:02 einstein Plex Media Server[15215]: Jobs: failed to set priority, errno=13
Aug 13 02:03:03 einstein Plex Media Server[15219]: Jobs: failed to set priority, errno=13
Aug 13 02:03:05 einstein Plex Media Server[15233]: Jobs: failed to set priority, errno=13
Aug 13 02:03:05 einstein Plex Media Server[15237]: Jobs: failed to set priority, errno=13
Aug 13 02:03:07 einstein Plex Media Server[15250]: Jobs: failed to set priority, errno=13
Aug 13 02:03:07 einstein Plex Media Server[15254]: Jobs: failed to set priority, errno=13
Aug 13 02:03:09 einstein Plex Media Server[15265]: Jobs: failed to set priority, errno=13
Aug 13 02:03:10 einstein Plex Media Server[15277]: Jobs: failed to set priority, errno=13
Aug 13 02:03:11 einstein Plex Media Server[15281]: Jobs: failed to set priority, errno=13
Aug 13 02:03:12 einstein Plex Media Server[15292]: Jobs: failed to set priority, errno=13
Aug 13 02:03:14 einstein Plex Media Server[15305]: Jobs: failed to set priority, errno=13
Aug 13 02:03:16 einstein Plex Media Server[15318]: Jobs: failed to set priority, errno=13
Aug 13 02:03:21 einstein Plex Media Server[15333]: Jobs: failed to set priority, errno=13
Aug 13 02:03:23 einstein Plex Media Server[15349]: Jobs: failed to set priority, errno=13
Aug 13 02:03:29 einstein Plex Media Server[15374]: Jobs: failed to set priority, errno=13
Aug 13 02:03:32 einstein Plex Media Server[15385]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)

Plex Media Server Logs_2024-08-13_03-51-03.zip (3.7 MB)

update: playing from different devices seems to work fine, except for Roku TVs.
tried from 2 different Roku TVs and both get error:
“Playback stopped due to multiple playback issues. Please check your connection and try again”
and I checked /var/log/syslog after testing the 2nd Roku TV and several of the errno=13 errors and the Aug 13 17:02:06 einstein Plex Media Server[42797]: Jobs: Exec of /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Codecs/EasyAudioEncoder-8f4ca5ead7783c54a4930420-linux-x86_64/EasyAudioEncoder/EasyAudioEncoder failed. (13)