Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#28 fixed run sessions and their clients with daemonizable threads Antoine Martin Antoine Martin
Description

At the moment, xpra supports this on the server: the xpra server stays alive even when shifter_server is stopped.
Ideally, we want to keep all the sessions running and just re-load the session files when the server re-starts. The problem comes from the fact that NX writes to stdout and we watch this output to get the current session state, we will need to redirect to a file instead and watch that (and maybe also start it with 'nohup'?)

#29 fixed register our mDNS service types: _shifter._tcp. and _shifter_reversed_mdns._tcp. Antoine Martin Antoine Martin
Description

Need to find out who is in charge of:

/usr/lib/avahi/service-types.db
#30 fixed Deal with xpra server blocking on dead sockets Antoine Martin Antoine Martin
Description

Detect when an xpra server has crashed hard and is blocking on a socket. At the moment we call

dotxpra.sockets()

which may block forever...

  • Add a timeout in there so that we detect the failure.
  • We may want to kill those servers or/and remove the broken socket.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.