Tâche #14944
Scénario #14546: Corriger le comportement de certains services en cas d'arrêt de creoled
controle-vnc devrait démarrer sans creoled
Start date:
02/09/2016
Due date:
% Done:
0%
Estimated time:
10.00 h
Remaining (hours):
0.0
History
#1 Updated by Klaas TJEBBES over 7 years ago
- Status changed from Nouveau to Fermé
- Remaining (hours) changed from 10.0 to 0.0
root@scribek25:~# ps -edf|grep -E 'vnc|creole' root 17633 1 0 14:15 ? 00:00:00 /usr/bin/python /usr/bin/websockify 6080 --target-config=/var/lib/eop_novnc/ --cert=/etc/ssl/certs/eole.crt --key=/etc/ssl/certs/eole.key root 26083 1 0 15:26 ? 00:00:00 /usr/bin/python /usr/bin/twistd --pidfile=/var/run/controle-vnc.pid --rundir=/usr/share/eole/controlevnc --python=/usr/share/eole/controlevnc/controle_vnc_serveur.py --logfile=/var/log/controle-vnc/main.log root 26119 1 1 15:26 ? 00:00:00 /usr/bin/python /usr/sbin/creoled --daemon --pidfile /run/creoled.pid root 26138 5921 0 15:26 pts/0 00:00:00 grep --color=auto -E vnc|creole root@scribek25:~# service creoled stop * Stopping Creole daemon creoled [ OK ] root@scribek25:~# service controle-vnc stop * Stopping controle VNC: controle-vnc [ OK ] root@scribek25:~# ps -edf|grep -E 'vnc|creole' root 17633 1 0 14:15 ? 00:00:00 /usr/bin/python /usr/bin/websockify 6080 --target-config=/var/lib/eop_novnc/ --cert=/etc/ssl/certs/eole.crt --key=/etc/ssl/certs/eole.key root 26184 5921 0 15:27 pts/0 00:00:00 grep --color=auto -E vnc|creole root@scribek25:~# service controle-vnc start * Starting controle VNC: controle-vnc [ OK ] root@scribek25:~# ps -edf|grep -E 'vnc|creole' root 17633 1 0 14:15 ? 00:00:00 /usr/bin/python /usr/bin/websockify 6080 --target-config=/var/lib/eop_novnc/ --cert=/etc/ssl/certs/eole.crt --key=/etc/ssl/certs/eole.key root 26205 1 0 15:27 ? 00:00:00 /usr/bin/python /usr/bin/twistd --pidfile=/var/run/controle-vnc.pid --rundir=/usr/share/eole/controlevnc --python=/usr/share/eole/controlevnc/controle_vnc_serveur.py --logfile=/var/log/controle-vnc/main.log root 26210 5921 0 15:27 pts/0 00:00:00 grep --color=auto -E vnc|creole root@scribek25:~#