I think I found the potential error, but I still don’t have any idea how to fix it. When it tries to install it, it adds a space to my custom metadata path, even though there is no space in the path where it’s installed
PlexMediaServer install: Pre-installation Validation.
PlexMediaServer install: Error: Directory "/mnt/B496F3CF96F38FDA/LinuxPlexData/Library/Application Support " [<— unnecessary space before quotation mark] used in “/etc/systemd/system/plexmediaserver.service.d/override.conf” does not exist.
(“/mnt/PlexDrive/PlexData/Library/Application Support” <---- that’s the path where the metadata is stored vs
"/mnt/PlexDrive/PlexData/Library/Application Support " <----space)
If that is indeed the error and if that is why it cannot install sucessfully, how would I go about resolving this?
I’m not sure what you mean by the 2nd bit “etc/conf line”, but if you were talking about the fstab entry for the Plex drive it looks like this
/dev/disk/by-uuid/B496F3CF96F38FDA /mnt/B496F3CF96F38FDA auto nosuid,nodev,nofail,x-gvfs-show 0 0
I didn’t create this entry myself, it was “automatically” created when I’ve set it up in the device manager of my linux distro. If you meant something else let me know
I’m a noob when it comes to Linux, so just to get you right you mean like this?
UUID=B496F3CF96F38FDA /mnt/B496F3CF96F38FDA auto nosuid,nodev,nofail,x-gvfs-show 0 0
in fstab?
Does this have the potential to solve the errors with the plex installer script? I definitely have no idea where the difference would be I didn’t do this entry myself it was generated by my distros’ device manager
If it helps I will do it, I just would like to have a “no-pain-in-the-a” method to update PMS without issues on a regular basis. If you could guide a noob on how to do it: Deluxe
So I went ahead and mounted the Plex drive like this
UUID=B496F3CF96F38FDA /mnt/B496F3CF96F38FDA auto nosuid,nodev,nofail,x-gvfs-show 0 0
and remounted it and this worked. I also made sure that all the directories you were talking about exist. However, I’m still getting the exact same error message when I’m trying to install the new Plex .deb package. Is there anything else you can think of which may cause this? Or were I mistaken somewhere?
EDIT: It still prints the error
PlexMediaServer install: Error: Directory "/mnt/B496F3CF96F38FDA/LinuxPlexData/Library/Application Support " used in “/etc/systemd/system/plexmediaserver.service.d/override.conf” does not exist.
and this is weird isn’t it? As this directory is definitely existing And isn’t it also weird, that there’s a whitespace in the path for the directory in the print? Or does this not matter at all?
I got it! Turned out that there was a space after the path’s quotation mark, I’m dumb. After deleting that white space, the installer script went very fine. Thank you still a ton for all of your suggestions. Up and running now, yay
Yeah I thought it must’ve been something with the path or the error message wouldn’t make any sense After testing different constellations of whitespaces in the paths’ end I noticed there is one after the closing quote. That’s where my Linux alarm clock rang and it turned out to be a good alarm
And yeah I was indeed very happy that I found it by myself haha, so thank you for the gift of victory
But you said there is a space BEFORE the closing quote. I have zero spaces now in there
No problem at all. We all have hard days sometimes, I feel ya.
The problem is now solved and that’s the important bit I guess Thank you so much for your time and I hope the rest of the day/night will get a lot better for you