Hi Forum.
Let me start saying, that I am still quite the newbie, when it comes to linux.
Having a slightly weird problem with my PMS installation on Ubuntu Server 16.04. I am running version 1.13.5.5291
Plex is actually working fine. I can start, stop and restart the service by:
sudo service plexmediaserver start/stop/restart
But when I check for the status of all services with
sudo service --status-all
plexmediaserver does not show, and if I try to run, e.g.:
sudo service plexmediaserver update
It says: plexmediaserver: unrecognized service.
A similar thing happened when trying to make a rule with UFW for plexmediaserver instead of the open port.
Hi.
I managed to create the rule for the port instead. Not a problem.
I just thought it weird, that the service didn’t show up when running
service --status-all
It’s unfortunate. I tried offering a rule for others to use and was quickly advised it’s not necessary because folks like tighter control of their firewalls even on LAN.
As a point, As of Ubuntu 16, we use systemctl status plexmediaserver since Ubuntu has switched to systemd as the init program. Both work. ‘Service’ still has functionality but ‘systemd’ has more.