Advertisement
mikedep333

pyhoca-cli error with X2Go under Docker

May 18th, 2015
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. [batmin@fedora-22 x2go-minimal]$ pyhoca-cli --server localhost -p 50000 -N --user user --add-to-known-hosts
  2. pyhoca-cli[10468] NOTICE: preparing requested X2Go session
  3. pyhoca-cli[10468] (PyHocaCLI) NOTICE: preparing requested X2Go session
  4. pyhoca-cli[10468] (x2gosessregistry-pylib) NOTICE: registering X2Go session Pyhoca-Client_Session...
  5. pyhoca-cli[10468] (x2goclient-pylib) NOTICE: initializing X2Go session...
  6. pyhoca-cli[10468] (x2gocontrolsession-pylib) NOTICE: connecting to [localhost]:50000
  7. pyhoca-cli[10468] (PyHocaCLI) WARN: passwordless login for ,,user'' failed
  8. pyhoca-cli[10468] (PyHocaCLI) NOTICE: proceeding to interactive login for user ,,user''
  9. Password:
  10. pyhoca-cli[10468] (x2gocontrolsession-pylib) NOTICE: connecting to [localhost]:50000
  11. pyhoca-cli[10468] (x2goterminalsession-pylib) ERROR: setting keyboard layout ,,us'' and variant ,,null'' for session user-50-1431980950_stRTERMINAL_dp24 failed: sh: setxkbmap: command not found
  12. pyhoca-cli[10468] (PyHocaCLI) NOTICE: give the X2Go session some time to come up...
  13. pyhoca-cli[10468] (PyHocaCLI) NOTICE: Press CTRL+C to suspend the running session...
  14. pyhoca-cli[10468] (x2goclient-pylib) WARN: HOOK_on_control_session_death: the control session of profile Pyhoca-Client_Session has died unexpectedly
  15. pyhoca-cli[10468] (x2gosession-pylib) WARN: local folder sharing is disabled for this session profile
  16. pyhoca-cli[10468] (x2goproxy-pylib) WARN: X2Go proxy shutdown gave a message that we may ignore: [Errno 3] No such process
  17. pyhoca-cli[10468] (x2gosession-pylib) WARN: local folder sharing is disabled for this session profile
  18. pyhoca-cli[10468] (x2gosession-pylib) WARN: local folder sharing is disabled for this session profile
  19. Traceback (most recent call last):
  20. File "/usr/bin/pyhoca-cli", line 423, in <module>
  21. thisPyHocaCLI.MainLoop()
  22. File "/usr/lib/python2.7/site-packages/pyhoca/cli/frontend.py", line 580, in MainLoop
  23. if self._X2GoClient__has_session_terminated(self.x2go_session_hash):
  24. File "/usr/lib/python2.7/site-packages/x2go/client.py", line 1847, in has_session_terminated
  25. return self.session_registry(session_uuid).has_terminated()
  26. File "/usr/lib/python2.7/site-packages/x2go/registry.py", line 116, in __call__
  27. raise x2go_exceptions.X2GoSessionRegistryException('No session found for UUID %s' % session_uuid)
  28. x2go.x2go_exceptions.X2GoSessionRegistryException: No session found for UUID 88718b68-fd9c-11e4-83a8-001a4a1bd601
  29. [batmin@fedora-22 x2go-minimal]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement