Hi,
Vielen Dank.
Das hat natürlich geholfen. So ging es weiter.
Ich habe diesen genommen.
viewtopic.php?f=4&t=15&hilit=Unable+fin ... mountpoint
Mount schaut bei mir so aus.
Code: Select all
mount
/dev/ploop48940p1 on / type ext4 (rw,relatime,barrier=1,data=ordered,balloon_ino=12,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
devtmpfs on /dev type devtmpfs (rw,nosuid,mode=755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs (rw,nosuid,nodev,mode=755)
tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k)
tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio,name=beancounter)
none on /run/shm type tmpfs (rw,relatime)
Danach in Fstab erste Zeile addiert.
Code: Select all
/dev/ploop48940p1 / ext4 rw,relatime,barrier=1,data=ordered,balloon_ino=12,jqfmt=vfsv0,usrjquota=aquota.user,grpjquota=aquota.group 0 1
proc /proc proc defaults 0 0
none /dev/pts devpts rw,gid=5,mode=620 0 0
none /run/shm tmpfs defaults 0 0
Und die Installation nochmal durchgeführt. Ergebnis wie folgt :
Code: Select all
Installation wird durchgeführt:
Update sources list ... [OKAY]
Installation requirements ... [OKAY]
Sudo ... [OKAY]
Bind9 ... [OKAY]
SSL/TLS ... [OKAY]
PHP ... [OKAY]
Apache ... [ERROR]
PHP-FPM ... [ERROR]
MariaDB ... [OKAY]
KeyHelp ... [ERROR]
Firewall (iptables) ...
Warning: MySQL - Query Error: Table 'keyhelp.firewall' doesn't exist (1146) in /home/keyhelp/www/keyhelp/core/pending/File.php on line 229
[ERROR]
SSH ... [OKAY]
ProFTPD ... [OKAY]
Postfix ... [OKAY]
Dovecot ... [OKAY]
OpenDKIM ... [OKAY]
Email protection
Postgrey, Amavis, ClamAV,
SpamAssassin, Pyzor, Razor ... [OKAY]
AWStats ... [OKAY]
Fail2ban ... [OKAY]
Logrotate ... [OKAY]
PhpMyAdmin 4.8.5 Multilanguage ... [OKAY]
Roundcube 1.3.8 Multilanguage ... [OKAY]
Rainloop 1.12.1 (Community Edition) ... [OKAY]
Quota ... [ERROR]
Apparmor ... [OKAY]
7-Zip ... [OKAY]
Update MotD ... [OKAY]
Nano ... [OKAY]
NTP ... [ERROR]
Cron-Daemon ... [OKAY]
Warning: MySQL - Connection Error: 1045 (Access denied for user 'keyhelp'@'localhost' (using password: YES)) in /home/keyhelp/www/keyhelp/core/pending/File.php on line 229
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 53
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/DBConnection.php on line 54
Warning: mysqli::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/File.php on line 77
Warning: DBConnection::query(): Couldn't fetch mysqli in /home/keyhelp/www/keyhelp/core/pending/File.php on line 78
Fatal error: Uncaught Error: Call to a member function fetch_assoc() on null in /home/keyhelp/www/keyhelp/core/Settings/Settings.php:242
Stack trace:
#0 /home/keyhelp/www/keyhelp/core/Settings/Settings.php(51): Settings->loadSettings()
#1 /home/keyhelp/www/keyhelp/install/install.php(876): Settings->__construct(Object(DBConnection))
#2 {main}
thrown in /home/keyhelp/www/keyhelp/core/Settings/Settings.php on line 242
Danke vielmals.