Page 1 of 1

KeyHelp Quota Fehler

Posted: Fri 20. Apr 2018, 15:36
by Twodo_HD
Hallo liebe KeyHelp Community,

ich wollte heute KeyHelp auf meinem vServer installieren (Ubuntu 14.04, LXC Virtualisiert). Jedoch bekomme ich bei der Installtion einen Error den ich nicht beachtete. Die Installation ist trotz dessen weitergelaufen. Aber als ich im KeyHelp Admin-Pannel einen neuen Benutzer erstellen wollte bekam ich einen Error das der Benutzer nicht vollständig eingerichtet wäre. Alle Logs dazu habe ich in diesem Dokument beigelegt.

Hier der "update.log":

Code: Select all

====
[20-Apr-2018 13:18:09] DEBUG --> load tasks ... nothing to do -> return
====
[20-Apr-2018 13:19:47] INFO  --> load tasks ... 3 found
[20-Apr-2018 13:19:47] DEBUG --> task type IDs: 100, 500, 600
[20-Apr-2018 13:19:47] INFO  --> add user "timo"
[20-Apr-2018 13:19:47] INFO  --> startdir "/home/users/"... created
[20-Apr-2018 13:19:47] INFO  --> perform useradd... okay
[20-Apr-2018 13:19:47] WARN  --> disable quota for user "timo"... failed
[20-Apr-2018 13:19:47] WARN  --> 	setquota: Mountpoint (or device) / not found or has no quota enabled.
[20-Apr-2018 13:19:47] WARN  --> 	setquota: Not all specified mountpoints are using quota.
[20-Apr-2018 13:19:47] INFO  --> create standard directorys
[20-Apr-2018 13:19:47] INFO  --> secure homedir
[20-Apr-2018 13:19:47] DEBUG --> created default index file
[20-Apr-2018 13:19:47] DEBUG --> Bind: __construct()
[20-Apr-2018 13:19:47] DEBUG --> Bind: writeConfig()
[20-Apr-2018 13:19:47] DEBUG --> Bind: checkDirectory()
[20-Apr-2018 13:19:47] DEBUG --> Bind: directory "/etc/bind/keyhelp_domains/" already exists
[20-Apr-2018 13:19:47] DEBUG --> Bind: getNameserver()
[20-Apr-2018 13:19:47] DEBUG --> Bind: 2 nameservers found
[20-Apr-2018 13:19:47] DEBUG --> Bind: getIPs()
[20-Apr-2018 13:19:47] DEBUG --> Bind: 1 ips found
[20-Apr-2018 13:19:47] DEBUG --> Bind: generate zone file for domain "timo.server.twodohd.xyz"
[20-Apr-2018 13:19:47] INFO  --> Bind: write zone file for domain "timo.server.twodohd.xyz"
[20-Apr-2018 13:19:47] DEBUG --> Bind: generateKeyhelpConf()
[20-Apr-2018 13:19:47] INFO  --> Bind: write config file "named.conf.keyhelp"
[20-Apr-2018 13:19:47] DEBUG --> Bind: checkSyntax()
[20-Apr-2018 13:19:47] DEBUG --> Bind: syntax ok
[20-Apr-2018 13:19:47] INFO  --> Bind: reload bind config
[20-Apr-2018 13:19:47] DEBUG --> Apache: applyAllConfigChanges()
[20-Apr-2018 13:19:47] DEBUG --> Apache: checkDirectories()
[20-Apr-2018 13:19:47] DEBUG --> Apache: cleanAll()
[20-Apr-2018 13:19:47] DEBUG --> Apache: cleanVhosts()
[20-Apr-2018 13:19:47] DEBUG --> Apache: cleanCustomVhosts()
[20-Apr-2018 13:19:47] DEBUG --> Apache: cleanPhpFpmPools()
[20-Apr-2018 13:19:47] DEBUG --> Apache: cleanHtpasswd()
[20-Apr-2018 13:19:47] DEBUG --> Apache: getUserIdsWithModifiedDomains()
[20-Apr-2018 13:19:47] DEBUG --> Apache: we will now apply configs changes of user id "2"
[20-Apr-2018 13:19:47] DEBUG --> Apache: config data loaded for user id "2" ("timo")
[20-Apr-2018 13:19:47] DEBUG --> load domain "timo.server.twodohd.xyz"
[20-Apr-2018 13:19:47] DEBUG --> domain without ssl option
[20-Apr-2018 13:19:47] DEBUG --> Apache: add vhost container for domain "timo.server.twodohd.xyz"
[20-Apr-2018 13:19:47] DEBUG --> Apache: save config to "/etc/apache2/keyhelp/vhosts/timo.conf"
[20-Apr-2018 13:19:47] DEBUG --> PHP-FPM: add php-fpm pool "[timo]" for domain "timo.server.twodohd.xyz"
[20-Apr-2018 13:19:47] DEBUG --> save config to "/etc/php5/fpm/keyhelp_pool/timo.conf"
[20-Apr-2018 13:19:47] DEBUG --> Apache: reloadApache()
[20-Apr-2018 13:19:48] DEBUG --> Apache: syntax ok
[20-Apr-2018 13:19:48] DEBUG --> Apache: reloading apache
[20-Apr-2018 13:19:48] DEBUG --> Apache: reloadPhpFpm()
[20-Apr-2018 13:19:48] DEBUG --> PHP-FPM (php5-fpm): syntax ok
[20-Apr-2018 13:19:48] DEBUG --> PHP-FPM (php5-fpm): reloading php-fpm

