Skip to content

Instantly share code, notes, and snippets.

@lym
Created November 28, 2018 13:52
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 lym/89a1dd28a8ca27e87c68d3325e7b0be6 to your computer and use it in GitHub Desktop.
Save lym/89a1dd28a8ca27e87c68d3325e7b0be6 to your computer and use it in GitHub Desktop.
[Fix] Headless::Exception: Display socket is taken but lock file is missing - check the Headless troubleshooting guide
mkdir /tmp/.X11-unix && sudo chmod 1777 /tmp/.X11-unix && sudo chown root /tmp/.X11-unix/
@rusbal
Copy link

rusbal commented Jun 27, 2019

Solves my problem. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment