PlexConnect on QNAP _ Keeps Shutting down

So thanks to Rock Star for his epic post http://forums.plexapp.com/index.php/topic/70373-plexconnect-running-on-a-qnap-nas/

 

 

Having Issues with the server shutting down as soon as it boots up

 

Sever works a treat except when you attempt to Auto run the server STOPS right after it is booted 

 

 

--------------------------------------------------------------autorun.sh--------------------------------------------------------

#!/bin/sh
 
#Start PlexConnect
/share/MD0_DATA/.qpkg/Python/bin/python /share/MD0_DATA/.qpkg/PlexConnect/PlexConnect.py -d

------------------------------------------------------------------------------------------------------------------------------------------

 

PlexConnect.LOG

01:13:42 PlexConnect: started: 01:13:42
01:13:42 PlexConnect: ***
01:13:42 PlexConnect: PlexConnect
01:13:42 PlexConnect: Press ENTER to shut down.
01:13:42 PlexConnect: ***
01:13:42 PlexConnect: IP_self: 192.168.8.179
01:13:42 PlexConnect: started: 01:13:42
01:13:42 DNSServer: started: 01:13:42
01:13:42 DNSServer: ***
01:13:42 DNSServer: Starting up.
01:13:42 DNSServer: intercept trailers.apple.com: 192.168.8.179
01:13:42 DNSServer: forward other to higher level DNS: 8.8.8.8
01:13:42 DNSServer: ***
01:13:42 WebServer: started: 01:13:42
01:13:42 WebServer: ***
01:13:42 WebServer: WebServer: Serving HTTP on 0.0.0.0 port 80.
01:13:42 WebServer: ***
01:13:42 XMLConverter: PlexGDM off - PMS from settings: 192.168.8.179:32400
01:13:42 PlexConnect: Shutting down.
01:13:47 DNSServer: Shutting down.
01:13:47 WebServer: Shutting down.
 
 
 
 

Um there is no "Rock Star", it is just a title, like you currently have "Newbie" but there were definitely a few heroes in getting the Linux NAS stuff working.

If you look at the install guide for Linux, linked on the wiki, you should find the answer you are seeking in there.

Essentially PlexConnect is not currently coded to be able to run as a daemon by default (you can either use screen or hack the code to get it working).