The PMS.sh script in the linux version of this release is formatted for DOS/Windows.
the following error will appear when trying to start ps3mediaserver:
"bash: ./PMS.sh: /bin/sh^M: bad interpreter: No such file or directory"
The solution is to open PMS.sh with vim and change the file format eg:
vi PMS.sh
: set fileformat=unix
:wq