Server Version#:
Player Version#:
<If providing server logs please do NOT turn on verbose logging
I’m getting ready to scrape my hard drive and reinstall Ubuntu to repair whatever it is I did to my video drivers. Is there a guide or any tips on how to prepare for that to minimize problems setting Plex up again? All of my media is on a separate hard drive. As far as I know everything else is on the boot drive.
SNAP is an isolated container; more isolated than any docker.
It is bound to different directories (per SNAP package rules) and can only see your home directory.
As of Ubuntu 20.04, the only packages you can download from the Ubuntu store are SNAP packages.
The best resource now is to enable the Plex repository or download/update manually. It’s always a good idea to keep at least one DEB package available
There’s no reason not to use the repository.
I always recommend to keep at least 1 known-good copy on hand.
It serves as the quick “get back up and running” installation after anything major with the host. The repo it setup automatically by performing that installation (less the final step to enable)
no your not missing anything that i can tell i am still kinda new to linux still learning. i have just removed the info from the deb package as part of my automation scripts. plex website does not help on setting up linux repo install just pushes out the deb file.
Thanks Saberwolf. Will do once I’ve got things working again.
Unfortunately, clearly I’ve done something wrong.
I don’t understand what I do wrong, but when I start messing with permissions, it seems I have to do it several times with multiple reboots to make anything happen.
Couldn’t record. Couldn’t access tuners after I tried to fix the recording. Still couldn’t record. Couldn’t transcode to other devices.
Now, everything seems to be working, but I’ll hold off for a few days before I celebrate.
Note to self for next time - in the fstab file, “ro” means read only. You don’t want that. Also don’t forget to change the permissions to allow plex to do things on the media drive.
sorry yes the deb package does not install repo after manually installed deb package due to lake of dependency required for apt-key add command it requires gnupg it does how every leave the required info in the plexmediaserver.list file for user to correct at a later date.
You don’t need to add any other packages to install the Plex signing key.
My installation script does write the Repo definition file.
I do not enable it by default , nor do I add the key because I felt making that modification was presumptuous.
In light of the point however, I will discuss with the team about adding the signing key during package installation. This will reduce the number of steps required to use the repo to one (remove the comment). I believe the user should be in control of turning that on/off
I maintain a set of Linux tips which will probably be of use.
In them I also show examples of setting up permissions for media files ( How to mount other hard drives tip )