I have plexpy installed (pkg plexpy) in a warden jail. All was working fine until i recently restarted the box.
Now I cannot start plexpy service, but I can successfully run it directly:
I believe this error is being generated by...
PlexPy: Cannot start as a service (python not found)
Now I cannot start plexpy service, but I can successfully run it directly:
Code:
root@plexpy:/ # service plexpy start Starting plexpy. Error: Python not found! root@plexpy:/ # which python python: Command not found. root@plexpy:/ # which python2 /usr/local/bin/python2 root@plexpy:/ # which python2.7 /usr/local/bin/python2.7
I believe this error is being generated by...
PlexPy: Cannot start as a service (python not found)