Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. 2018-04-24 19:52:47,161:INFO:Launching X server and X session.
  2. 2018-04-24 19:52:47,169:INFO:Starting Xvfb on display :20
  3. xdpyinfo: unable to open display ":20".
  4. 2018-04-24 19:52:47,683:INFO:X server is active.
  5. Traceback (most recent call last):
  6. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1772, in <module>
  7. sys.exit(main())
  8. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1679, in main
  9. desktop.launch_session(options.args)
  10. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 723, in launch_session
  11. self._launch_x_server(x_args)
  12. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 640, in _launch_x_server
  13. self._launch_xvfb(display, x_auth_file, extra_x_args)
  14. File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 564, in _launch_xvfb
  15. stdout=devnull, stderr=devnull)
  16. File "/usr/lib/python2.7/subprocess.py", line 168, in call
  17. return Popen(*popenargs, **kwargs).wait()
  18. File "/usr/lib/python2.7/subprocess.py", line 390, in __init__
  19. errread, errwrite)
  20. File "/usr/lib/python2.7/subprocess.py", line 1025, in _execute_child
  21. raise child_exception
  22. OSError: [Errno 2] No such file or directory
  23. 2018-04-24 19:52:47,687:INFO:Cleanup.
  24. 2018-04-24 19:52:47,687:INFO:Terminating X server
  25. [0424/195247.704869:WARNING:remoting_user_session.cc(464)] Child exited with status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement