Skip to content

Instantly share code, notes, and snippets.

Created May 26, 2017 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/8adc4167794ff363a549a0781aa28147 to your computer and use it in GitHub Desktop.
Save anonymous/8adc4167794ff363a549a0781aa28147 to your computer and use it in GitHub Desktop.
crd error
[kokeroulis@kokeroulis-pc:~/.config/systemd]
% cat /tmp/crd.log 1 ↵
2017-05-26 21:38:01,576:INFO:Using host_id: 708f6e30-8c02-2473-8a23-9bdc749f3bd8
2017-05-26 21:38:01,577:INFO:Launching X server and X session.
2017-05-26 21:38:01,584:INFO:Starting Xorg on display :20
xdpyinfo: unable to open display ":20".
(EE)
Fatal server error:
(EE)
Invalid argument for -logfile - "/dev/null"
With elevated privileges -logfile must specify a relative path
without any ".." elements.
(EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
(EE)
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
xdpyinfo: unable to open display ":20".
Traceback (most recent call last):
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1585, in <module>
sys.exit(main())
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 1506, in main
desktop.launch_session(options.keep_env, args)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 689, in launch_session
self._launch_x_server(x_args)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 610, in _launch_x_server
self._launch_xorg(display, x_auth_file, extra_x_args)
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 574, in _launch_xorg
self._wait_for_x()
File "/opt/google/chrome-remote-desktop/chrome-remote-desktop", line 508, in _wait_for_x
raise Exception("Could not connect to X server.")
Exception: Could not connect to X server.
2017-05-26 21:38:11,638:INFO:Cleanup.
2017-05-26 21:38:11,638:INFO:Terminating X server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment