I have been looking into the for the past few days, its happening to both movie and tv content. First off I thought it might be IPv6 related as I now have native IPv6, so I disabled that, no go. I tried upgrading, am now running plexmediaserver_1.7.2.3878-8088811b8_amd64.deb. Googling and looking at the forums didn’t seem to help either. I have tried:
Using my ISP’s DNS Servers as I use OpenDNS for content Filtering
Ah, its a symlink, I didn’t know that. I didn’t move it, but its on a Synology NAS.
The NAS had a disk failure a few weeks ago that required the OS to be re-installed, my guess is the permissions must have been reset during that process.
Thanks for your help. Which log did you see that info in?
I should have clarified. The /etc/systemd/system/plexmediaserver.service file is because of Ubuntu’s flip-flopping on how they want things. One moment they want it in /lib/system/system/plexmediaserver.service and the next moment in /etc. The override file survives uninstall as well as updates. I overwrite the /etc and /libplexmediaserver.service files with each update.
It’s Linux. Other than the symlink, you can do what you want. You can even do a --bind mount but I advise against it. In a pinch, I would go with bind over symlinks any day but the reason the dev and I worked to put the support in for overrides was to guarantee flexibility and portability.
There’s a lot override.conf can do for you. It can change user or group, default file creation mask, and anything else SystemD overrides support.
Any of Plex’s environment variables, which used to be in /etc/defaults/plexmediaserver are now fully supported here.
The decision point is this:
cat /proc/1/comm . If it returns systemd, the i advise using the override as it’s the way Linux is headed. If it returns init, then go with the bind mount (man mount for details or let me know). It does look like this in /etc/fstab. /home/plexdir is where I completely relocated everything under /var/lib/plexmediaserver.
# PMS bind mount
#/home/plexdir /var/lib/plexmediaserver none bind 0 0
I have since created /etc/systemd/system/plexmediaserver.service.d/override.conf containing