O principal problema foi que o Plexmediaserver estava usando o Upstart / systemD, então o script de inicialização falha.
Mais informações neste guia que fiz: link
Eu instalei um script python chamado "plexconnect", que é basicamente um script para enganar meu apple tv3 para procurar em outro lugar por seus trailers. Fonte: link
Então eu fiz um script de inicialização. Fonte: link
O problema (menor) que eu tenho com este deamon é depois de uma reinicialização, o serviço sempre começa como ativo (sai):
● plexconnect.service - LSB: This is the Plex Connect daemon
Loaded: loaded (/etc/init.d/plexconnect; bad; vendor preset: enabled)
Active: active (exited) since sø. 2016-03-27 14:29:27 CEST; 1min 14s ago
Docs: man:systemd-sysv-generator(8)
Process: 1043 ExecStart=/etc/init.d/plexconnect start (code=exited, status=0/SUCCESS)
Tasks: 0 (limit: 512)
mars 27 14:29:26 lenox2 systemd[1]: Starting LSB: This is the Plex Connect daemon...
mars 27 14:29:27 lenox2 plexconnect[1043]: * Starting the process PlexConnect
mars 27 14:29:27 lenox2 systemd[1]: Started LSB: This is the Plex Connect daemon.
Depois de reiniciar o serviço, ele funciona bem ativo (em execução):
● plexconnect.service - LSB: This is the Plex Connect daemon
Loaded: loaded (/etc/init.d/plexconnect; bad; vendor preset: enabled)
Active: active (running) since sø. 2016-03-27 14:31:09 CEST; 1s ago
Docs: man:systemd-sysv-generator(8)
Process: 1911 ExecStop=/etc/init.d/plexconnect stop (code=exited, status=0/SUCCESS)
Process: 1921 ExecStart=/etc/init.d/plexconnect start (code=exited, status=0/SUCCESS)
Tasks: 6 (limit: 512)
CGroup: /system.slice/plexconnect.service
├─1930 /usr/bin/SCREEN -S PlexConnect -d -m /usr/local/lib/PlexConnect/PlexConnect.py
├─1933 python /usr/local/lib/PlexConnect/PlexConnect.py
├─1936 python /usr/local/lib/PlexConnect/PlexConnect.py
├─1940 python /usr/local/lib/PlexConnect/PlexConnect.py
├─1942 python /usr/local/lib/PlexConnect/PlexConnect.py
└─1944 python /usr/local/lib/PlexConnect/PlexConnect.py
mars 27 14:31:09 lenox2 systemd[1]: Starting LSB: This is the Plex Connect daemon...
mars 27 14:31:09 lenox2 plexconnect[1921]: * Starting the process PlexConnect
mars 27 14:31:09 lenox2 systemd[1]: Started LSB: This is the Plex Connect daemon.
Eu tentei parar o plexmediaserver e reiniciar o plexconnect para se houver um problema com dependências, mas ele corre bem sem plexmediaserver. Eu também tentei adicionar plexmediaserver como um início obrigatório para o script de inicialização:
#Required-Start: networking plexmediaserver
então:
sudo update-rc.d plexconnect defaults
insserv: Service plexmediaserver has to be enabled to start service plexconnect
insserv: exiting now!
É claro que estou em cima da minha cabeça aqui e preciso de ajuda. A única pista que tenho agora são as linhas extras do python no status de serviço inferior após uma reinicialização. Poderia ser python precisa ser um início obrigatório?
Código completo para o script de inicialização:
#!/bin/bash
### BEGIN INIT INFO
# Provides: plexconnect
# Required-Start: networking
# Required-Stop: networking
# Default-Start: 3 4 5
# Default-Stop: 0 1 6
# Short-Description: This is the Plex Connect daemon
# Description: This script starts the Plex Connect
# Python scripts in a detached screen.
### END INIT INFO
# Using the lsb functions to perform the operations.
./lib/lsb/init-functions
# Process name ( For display )
NAME=PlexConnect
# Daemon name, where is the actual executable
DAEMON="/usr/bin/screen"
DAEMON_OPTS="-S PlexConnect -d -m /usr/local/lib/PlexConnect/PlexConnect.py"
DAEMON_USER="root"
# pid file for the daemon
PIDFILE=/var/run/PlexConnect.pid
# If the daemon is not there, then exit.
test -x "$DAEMON"||exit5
case $1 in
start)
# Checked the PID file exists and check the actual status of process
if[-e $PIDFILE ];then
status_of_proc -p $PIDFILE "$DAEMON $DAEMON_OPTS""$NAME process"&& status="0"|| status="$?"
# If the status is SUCCESS then don't need to start again.
if[ $?="0"];then
log_success_msg "Starting the process $NAME"
exit# Exit
fi
fi
# Start the daemon.
# Start the daemon with the help of start-stop-daemon
# Log the message appropriately
if start-stop-daemon --start --quiet --oknodo --pidfile $PIDFILE --startas $DAEMON -p $PIDFILE -- ${DAEMON_OPTS};then
while read line ;do[[ $line =~([0-9]*).PlexConnect]]&& echo ${BASH_REMATCH[1]};done<<(screen -ls)> $PIDFILE
log_success_msg "Starting the process $NAME"
else
log_failure_msg "Starting the process $NAME"
fi
;;
stop)
# Stop the daemon.
if[-e $PIDFILE ];then
status_of_proc -p $PIDFILE "$DAEMON DAEMON_OPTS""Stoppping the $NAME process"&& status="0"|| status="$?"
if["$?"=0];then
start-stop-daemon --stop --quiet --oknodo --pidfile $PIDFILE
/bin/rm -rf $PIDFILE
log_success_msg ""Stopping the $NAME process""
fi
else
log_failure_msg "$NAME process is not running"
fi
;;
restart)
# Restart the daemon.
$0 stop && sleep 2&& $0 start
;;
status)
# Check the status of the process.
if[-e $PIDFILE ];then
status_of_proc -p $PIDFILE "$DAEMON $DAEMON_OPTS""$NAME process"&&exit0||exit $?
log_success_msg "$NAME process is running"
else
log_failure_msg "$NAME process is not running"
fi
;;
reload)
$0 restart
;;
*)
# For invalid arguments, print the usage message.
echo "Usage: $0 {start|stop|restart|reload|status}"
exit2
;;
esac
EDITAR:
Eu tenho procurado converter o sysvinit (plexconnect) para um Upstart.conf, pois o plexconnect é um Upstart.conf, mas depois descobri que o ubuntu agora usa o systemd.
O problema que tenho agora é que por alguma razão o plexmediaserver roda como um Upstart e quando tento fazer um plexconnect.conf do Upstart isso acontece:
initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
Então, agora estou ainda mais confuso ... Como o plexmediaplayer poderia ser um serviço do Upstart se o 16.04 não permitir que eu atualize o Upstart? (Instalado através do pacote Ubuntu).