Was having issues with media not being detected and tried updating to a beta version from the website and manually installed it. Now dpkg is locked and wont update Plex to the latest version. Plex is currently working and running fantastically but now I get dpkg error code (1) and now my server wont update any packages at all.
I’ve tried all the different fixes for dpkg and none of them have worked. I really don’t want to have to remove Plex completely and have to rebuild everything from scratch. Just recently did that due to the EOL on server 2012 R2.
Looks like im facing the same issue - windows install, won’t update the shows, i have to revert back to TVDB scanner to detect - plex tv scanner isn’t picking up any new additions
I was previously running PMS on Server 2012 for the past few years. Recent PMS update ended support for server 2012 so I got a new drive and installed Ubuntu server 22.04 and started over from scratch. PMS on Ubuntu has been working great minus this issue.
Getting no file or directory error with cat /tmp/plexinstaller.log
No luck with that one. I know if I remove PMS I can fix the error. I just don’t want to have to create a new database and library and add back all the users again…
Is there anyway to remove PMS but keep settings intact on Linux?
From one Chuck to another thank you, I appreciate all your assistance!
The problem with 7002 is rooted in the Nvidia API interface and causing Tonemapping to fail.
DPKG isn’t involved with that. DPKG places all the files in /usr/lib/plexmediaserver and then, under control of my scripting (postinstall),
add user & group plex if needed
adds user plex to the group which owns /dev/dri (hardware transcoding)
confirms PMS can indeed access the locations specified in an ‘override.conf’ file (if it exists)
On a new installation , postinstall will autostart PMS.
If you both stop and disable PMS with systemctl,
then install again (on top of),
this will confirm if you have a PMS startup problem (which we will need the logs for to see why)
or indeed have a DPKG problem.
The reported error
May 14, 2023 15:07:31.838 [140297333685048] DEBUG - [Req#3a5b/Transcode/JobRunner] Jobs: Starting child process with pid 12740
May 14, 2023 15:07:32.056 [140297333685048] DEBUG - [Req#3a5b/Transcode] Started session successfully: 0a8cfgg9h86754omrcsxtqlh
May 14, 2023 15:07:32.130 [140297260047160] ERROR - [Req#3a70/Transcode/0a8cfgg9h86754omrcsxtqlh/24abbfe2-1f0c-4fb8-b58e-66024cca1b0f] [Parsed_tonemap_cuda_2 @ 0x7f67475fbd40] cu->cuLinkAddData(link_state, CU_JIT_INPUT_PTX, (void*)data, length, name, nb_options, options, option_values) failed → CUDA_ERROR_INVALID_SOURCE: device kernel image is invalid
May 14, 2023 15:07:32.131 [140297282284344] ERROR - [Req#3a76/Transcode/0a8cfgg9h86754omrcsxtqlh/24abbfe2-1f0c-4fb8-b58e-66024cca1b0f] [Parsed_tonemap_cuda_2 @ 0x7f67475fbd40] CUDA linker output: error : Memory space doesn’t match for ‘depth_src’ in ‘tonemap.ptx’, first specified in ‘constants’
May 14, 2023 15:07:32.131 [140297325566776] ERROR - [Req#3a77/Transcode/0a8cfgg9h86754omrcsxtqlh/24abbfe2-1f0c-4fb8-b58e-66024cca1b0f] Error while filtering: Generic error in an external library
May 14, 2023 15:07:32.131 [140297310370616] ERROR - [Req#3a78/Transcode/0a8cfgg9h86754omrcsxtqlh/24abbfe2-1f0c-4fb8-b58e-66024cca1b0f] Failed to inject frame into filter network: Generic error in an external library
May 14, 2023 15:07:32.132 [140297352866616] ERROR - [Req#3a79/Transcode/0a8cfgg9h86754omrcsxtqlh/24abbfe2-1f0c-4fb8-b58e-66024cca1b0f] Error while processing the decoded data for stream #0:0
might just happen if there are playback attempts wanting to continue the instant PMS starts