Server Version#: plexmediaserver_1.40.5.8854-f36c552fd_amd64.deb
I was previously running linux mint 20. The Application Data folder outgrew my root partition so I moved it to a raid 5 array and created a link from the new location. This was working fine for the last two - three years. I finally decided to upgrade to the latest LTS version of 22. I was already running the latest plex package on my mint 20 system.
I upgraded everything to mint 22, downloaded the latest plex server package and installed it. This works fine. As soon as I create the link to my original Application Data folder, plex refuses to start and throws permission errors.
I found that on my new system the plex user:group was different than my old system so I did a recursive Chown to correct it. Iāve checked the permissions and they all seem correct. I went back over the permission of any parent folders and corrected anything that looked off. I also tried using the /etc/systemd/system/plexmediaserver.service.d/override.conf to simply set the location of the new folder.
journalctl -b output shows:
Blockquote
Aug 18 12:56:54 MINT-System-File-Server Plex Media Server[11922]: libc++abi: terminating with uncaught exception of type boost::filesystem::filesystem_error: boost::filesystem::create_directories: Permission denied [system:13]: > ā/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Cacheā, , ā/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Cacheā
Aug 18 12:56:54 MINT-System-File-Server systemd[1]: Started systemd-coredump@6-11933-0.service - Process Core Dump (PID 11933/UID 0).
Aug 18 12:56:54 MINT-System-File-Server systemd-coredump[11934]: [š”] Process 11922 (Plex Media Serv) of user 997 dumped core.
Module libgcompat.so.0 without build-id.
Module ld-musl-x86_64.so.1 without build-id.
Module libc++.so.2 without build-id.
Stack trace of thread 11922:
#0 0x00007f97b434bf80 setjmp (ld-musl-x86_64.so.1 + 0x82f80)
#1 0x00007f97b3d51187 n/a (Plex Media Server + 0xf51187)
#2 0x00007f97b3c7bd69 n/a (Plex Media Server + 0xe7bd69)
#3 0x00007f97b3e959a0 n/a (Plex Media Server + 0x10959a0)
#4 0x00007f97b431ba62 n/a (ld-musl-x86_64.so.1 + 0x52a62)
ELF object binary architecture: AMD x86-64
Aug 18 12:56:54 MINT-System-File-Server systemd[1]: systemd-coredump@6-11933-0.service: Deactivated successfully.
Aug 18 12:56:54 MINT-System-File-Server systemd[1]: plexmediaserver.service: Main process exited, code=dumped, status=6/ABRT
Aug 18 12:56:54 MINT-System-File-Server systemd[1]: plexmediaserver.service: Failed with result ācore-dumpā.
Blockquote
I understand from this that it still has to be permissions issue but I canāt seem to find the issue.
Any help appreciated.