After upgrading to DSM6 i am extra careful to check for errors.
in the /var/log/bash_err.log i see that the startup of plex seems to try to make a call to /sbin/ldconfig which is not available on the synology (at least mine after the upgrade). This happens on startup and from time to time.
Can someone confirm that this is normal and expected behaviour on synology? I've not noticed it before on any older DSM version - potentially because there was no bash_err.log :-) )
looking further into things the call seems to come from pythons ctypes/util.py which on the python version 2.7.4 included with plex does not check for existence of /sbin/ldconfig whereas the python 2.7.11 ctypes/util.py provided with synology tries to be smart. Maybe plex needs to upgrade the packaged python version to a later version.
anyway here's the log:
Mar 25 12:44:05 Six sh: BASH_ERR: report_error [ (14909)"Plex Plug-in [com.plexapp.agents.imdb] /volume1/@appstore/Plex Media Server/Resources/Plug-ins-cece46d/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 0.9.16.3.1840-cece46d /volume1/@appstore/Plex Media Server/Resources/Plug-ins-cece46d/PlexMovie.bundle" -> (14910)"sh -c /sbin/ldconfig -p 2>/dev/null" -> (14911)"sh -c /sbin/ldconfig -p 2>/dev/null" ] sh: /sbin/ldconfig: No such file or directory
Mar 25 12:44:05 Six sh: BASH_ERR: report_error [ (14909)"Plex Plug-in [com.plexapp.agents.imdb] /volume1/@appstore/Plex Media Server/Resources/Plug-ins-cece46d/Framework.bundle/Contents/Resources/Versions/2/Python/bootstrap.py --server-version 0.9.16.3.1840-cece46d /volume1/@appstore/Plex Media Server/Resources/Plug-ins-cece46d/PlexMovie.bundle" -> (14913)"sh -c /sbin/ldconfig -p 2>/dev/null" -> (14914)"sh -c /sbin/ldconfig -p 2>/dev/null" ] sh: /sbin/ldconfig: No such file or directory