linux_deploy

Différences

Ci-dessous, les différences entre deux révisions de la page.


linux_deploy [2022/12/02 05:46] (Version actuelle) – - Imported by DokuWiki Advanced Plugin admin_wiki
Ligne 1: Ligne 1:
 +Bug sur l'installation de Mysql dans linux deploy 
 +If you use this command:
 +# apt-get install mysql-server
 +and can't complete the installation try this in the terminal:
 +# usermod -a -G aid_inet,aid_net_raw mysql
 +then repeat:
 +# apt-get install mysql-server
 +It worked for me. Debian jessie base on Asus P024.
  
 +https://github.com/meefik/linuxdeploy/issues/810