Hi everybody. I hope someone could help me. This morning my PMS stopped working without any reason. Going into my NAS Webpage and trying my ssh the command:
service plexmediaserver status
PMS seems to be running but not in execution.
I also tried to stop and start service again but it’s unuseful:
Job for plexmediaserver.service failed because of unavailable resources or another system error.
See “systemctl status plexmediaserver.service” and “journalctl -xe” for details
While if I try to enable it from webpage, the error is:
Failed to execute command ‘export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; systemctl start ‘plexmediaserver’ 2>&1’ with exit code ‘1’: Job for plexmediaserver.service failed because of unavailable resources or another system error. See “systemctl status plexmediaserver.service” and “journalctl -xe” for details.
Errore #0:
OMV\ExecException: Failed to execute command ‘export PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin; export LANG=C.UTF-8; systemctl start ‘plexmediaserver’ 2>&1’ with exit code ‘1’: Job for plexmediaserver.service failed because of unavailable resources or another system error.
See “systemctl status plexmediaserver.service” and “journalctl -xe” for details. in /usr/share/php/openmediavault/system/process.inc:182
Stack trace:
#0 /usr/share/php/openmediavault/system/systemctl.inc(86): OMV\System\Process->execute(Array, 1)
#1 /usr/share/php/openmediavault/system/systemctl.inc(104): OMV\System\SystemCtl->exec(‘start’, NULL, false)
#2 /usr/share/openmediavault/engined/module/plexmediaserver.inc(46): OMV\System\SystemCtl->enable(true)
#3 /usr/share/openmediavault/engined/rpc/config.inc(194): OMVModulePlexMediaServer->startService()
#4 [internal function]: OMVRpcServiceConfig->applyChanges(Array, Array)
#5 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#6 /usr/share/php/openmediavault/rpc/serviceabstract.inc(149): OMV\Rpc\ServiceAbstract->callMethod(‘applyChanges’, Array, Array)
#7 /usr/share/php/openmediavault/rpc/serviceabstract.inc(565): OMV\Rpc\ServiceAbstract->OMV\Rpc{closure}(’/tmp/bgstatus4B…’, ‘/tmp/bgoutputIp…’)
#8 /usr/share/php/openmediavault/rpc/serviceabstract.inc(159): OMV\Rpc\ServiceAbstract->execBgProc(Object(Closure))
#9 /usr/share/openmediavault/engined/rpc/config.inc(213): OMV\Rpc\ServiceAbstract->callMethodBg(‘applyChanges’, Array, Array)
#10 [internal function]: OMVRpcServiceConfig->applyChangesBg(Array, Array)
#11 /usr/share/php/openmediavault/rpc/serviceabstract.inc(123): call_user_func_array(Array, Array)
#12 /usr/share/php/openmediavault/rpc/rpc.inc(86): OMV\Rpc\ServiceAbstract->callMethod(‘applyChangesBg’, Array, Array)
#13 /usr/sbin/omv-engined(537): OMV\Rpc\Rpc::call(‘Config’, ‘applyChangesBg’, Array, Array, 1)
#14 {main}
if I understand well, it’s a problem linked to NAS resources, right?
My nas config is: Mb Asus Prime H310M-D
CPU Intel Pentium Gold G5400
Ram 16GB
Plex media server and open media vault are installed on ssd XPG SX6000 lite 128gb
In addiction, someone could tell me the command to move transcode directory to ssd or if someone knows any optimization I can do un my PMS?
UPDATE: I solved the issue, trying to uninstall and install PMS again. But this is already the second time that this problem happens.