Custom Query (230 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 230)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#57 fixed Save host key to file 'None' Antoine Martin Antoine Martin
Description
2010/08/01 06:17:22 ServerConnection.save_host_key(ServerConfig(DesktopOnline)) to file 'None'
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/shifter/ui/ui_util.py", line 326, in <lambda>
    dialog.connect('response', lambda x,y: self.ask_response_callback(x,y,cancel_callback, ok_callback))
  File "/usr/local/lib/python2.6/dist-packages/shifter/ui/ui_util.py", line 333, in ask_response_callback
    ok_callback()
  File "/usr/local/lib/python2.6/dist-packages/shifter/client/server_connection.py", line 391, in trust_server
    self.save_host_key(self.server_link.server)
  File "/usr/local/lib/python2.6/dist-packages/shifter/client/server_connection.py", line 409, in save_host_key
    save_binary_file(filename, data)
  File "/usr/local/lib/python2.6/dist-packages/shifter/util/file_io.py", line 263, in save_binary_file
    assert filename
AssertionError
#58 fixed do_commit_changes list index out of range bug in ConfigureServerWindow Antoine Martin Antoine Martin
Description
2010/08/01 06:17:34 ConfigureServerWindow.commit_changes()
2010/08/01 06:17:34 Traceback (most recent call last):

2010/08/01 06:17:34   File "/usr/local/lib/python2.6/dist-packages/shifter/ui/config_common.py", line 311, in commit_changes
    self.do_commit_changes(args)

2010/08/01 06:17:34   File "/usr/local/lib/python2.6/dist-packages/shifter/ui/config_server.py", line 385, in do_commit_changes
    self.server.preferred_desktop_type = self.desktop_types[active]

2010/08/01 06:17:34 IndexError: list index out of range

#59 fixed cannot start full remote desktop if the only protocol available is ssh! Antoine Martin Antoine Martin
Description

Should ensure that we have a full remote desktop protocol available (compatible version too) on the server before showing the option in the menus. (at the moment the form comes up but is useless: we can't select a protocol as none are available)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.