Hi,
In this sticky note , ChuckPA provides a solution to re-enable HW transcoding after DSM Update : Uninstall PMS and re-install it.
I found that it was possible to re-install PMS on the Synology to the same already installed version without need to actually uninstall PMS before.
But does doing so also reinstall the rules files (udev) which were removed when DSM was updated , just like the "full Uninstall PMS and re-install " ?
Regards,
JC
Remove PMS from Package Center
Manual install again.
The installer is smart enough to know the Plex share already exists as well as the Plex user.
It also knows to write the udev entries.
Working on a solution which will make the package more resilient to DSM updates. Need to verify it’s ‘iron clad’ before deploying
Sorry for my previous ‘half awake’ reply
- Remove from Package Center is not a full uninstall. You’re only removing the binaries
- Reinstalling the binaries does write the udev rules
Just a quick question: Could it be possible for the installer to do something like the following when installing a new version:
- check if udev permissions are still OK
- if true, continue installing new PMS version
- if false: uninstall current version, and then install new version
Thanks for answer and reactivity while on vacation ! 
Update:
Back from holiday and will be submitting a change request.
- Install and uninstall udev files normally with package center actions.
- Changed PMS start to not jump into user
plex until after verifying permissions are valid. Rule files recreated as needed prior to launch.
This provides two levels of insulation from DSM updates.
- Uninstall - reinstall will always work.
- Stop/Start PMS will restore the permissions. This addresses DSM rebooting after an update
- Maintain ‘well behaved’ status and remove the rules files when uninstalling.