Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#19 fixed integrate bonjour with twisted Antoine Martin Antoine Martin
Description

One main loop to rule them all...
Not a priority until we can figure out how to integrate avahi with twisted too.

http://www.indelible.org/ink/twisted-bonjour/

#26 fixed add ssh keys to host option Antoine Martin Antoine Martin
Description

If the account has an SSH key defined, we can just add it to the list of authorized keys on the server rather than storing the password.
shifter_add_key SHIFTER_KEY, SSH_KEY
This is the public key, so we need the UI widgets to point to the public key as well as private key. Windows keys generated by puttygen.exe must be converted on the server via "ssh-keygen -i"

#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
Note: See TracQuery for help on using queries.