Installation nicht möglich...  [GELÖST]

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

Installation nicht möglich...

Post by MrCoding »

Hallo,
ich habe gerade versucht das System zu installieren, doch leider kommt folgender fehler:

Code: Select all

root@c380d38:~# wget --no-check-certificate ************************************** -O installkeyhelp.sh; bash installke                                                                                yhelp.sh
converted 'https://install.keyhelp.de/get_keyhelp.php' (ANSI_X3.4-1968) -> 'https://install.keyhelp.de/get_keyhelp.php' (UT                                                                                F-8)
--2017-09-14 10:33:41--  https://install.keyhelp.de/get_keyhelp.php
Resolving install.keyhelp.de (install.keyhelp.de)... 62.141.56.232
Connecting to install.keyhelp.de (install.keyhelp.de)|62.141.56.232|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/x-sh]
Saving to: 'installkeyhelp.sh'

installkeyhelp.sh                  [ <=>                                                  ]  11.06K  --.-KB/s   in 0s

2017-09-14 10:33:41 (53.1 MB/s) - 'installkeyhelp.sh' saved [11326]


-> preparing KeyHelp installation, this may take a few minutes...

-> installing PHP...
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 14 not upgraded.

-> installing KeyHelp...
usermod: no changes
2017-09-14 10:33:56 URL:https://install.keyhelp.de/files/releases/17.1.2/17.1.2-php7.tar.gz [7090761/7090761] -> "/tmp/keyh                                                                                elp.tar.gz" [1]

-> installing ionCube...
2017-09-14 10:33:58 URL:http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz [10040085/10040085                                                                                ] -> "/tmp/ioncube.tar.gz" [1]

-> 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.
Viele Grüße
MrCodingMen | Nils

Ps: Danke im voraus für die Antwort ;)
User avatar
Martin
Posts: 984
Joined: Wed 20. Jan 2016, 00:43

Re: Installation nicht möglich...  [GELÖST]

Post by Martin »

Hallo,

bei dem System handelt es sich vermutlich um ein über OpenVZ virtualisiertes System? Hier muss im Vorfeld die /etc/fstab korrigiert werden, damit hier entsprechend ein Mountpoint für / existiert.

Näher beschrieben ist dies unter anderem in folgendem Thread:
viewtopic.php?f=4&t=15
Viele Grüße,
Martin
Locked