Page 1 of 1
Installation schlägt fehl!
Posted: Tue 24. Oct 2017, 19:38
by MrCoding
Hallo,
ich melde mich nochmal, da ich KeyHelp jetzt auf einem neunen Server installieren kann.
Jetzt kommt folgender Fehler:
Code: Select all
-> run /home/keyhelp/www/keyhelp/install/install.php --installer-version 1
Error: Unable to find a valid quota mountpoint. You have to make sure that there is a "/" - mountpoint in your "/etc/fstab". Visit https://community.keyhelp.de and ask for help or contact KeyHelp Support Team.
Was kann ich dagegen machen?
Viele Grüße
Nils
Re: Installation schlägt fehl! [GELÖST]
Posted: Tue 24. Oct 2017, 19:46
by Martin
Hallo,
bei dem Server handelt es sich vermutlich um ein OpenVZ System?
Die Lösung ist u.A. hier beschrieben:
viewtopic.php?f=4&t=15#p478
Re: Installation schlägt fehl!
Posted: Tue 24. Oct 2017, 20:31
by MrCoding
Danke das Ging erstmal!
Beim weiteren installieren kommt folgendes:
Code: Select all
Warning: MySQL - Connection Error: 2002 (No such file or directory) in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 170
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 49
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 50
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 69
Warning: DBConnection::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 70
Warning: MySQL - Query Error: () in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 170
[ERROR]
Firewall (iptables) ...
Warning: MySQL - Connection Error: 2002 (No such file or directory) in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 170
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 49
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 50
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 69
Warning: DBConnection::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 70
Warning: MySQL - Query Error: () in /home/keyhelp/www/keyhelp/incl/class.dbconnection.php on line 170
[ERROR]
Was ist das jetzt?
Viele Grüße
Nils
Re: Installation schlägt fehl!
Posted: Tue 24. Oct 2017, 20:40
by Martin
Hallo,
genauere Fehlerursachen werden im KeyHelp Installationslog unter /var/log/keyhelp/install.log protokolliert.
Handelt es sich bei dem virtuellen System um ein "sauberes" Minimalsystem?
Re: Installation schlägt fehl!
Posted: Wed 25. Oct 2017, 18:49
by select name from me;
[OT]
Entschuldigung fürs "dranhängen". Das Thema kommt gefühlt ziemlich oft.
Kann man im Installer vielleicht erkennen, falls es kein Minimal-Image oder ein OpenVZ ist und eine Info ausgeben?
[/OT]
Re: Installation schlägt fehl!
Posted: Wed 25. Oct 2017, 23:14
by Jolinar
select name from me; wrote: ↑Wed 25. Oct 2017, 18:49Kann man im Installer vielleicht erkennen, falls es kein Minimal-Image oder ein OpenVZ ist und eine Info ausgeben?
OpenVZ könnte man sicher leicht identifizieren, man bräuchte ja nur spezifische Dateien (z.B. /proc/user_beancounters) auf Existenz prüfen.
Minimalinstallation könnte schwieriger werden. Wenn der Installer z.B. prüft, ob bestimmte Pakete schon installiert sind, wäre es möglich, daß die a) noch nicht vorhanden sind (Minimalinstallation) oder b) aus einem bestehenden System wieder entfernt wurden.