Page 1 of 1

Disable quota for user ""... failed

Posted: Mon 9. Aug 2021, 12:52
by Justman10000
Ich habe eine frische Instanz von keyHelp auf einen neuen vServer aufgespielt! Hatte soweit auch alles funktioniert, nur kommt beim anlegen von Usern dies:
Skipping /usr/bin/git - binary not found
Skipping /usr/bin/git-receive-pack - binary not found
Skipping /usr/bin/git-shell - binary not found
Skipping /usr/bin/git-upload-archive - binary not found
Skipping /usr/bin/git-upload-pack - binary not found
Skipping /usr/bin/locale-check - binary not found
Skipping /usr/bin/mc - binary not found
Skipping /usr/bin/mcedit - binary not found
Skipping /usr/lib/git-core/git-remote-https - binary not found
Copying 134 library files
Setup additional components
Skipping /usr/share/git-core/ - file or directory not found
Skipping /usr/lib/git-core/ - file or directory not found
Skipping /etc/mc/ - file or directory not found
Skipping /usr/share/mc/ - file or directory not found
Skipping /usr/lib/mc/ - file or directory not found
Set immutable flags
[09-Aug-2021 12:48:13] WARN --> disable quota for user ""... failed
[09-Aug-2021 12:48:13] WARN --> setquota: Mountpoint (or device) / not found or has no quota enabled.
[09-Aug-2021 12:48:13] WARN --> setquota: Not all specified mountpoints are using quota.
Schon bei der Installation meinte KeyHelp, dass etwas mit dem Quota nicht stimmte! Die Frage nun, wie beheben?

Re: Disable quota for user ""... failed

Posted: Mon 9. Aug 2021, 13:24
by Blackmoon
Schon bei der Installation meinte KeyHelp, dass etwas mit dem Quota nicht stimmte! Die Frage nun, wie beheben?
Was steht denn dazu in Protokoll der Installation von KeyHelp? Ich meine dieses findest du in /root/.

Re: Disable quota for user ""... failed

Posted: Mon 9. Aug 2021, 13:25
by Tobi
Am besten mit der Forensuche…
Du bist nicht der erste dem das passiert ist.

Da ich grade am Handy bin verzichte ich mal darauf für dich die Suchfunktion zu bemühen.

Re: Disable quota for user ""... failed

Posted: Tue 10. Aug 2021, 19:41
by Justman10000
Blackmoon wrote: Mon 9. Aug 2021, 13:24
Schon bei der Installation meinte KeyHelp, dass etwas mit dem Quota nicht stimmte! Die Frage nun, wie beheben?
Was steht denn dazu in Protokoll der Installation von KeyHelp? Ich meine dieses findest du in /root/.
Diese war in /var/log/keyhelp hinterlegt
install.log
(191.32 KiB) Downloaded 115 times

Re: Disable quota for user ""... failed

Posted: Wed 11. Aug 2021, 09:31
by Alexander
Wie sieht die /etc/fstab aus?

Welche Virtualisierung kommt zum Einsatz?

Einmal folgende Befehle ausführen:

Code: Select all

mount -o remount /

quotacheck -avmug

service quota start

Re: Disable quota for user ""... failed

Posted: Wed 11. Aug 2021, 12:52
by Justman10000
Alexander wrote: Wed 11. Aug 2021, 09:31

Code: Select all

mount -o remount /
mount: /: permission denied.

Code: Select all

quotacheck -avmug
quotacheck: Cannot find filesystem to check or filesystem not mounted with quota option.

Code: Select all

service quota start
[Keine Meldung] (vermutlich fehlerfreiers Start)

Re: Disable quota for user ""... failed

Posted: Wed 11. Aug 2021, 14:56
by Alexander
Ich hatte ja noch weitere Fragen gestellt...

(Bitte, wenn jemand Fragen stelle diese auch entsprechend beachten / beantworten, andernfalls ist keine treffende Antwort möglich. In soeinem Fall braucht man sich dann nicht wundern, warum man keine Antwort erhält.)

Re: Disable quota for user ""... failed

Posted: Wed 11. Aug 2021, 18:48
by Justman10000
Alexander wrote: Wed 11. Aug 2021, 14:56 Ich hatte ja noch weitere Fragen gestellt...

(Bitte, wenn jemand Fragen stelle diese auch entsprechend beachten / beantworten, andernfalls ist keine treffende Antwort möglich. In soeinem Fall braucht man sich dann nicht wundern, warum man keine Antwort erhält.)
?

Re: Disable quota for user ""... failed

Posted: Wed 11. Aug 2021, 18:51
by Justman10000
Achso... Ja... Sorry 😅
Alexander wrote: Wed 11. Aug 2021, 09:31 Wie sieht die /etc/fstab aus?
fstab.jpg
Alexander wrote: Wed 11. Aug 2021, 09:31 Welche Virtualisierung kommt zum Einsatz?
Virtuozzo (Glaube, dass war KVM)

Re: Disable quota for user ""... failed

Posted: Thu 12. Aug 2021, 10:50
by Alexander
Quota + Virtuozzo verträgt sich nicht.

Hierzu sollte es schon ein paar Beiträge hier im Forum geben, bitte einmal die Suche bemühen.

Re: Disable quota for user ""... failed

Posted: Thu 12. Aug 2021, 11:07
by Justman10000
Alexander wrote: Thu 12. Aug 2021, 10:50 Quota + Virtuozzo verträgt sich nicht.

Hierzu sollte es schon ein paar Beiträge hier im Forum geben, bitte einmal die Suche bemühen.
Ich weiß! Bei Strato ging es ja auch bisher, die nutzen ebenfalls Virtuozzo... Ich habe wie auch beim Strato Server folgenden Befehl gebraucht:

Code: Select all

MTPT=$(mount | grep /dev/ploop | awk '{print $1}'); echo $MTPT " / simfs rw,relatime,usrquota,grpquota 0 1" >> /etc/fstab; echo "proc /proc proc defaults 0 0" >> /etc/fstab
Mit dem hatte es bisher immer funktioniert! Nur bei dem jetzigen Server nicht mehr (anderer Hoster halt)!

Re: Disable quota for user ""... failed

Posted: Thu 12. Aug 2021, 11:12
by Alexander
Frag doch mal beim Support deines Hosters.