Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=69
------------------------------------------------------------------------------
Ticket | 69
Created By | dick.kniep(a)lindix.nl
Summary | Crash if broken suspended/crashed session
Queue | pyhoca-gui
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 1. Low
Operating System | 5
Owners |
------------------------------------------------------------------------------
dick.kniep(a)lindix.nl (2011-05-30 10:25) wrote:
When a session has crashed (or has not been eded properly), it remains
in the active sessions list. When one restarts pyhoca-gui (for
instance the next day) and tries to reconnect to the crashed session,
this traceback occurs
pyhoca-gui[8513] (x2gofwtunnel-pylib) ERROR: incoming request to
[localhost]:30004 was rejected by the SSH server.
pyhoca-gui[8513] (PyHoca-GUI) NOTICE: [lindix - sessie fout]
Forwarding tunnel request to [localhost]:30004 for session
dick-51-1306402511_stRTERMINAL_dp24 was denied by remote X2go/SSH
server. Session startup failed.
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/gevent/greenlet.py", line 405, in run
result = self._run(*self.args, **self.kwargs)
File "/home/dick/x2go/pyhoca-gui/x2go/client.py", line 1140, in
resume_session
return self.session_registry(session_uuid).resume()
File "/home/dick/x2go/pyhoca-gui/x2go/session.py", line 915, in resume
_terminal.start_printing()
File
"/home/dick/x2go/pyhoca-gui/x2go/backends/terminal/_stdout.py", line
485, in start_printing
self.share_local_folder(folder_name=spool_dir, folder_type='spool')
File
"/home/dick/x2go/pyhoca-gui/x2go/backends/terminal/_stdout.py", line
607, in share_local_folder
self.control_session._x2go_sftp_write(_x2go_key_fname, _x2go_key_bundle)
File "/home/dick/x2go/pyhoca-gui/x2go/backends/control/_stdout.py",
line 161, in _x2go_sftp_write
remote_fileobj = self.sftp_client.open(remote_path, 'w')
File "/usr/lib/pymodules/python2.6/paramiko/sftp_client.py", line
245, in open
t, msg = self._request(CMD_OPEN, filename, imode, attrblock)
File "/usr/lib/pymodules/python2.6/paramiko/sftp_client.py", line
628, in _request
return self._read_response(num)
File "/usr/lib/pymodules/python2.6/paramiko/sftp_client.py", line
675, in _read_response
self._convert_status(msg)
File "/usr/lib/pymodules/python2.6/paramiko/sftp_client.py", line
701, in _convert_status
raise IOError(errno.ENOENT, text)
IOError: [Errno 2] No such file
<Greenlet at 0x3ae9408: <bound method PyHocaGUI.resume_session of
<pyhoca.wxgui.frontend.PyHocaGUI; proxy of <Swig Object of type
'wxPyApp *' at 0x358fba0>
>>(session_name='dick-51-1306402511_stRTERMINAL_dp24')> failed with
IOError
pyhoca-gui[8513] (PyHoca-GUI) NOTICE: [lindix - hervatten] X2go Sessie
wordt hervat... dick-51-1306402511_stRTERMINAL_
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=59
------------------------------------------------------------------------------
Ticket | 59
Created By | mike.gabriel(a)das-netzwerkteam.de
Summary | PyHoca-GUI ,,About'' window needs work...
Queue | pyhoca-gui
Version | HEAD
Type | Bug
State | Assigned
Priority | 1. Low
Operating System |
Owners | Mike Gabriel
------------------------------------------------------------------------------
mike.gabriel(a)das-netzwerkteam.de (2011-03-11 00:26) wrote:
... needed is:
o version number must be shown in ,,About'' window
o old code repository named in ,,About'' window -> needs to be
changed to git.x2go.org
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=2
------------------------------------------------------------------------------
Ticket | 2
Updated By | Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de>
Summary | Strg-C not possible during password authentication
Queue | pyhoca-cli
Version | HEAD
Type | Bug
State | Assigned
Priority | 1. Low
Operating System |
Owners | Mike Gabriel
------------------------------------------------------------------------------
Mike Gabriel <mike.gabriel(a)das-netzwerkteam.de> (2011-05-26 01:34) wrote:
fixed with Git commit:
http://code.x2go.org/gitweb?p=pyhoca-cli.git;a=commitdiff;h=c76c65322810ca5…
Ticket-URL: http://code.x2go.org/horde4/whups/ticket/?id=37
------------------------------------------------------------------------------
Ticket | 37
Erstellt Von | mike.gabriel(a)das-netzwerkteam.de
Zusammenfassung | Session profiles: allowing grouping of session profiles
Warteschlange | pyhoca-gui
Version | HEAD
Typ | Enhancement
Status | New
Priorität | 1. Low
Zuständige |
------------------------------------------------------------------------------
mike.gabriel(a)das-netzwerkteam.de (2011-02-08 23:20) hat geschrieben:
For people who work on many different X2go servers (like sysadmins) it
might be helpful to sub-group session profiles. This could be achieved
by a new session profile option: ,,profilegroup''.
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=67
------------------------------------------------------------------------------
Ticket | 67
Created By | dick.kniep(a)lindix.nl
Summary | Drop box does not work with sshproxy
Queue | pyhoca-gui
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 3. High
Operating System | 5
Owners |
------------------------------------------------------------------------------
dick.kniep(a)lindix.nl (2011-05-18 17:25) wrote:
If connecting to a server via an sshproxy, the dropbox does not work
Ticket URL: https://code.x2go.org/horde4/whups/ticket/?id=68
------------------------------------------------------------------------------
Ticket | 68
Created By | dick.kniep(a)lindix.nl
Summary | Only one session is working with ssh-proxy
Queue | pyhoca-gui
Version | HEAD
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Operating System | 5
Owners |
------------------------------------------------------------------------------
dick.kniep(a)lindix.nl (2011-05-20 14:57) wrote:
If one has connected to a host using ssh-proxy, it is not possible to
connect to another host from pyhoca-gui. This is very inconvenient, as
we have many servers where connections should be possible.