[X2Go-User] pyhoca 0.5.0.2 freeze in debian wheezy
hanak at is-it.eu
hanak at is-it.eu
Tue Oct 28 22:25:38 CET 2014
>>>>> "MG" == Mike Gabriel <mike.gabriel at das-netzwerkteam.de> writes:
MG> Hi,
MG> On Di 28 Okt 2014 15:28:53 CET, hanak wrote:
>>> Hi all,
>>>
>>> I have a problem with an newly installed pyhoca-gui
>>>
>>> while I can connect from an debian-wheezy with pyhoca-gui
>>> 0.4.0.9 without problems, an newly installed pyhoca-gui at
>>> another computer with version 0.5.0.2 pyhoca-gui freezes at the
>>> moment when it tries to establish the ssh connection.
>>
>> I confirm exactly the same behavior on debian-wheezy when running
>> pyhoca-cli.
>>
>> While on pyhoca-cli 0.4.0.2-1 (pyhoca-x2go 0.4.0.9-1) everything
>> works without problems, on pyhoca-cli 0.5.0.1-1 (python-x2go
>> 0.5.0.1-1) connection freezes with exactly the same debug...
>>
>> Best regards
>>
>> Pavel
MG> can anyone of you send me an obfuscated ~/.x2goclient/sessions
MG> file?
Actually I tried it with an empty ~/.x2goclient/sessions file
because I used only parameters given on command line, like this:
pyhoca-cli --server testserver -u demouser -c xterm --libdebug -d
and the output was:
Xlib.protocol.request.QueryExtension
pyhoca-cli[11421] NOTICE: preparing requested X2Go session
pyhoca-cli[11421] (PyHocaCLI) NOTICE: preparing requested X2Go session
pyhoca-cli[11421] (x2goinifiles-pylib) INFO: proposed config files are ['/home/demouser/.x2goclient/sessions']
pyhoca-cli[11421] (x2goinifiles-pylib) INFO: config files found: ['/home/demouser/.x2goclient/sessions']
pyhoca-cli[11421] (x2goinifiles-pylib) INFO: proposed config files are ['/home/demouser/.x2goclient/settings']
pyhoca-cli[11421] (x2goinifiles-pylib) INFO: config files found: ['/home/demouser/.x2goclient/settings']
pyhoca-cli[11421] (x2goinifiles-pylib) INFO: proposed config files are ['/home/demouser/.x2goclient/printing']
pyhoca-cli[11421] (x2goinifiles-pylib) INFO: config files found: ['/home/demouser/.x2goclient/printing']
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: X2Go control session parameters for profile Pyhoca-Client_Session:
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: username: demo
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: key_filename: /home/demouser/.ssh/id_rsa
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: unique_hostkey_aliases: False
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: look_for_keys: True
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: allow_agent: True
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: X2Go terminal session parameters for profile Pyhoca-Client_Session:
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: client_encoding: UTF-8
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: set_session_title: False
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: snd_system: pulse
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: session_type: application
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: server_encoding: UTF-8
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: snd_port: 4713
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: rdp_server:
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: kbtype: pc105/us
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: applications: ['WWWBROWSER', 'MAILCLIENT', 'OFFICE', 'TERMINAL']
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: published_applications: False
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: link: adsl
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: xdmcp_server: localhost
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: kbvariant: null
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: geometry: 800x600
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: rdp_options: -u X2GO_USER -p X2GO_PASSWORD
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: cmd: xterm
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: convert_encoding: False
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: clipboard: both
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: kblayout: us
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: session_title:
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: pack: 16m-jpeg-9
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: X2Go sshproxy parameters for profile Pyhoca-Client_Session:
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: sshproxy_host: proxyhost.mydomain
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: sshproxy_port: 22
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: sshproxy_look_for_keys: True
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: sshproxy_allow_agent: True
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: sshproxy_key_filename:
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: sshproxy_user:
pyhoca-cli[11421] (x2gosession-pylib) DEBUG: initializing X2GoControlSession
pyhoca-cli[11421] (x2gosessregistry-pylib) NOTICE: registering X2Go session Pyhoca-Client_Session...
pyhoca-cli[11421] (x2gosessregistry-pylib) DEBUG: registering X2Go session with UUID 95df0fac-5ee4-11e4-8bae-d4bed9957790
pyhoca-cli[11421] (x2goclient-pylib) NOTICE: initializing X2Go session...
pyhoca-cli[11421] (x2gocontrolsession-pylib) NOTICE: connecting to [testserver]:22
pyhoca-cli[11421] (x2gocontrolsession-pylib) DEBUG: trying SSH key discovery or agent authentication with server
Here there was a freeze...
MG> Plus: what openSSH server version is installed on the X2Go Server?
openssh-server 1:6.0p1-4+deb7u2
The problem occurs only when running the client based on python-x2go.
There is no problem using x2goclient binary.
Pavel
More information about the x2go-user
mailing list