Hier der "install.log" (Quota):

Code: Select all

 [Quota]
  exec | apt-get install -y quota quotatool
    Reading package lists...
    Building dependency tree...
    Reading state information...
    quota is already the newest version.
    quotatool is already the newest version.
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  exec | service quota stop
     * Turning off quotas...
       ...done.
  exec | cp /etc/fstab /etc/fstab-backup
  exec | echo "# UNCONFIGURED FSTAB FOR BASE SYSTEM

proc /proc proc defaults 0 0

##
/vz/private/176     /     simfs     rw,relatime,usrquota,grpquota     0     1
##" > "/etc/fstab"
  exec | mount -o remount /
    mount: cannot remount block device /vz/private/176 read-write, is write-protected
 
    >>>>>>>>>>>>>>>>>>>>>>
    !!! ERROR DETECTED !!!
    <<<<<<<<<<<<<<<<<<<<<<
 
  [SKIPPED DUE PREVIOUS ERRORS] exec | quotacheck -avmug
  [SKIPPED DUE PREVIOUS ERRORS] exec | service quota start
Weiß von euch jemand wie ich diesen Fehler beheben kann?

Mit freundlichen Grüßen Timo | TwodoHD

Re: KeyHelp Quota Fehler

Posted: Fri 20. Apr 2018, 23:03
by nikko
Ich kann mich schwach entsinnen, mit dem LXC hatten wir uns schon mal so rumgeärgert. Letzendlich war s glaube ich der Kernel.....

Re: KeyHelp Quota Fehler

Posted: Fri 20. Apr 2018, 23:09
by nikko
Schau mal hier nochmal

viewtopic.php?f=4&t=15#p478

Re: KeyHelp Quota Fehler

Posted: Fri 20. Apr 2018, 23:14
by Twodo_HD
Hallo,

ja wir haben bereits einmal geschrieben, da haben Sie recht. Den Error jedoch habe ich noch nicht entfernen können, da es nicht ging. Den empfolenen Beitrag habe ich mir schon durchgelesen und dies auch vollendet was letztlich dort stand. Jedoch funktioniert es leider nicht. Ich weiß nicht an was es liegt. :(

Mit freundlichen Grüßen Timo