I recently moved my plex server to some new hardware. The plex server is running on ubuntu as a VM. I use MergerFS and an NFS share on separate ubuntu server for media storage.
After moving to the new server, all of my recordings now show as failed with the message “An error occurred while postprocessing”
The recordings do get saved and added to the appropriate library but they still contain all of the commercials. This was working well before moving things around.
It seems to be able to create the edl file but when it tries to cut the commercials from the original recording, it fails with “permission denied”.
The plex user is the owner of all media files.
Here is what the logs show:
Nov 24, 2018 11:05:23.839 [0x7f022cfff700] VERBOSE - JobManager: child process with PID 11535 exited
Nov 24, 2018 11:05:23.839 [0x7f022cfff700] DEBUG - Jobs: '/usr/lib/plexmediaserver/Plex Commercial Skipper' exit code for process 11535 is 0 (success)
Nov 24, 2018 11:05:23.840 [0x7f01a4fff700] DEBUG - DVR:Recorder: EDL built after 280.7 seconds.
Nov 24, 2018 11:05:23.847 [0x7f01a4fff700] DEBUG - Job running: EAE_ROOT='/tmp/pms-513eaf40-e6df-44d9-b421-b7ab65134a90/EasyAudioEncoder' FFMPEG_EXTERNAL_LIBS='/var/lib/plexmediaserver/Library/Application\ Support/Plex\ Media\ Server/Codecs/531e313-1328-linux-ubuntu-x86_64/' X_PLEX_TOKEN='xxxxxxxxxxxxxxxxxxxx' '/usr/lib/plexmediaserver/Plex Transcoder' '-y' '-safe' '0' '-skip_before_video_key' '1' '-skip_before_inpoint' '1' '-offset_inout' '1' '-i' '/mnt/c3po/TVShows/TVShows5/.grab/f0372f42a4415c2d4b8aa83665b516a6b3ea5667/segment-list.txt' '-map' '0' '-c' 'copy' '-loglevel' 'quiet' '-loglevel_plex' 'error' '/mnt/c3po/TVShows/TVShows5/.grab/f0372f42a4415c2d4b8aa83665b516a6b3ea5667/Ridiculousness (2011) - S05E02 - Eddie Huang-comskipped.ts'
Nov 24, 2018 11:05:23.862 [0x7f01a4fff700] DEBUG - Jobs: Starting child process with pid 11655
Nov 24, 2018 11:05:23.889 [0x7f01eb7fd700] ERROR - [Transcoder] /mnt/c3po/TVShows/TVShows5/.grab/f0372f42a4415c2d4b8aa83665b516a6b3ea5667/segment-list.txt: Permission denied
Nov 24, 2018 11:05:23.890 [0x7f022cfff700] VERBOSE - JobManager: child process with PID 11655 exited
Nov 24, 2018 11:05:23.890 [0x7f022cfff700] DEBUG - Jobs: '/usr/lib/plexmediaserver/Plex Transcoder' exit code for process 11655 is 1 (failure)
What is the transcoder trying to do here? ERROR - [Transcoder] /mnt/…/segment-list.txt: Permission denied
Any assistance would be appreciated.