Skip to content

Instantly share code, notes, and snippets.

@yaleksandr89
Last active May 7, 2020 12:37
Show Gist options
  • Save yaleksandr89/d89c8355ed754dee65fb5ba671998bf7 to your computer and use it in GitHub Desktop.
Save yaleksandr89/d89c8355ed754dee65fb5ba671998bf7 to your computer and use it in GitHub Desktop.
> Если при перезапуске, старте или остановке Mariadb зависает на [Notice] Waiting for page_cleaner, то необходимо в консоле прописать:
https://forum.manjaro.org/t/computer-does-not-shut-down-because-of-mariadb/81565/8
```bash
timedatectl set-local-rtc 1
```
или
https://askubuntu.com/questions/892026/shutdown-hangs-on-a-stop-job-is-running-to-for-mysql-community-server
```bash
sudo dpkg-reconfigure tzdata
```
> И перезагрузить ПК.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment