Jump to content

Retched1

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Retched1

  1. On 5/25/2022 at 2:23 AM, goodyear said:

    Latest Linuxserver Plex container release introduces permission errors in unRAID (maybe related to 6.10?).

     

    Upgraded to 6.10.1 a few days ago with no major issues, Plex was working fine last night, and this morning Plex from Linuxserver stopped working with permission errors:

     

    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.26.2.5797-5bd057d2b/PLEX MEDIA SERVER/48e796f0-ca99-405e-6d6b99b6-b191e5f8.dmp
    Starting Plex Media Server.
    libc++abi: terminating with uncaught exception of type std::runtime_error: Codecs: Initialize: 'boost::filesystem::create_directory: Permission denied: "/config/Library/Application Support/Plex Media Server/Codecs/994f4ee-4302-linux-x86_64"'

     

    I have containers on auto-update, and the Plex container updated during the night, so I rolled back to version 1.26.1 (edited repository to linuxserver/plex:1.26.1) and no more errors.

     

    Question is if this is an issue on Linuxserver's Plex latest release, or if 6.10 introduced something which breaks new releases?

     

    EDIT: Reddit made me aware that the error was local, ran the following as a user script and it solved the permission issue, will check back if it reappears:

     

    #!/bin/sh

     

    for dir in "/mnt/user/appdata/plex/"

    do

    `echo $dir` `chmod -R ug+rw,ug+X,o-rwx $dir`

    chown -R nobody:users $dir

    done

     

    This fixed this for me.

    After Unraid updated to 6.10.3. plex blew up (linuxserver build), same permissions error.

     

    plex log

     

    ***** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64/PLEX MEDIA SERVER/d8e7a7b9-9c5f-44c4-0b0ab38c-bc4b6eac.dmp
    Warning:/config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64 is not found or not a directory.
    Starting Plex Media Server.
    libc++abi: terminating with uncaught exception of type std::runtime_error: Codecs: Initialize: 'boost::filesystem::create_directory: Permission denied: "/config/Library/Application Support/Plex Media Server/Codecs/d53cb63-4323-linux-x86_64"'
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64/PLEX MEDIA SERVER/294892d2-f0ad-4821-cfce8ba1-9b610837.dmp
    Warning:/config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64 is not found or not a directory.
    Starting Plex Media Server.
    libc++abi: terminating with uncaught exception of type std::runtime_error: Codecs: Initialize: 'boost::filesystem::create_directory: Permission denied: "/config/Library/Application Support/Plex Media Server/Codecs/d53cb63-4323-linux-x86_64"'
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64/PLEX MEDIA SERVER/12cbb93b-0e16-4a1b-7e945588-80593f08.dmp
    Warning:/config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64 is not found or not a directory.
    Starting Plex Media Server.
    libc++abi: terminating with uncaught exception of type std::runtime_error: Codecs: Initialize: 'boost::filesystem::create_directory: Permission denied: "/config/Library/Application Support/Plex Media Server/Codecs/d53cb63-4323-linux-x86_64"'
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64/PLEX MEDIA SERVER/f4f53198-318d-4f74-ab9f29a2-83e66ae8.dmp
    Warning:/config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64 is not found or not a directory.
    Starting Plex Media Server.
    libc++abi: terminating with uncaught exception of type std::runtime_error: Codecs: Initialize: 'boost::filesystem::create_directory: Permission denied: "/config/Library/Application Support/Plex Media Server/Codecs/d53cb63-4323-linux-x86_64"'
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64/PLEX MEDIA SERVER/cb745128-fe3f-4c35-28a8abaf-68b40732.dmp
    Warning:/config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64 is not found or not a directory.
    Starting Plex Media Server.
    libc++abi: terminating with uncaught exception of type std::runtime_error: Codecs: Initialize: 'boost::filesystem::create_directory: Permission denied: "/config/Library/Application Support/Plex Media Server/Codecs/d53cb63-4323-linux-x86_64"'
    ****** PLEX MEDIA SERVER CRASHED, CRASH REPORT WRITTEN: /config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64/PLEX MEDIA SERVER/a9def54c-8084-41be-25acc19b-e2ff0d55.dmp
    Warning:/config/Library/Application Support/Plex Media Server/Crash Reports/1.27.1.5916-6b0e31a64 is not found or not a directory.
    Starting Plex Media Server.

     

×
×
  • Create New...