Advertisement
Guest User

Untitled

a guest
Dec 6th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. 2016-12-06 10:44:32,786:INFO:Using host_id: d3ffd4e8-cdad-3c6b-8a84-7c597ed5ef52
  2. 2016-12-06 10:44:32,786:INFO:Launching X server and X session.
  3. 2016-12-06 10:44:32,794:INFO:Starting Xvfb on display :20
  4. xdpyinfo: unable to open display ":20".
  5. 2016-12-06 10:44:33,300:INFO:X server is active.
  6. Traceback (most recent call last):
  7. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1545, in <module>
  8. sys.exit(main())
  9. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1472, in main
  10. desktop.launch_session(args)
  11. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 656, in launch_session
  12. self._launch_x_server(x_args)
  13. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 579, in _launch_x_server
  14. self._launch_xvfb(display, x_auth_file, extra_x_args)
  15. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 503, in _launch_xvfb
  16. stdout=devnull, stderr=devnull)
  17. File "/usr/lib/python2.7/subprocess.py", line 523, in call
  18. return Popen(*popenargs, **kwargs).wait()
  19. File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
  20. errread, errwrite)
  21. File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
  22. raise child_exception
  23. OSError: [Errno 2] No such file or directory
  24. 2016-12-06 10:44:33,303:INFO:Cleanup.
  25. 2016-12-06 10:44:33,303:INFO:Terminating X server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement