Bug #1677
Sunstone can leave the novnc process running in some cases
Status: | Closed | Start date: | 12/03/2012 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Javi Fontan | % Done: | 0% | |
Category: | Sunstone | |||
Target version: | Release 4.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: | OpenNebula 3.8 |
Description
If there is an active novnc connection when you execute 'sunstone-server stop', the websocketproxy.py process is left running.
When later on you execute 'sunstone-server start', the old websocketproxy.py process keeps running, but noVnc stops working.
Associated revisions
bug #1677: force websocket proxy kill after 1 second
History
#1 Updated by Ruben S. Montero over 8 years ago
- Assignee set to Javi Fontan
#2 Updated by Javi Fontan about 8 years ago
- Status changed from New to Closed
- Resolution set to fixed
Sends KILL signal after one second when the process is still running.