Installation schlägt fehl!  [GELÖST]

Locked
MrCoding
Posts: 3
Joined: Thu 14. Sep 2017, 16:34

Installation schlägt fehl!

Post 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
User avatar
Martin
Posts: 984
Joined: Wed 20. Jan 2016, 00:43

Re: Installation schlägt fehl!  [GELÖST]

Post 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
Viele Grüße,
Martin
MrCoding
Posts: 3
Joined: Thu 14. Sep 2017, 16:34

Re: Installation schlägt fehl!

Post 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
User avatar
Martin
Posts: 984
Joined: Wed 20. Jan 2016, 00:43

Re: Installation schlägt fehl!

Post 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?
Viele Grüße,
Martin
select name from me;
Posts: 588
Joined: Tue 9. Feb 2016, 16:44

Re: Installation schlägt fehl!

Post 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? :mrgreen:
[/OT]
Viele Grüße, Christian
User avatar
Jolinar
Community Moderator
Posts: 4004
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Installation schlägt fehl!

Post 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.
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
Locked