Skip to content

Instantly share code, notes, and snippets.

@jmakov
Created January 26, 2020 08:34
Show Gist options
  • Save jmakov/346bc52c7dbaaf1e6c1805dd0e868704 to your computer and use it in GitHub Desktop.
Save jmakov/346bc52c7dbaaf1e6c1805dd0e868704 to your computer and use it in GitHub Desktop.
Problems & solutions
Clickhouse start fails after fresh install:
problem:
- permission denied /var/lib/clickhouse
solution:
- sudo mkdir -p /var/lib/clickhouse
- chown -R clickhouse:clickhouse /var/lib/clickhouse
MT4 install on Ubuntu 19.10
problem:
- during install asks for proxy settings
solution:
- install winehq-stable from https://wiki.winehq.org/Ubuntu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment