PHP 7.3: Missing mbstring, missing mysql extension - install manually
httpd: problem with dav + ssl (disable module)
httpd: problem with a vconf (no error in log, no syntax error... just not working, still need to investigate
Hibernation
Depuis le 2018-04-16, mon système se place en hibernation et n'est pas capable de redémarrer lorsque j'appuie sur une touche ou appuie sur le bouton "Power" de la tour.
test 1:
/etc/pm/sleep.d/000no-hibernate (chmod +x)
#!/bin/sh
if [ "$1" = "hibernate" ]; then
echo "I disabled hibernation for whatever reason"
exit 1
fi