Hi everybody !
I've just received my Odroid XU4 and tried to install pas on it with the repo dev2day.
But I think I've some issues with running it ...
When I boot the droid, I type this command : 'service plexmediaserver status' and this is the result:
plexmediaserver.service - LSB: Plex Media Server
Loaded: loaded (/etc/init.d/plexmediaserver)
**Active: active (exited)** since Tue 2016-02-23 20:08:11 UTC; 20h ago
Docs: man:systemd-sysv-generator(8)
Process: 691 ExecStart=/etc/init.d/plexmediaserver start (code=exited, status=0/SUCCESS)
Feb 23 20:08:08 Exasky systemd[1]: Starting LSB: Plex Media Server...
Feb 23 20:08:08 Exasky plexmediaserver[691]: Starting Plex Media Server: USER:plex
Feb 23 20:08:08 Exasky su[734]: Successful su for plex by root
Feb 23 20:08:08 Exasky su[734]: + ??? root:plex
Feb 23 20:08:08 Exasky su[734]: pam_unix(su:session): session opened for user plex by (uid=0)
Feb 23 20:08:10 Exasky plexmediaserver[691]: mkdir: cannot create directory ‘//Library’: Permi…enied
Feb 23 20:08:10 Exasky plexmediaserver[691]: WARNING COULDN'T CREATE //Library/Application Sup...AT!
Feb 23 20:08:11 Exasky plexmediaserver[691]: done
Feb 23 20:08:11 Exasky systemd[1]: Started LSB: Plex Media Server.
Hint: Some lines were ellipsized, use -l to show in full.
And if I type service plexmediaserver restart, I've the same message.
I found a workaround by launching the script '/etc/init.d/plexmediaserver' with 'start' as argument. With that, the server is launch and I can access to the web interface.
In this case, if I execute the command 'ps -edf | grep -i flex' I can see the Plex processes. But the result of the command 'service plexmediaserver status' hasn't changed.
My question is: How can I get the command 'service plexmediaserver start' working correctly?
Thank you in advance, and sorry for the long post :)