Quotaproblem. Cannot stat...

DerBastian

New Member
[erledigt]Quotaproblem. Cannot stat...

Hallo Forum,

ich hätte da mal wieder gerne ein Problem ;)
Ich habe mich jetzt mal an Quota gewagt, aber auch nach dem peniblen durcharbeiten mehrere Tutorials hängt es.

Folgende Grundlage:
vServer (XEN) mit Debian Lenny 32Bit und Confixx 3.3.6

Meine fstab schaut so aus:
Code:
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hda1       /               ext3    defaults,errors=remount-ro,usrquota     0       1
/hda2       none            swap    sw              0       0

Das File aquota.user ist auch vorhanden.

Ein
Code:
~# /root/confixx/confixx_counterscript.pl --force-all --debug
brachte folgendes:
Code:
~# /root/confixx/confixx_counterscript.pl --force-all --debug
3.3.6
SUB: main::check_essentials
SUB: main::check_essentials3
SUB: main::check_essentials4
SUB: main::check_essentials5
Valid until: Mon Jun 28 20:00:09 2010
Version: 3pro
Checking datacenter mode.
SUB: main::check_datacenter
SUB: main::set_uids
SUB: main::check_if_update
SUB: main::fpaliasdel
SUB: main::delftps
SUB: main::delusers
SUB: main::delpops
SUB: main::dns
SUB: main::reloadDaemon (bind)
SUB: main::updatesystem
SUB: main::checkSysDir (/var/www/kunde0/html)
SUB: main::checkSysDir (/var/www/kunde1/html)
SUB: main::checkSysDir (/var/www/kunde2/html)
SUB: main::addusers
SUB: main::addScponlyRoot
SUB: main::addpops
SUB: main::addftps
SUB: main::changeQuota
SUB: main::changeUserQuota
SUB: Modules::ConfixxLog::soft_error
SUB: Modules::ConfixxLog::addEvent (#1096: Konnte Quota für "/var/www" nicht setzen)
SUB: main::changeMailQuota
SUB: Modules::ConfixxLog::soft_error
SUB: Modules::ConfixxLog::addEvent (#1249: Konnte Quota für "/home/email" nicht setzen)
SUB: main::htaccess
SUB: main::lokaleips
SUB: main::GetLocalIPs
SUB: main::domainLog
SUB: main::userBackup
SUB: main::httpdconf
SUB: main::checkLogFileDir (kunde0)
SUB: main::checkSysDir (/var/www/kunde0/log)
SUB: main::checkLogFileDir (kunde1)
SUB: main::checkSysDir (/var/www/kunde1/log)
SUB: main::checkLogFileDir (kunde2)
SUB: main::checkSysDir (/var/www/kunde2/log)
SUB: main::ssl_update
SUB: main::checkSysDir (/var/www/kunde0/atd)
SUB: main::checkSysDir (/var/www/kunde0/html/cgi-bin)
SUB: main::checkSysDir (/var/www/kunde1/atd)
SUB: main::checkSysDir (/var/www/kunde1/html/cgi-bin)
SUB: main::checkSysDir (/var/www/kunde2/atd)
SUB: main::checkSysDir (/var/www/kunde2/html/cgi-bin)
Modules::System::callSystem:
/usr/sbin/apache2ctl configtest
Syntax OK
SUB: main::reloadDaemon (apache)
SUB: main::frontpageadd
SUB: main::fpaliasadd
SUB: main::emailaliases
SUB: main::delaliases
Modules::System::callSystem:
/root/confixx/subs_include_postfix.pl -d 1
version: 3.1.0
SUB: main::CreateVirtDomainsFile
SUB: main::CreateVirtUserTable
SUB: main::CleanMailLists
SUB: main::CreateMailLists
Modules::System::callSystem:
/usr/sbin/postfix reload  >/dev/null 2>&1
SUB: main::GetDiskUsagePerUser
SUB: main::httpdtraffikupdate
SUB: main::cleanTransfer
SUB: main::ftptraffikupdate
SUB: main::cleanTransfer
SUB: main::aendereWebalizer
SUB: main::changeAWstats
SUB: Modules::AWstats::changeAWstatsConf (kunde0)
SUB: Modules::AWstats::changeAWstatsConf (kunde1)
SUB: Modules::AWstats::changeAWstatsConf (kunde2)
SUB: main::aenderePerl
SUB: main::installStdCgis
SUB: main::newpws
SUB: main::update_cronjobs
SUB: main::update_spamfilter
SUB: main::clearEreignisse
SUB: main::changeUserForwards

Und
Code:
quotacheck -ma
brachte:
Code:
quotacheck: Cannot stat() mounted device /dev/hda1: Datei oder Verzeichnis nicht gefunden

Nur warum und weshalb, das ist mir unklar.
Ich habe schon die ganz Nacht Google gequält aber ohne Erfolg.
Es ist wahrscheinlich ein ganz banaler Tippfehler jedoch finde ich diesen nicht.
Wer kann helfen?

MfG.: Basti


Und die Lösung:
Nach dem Umzug auf ein neues System gab es kein hda1 mehr. Nur noch sda1 ;) Das konnte mir aber der Support auch nur auf Nachfrage verraten.
 
Last edited by a moderator:
Ich hatte mal so einen Fall. Da half in etwas:

quotaoff
Partition remounten
quotaon

Ursache war, dass die Partition zuerst ohne usrquota mounted wurde, aber dennoch ein quotaon ausgeführt wurde, das brachte irgendwas durcheinander.
 
Hilft leider auch nichts. / is busy...
Ich werd noch ganz kirre.
Noch jmd. eine Idee?

Edit:
Ist das denn eigentlich beim root Filesystem so möglich?
 
Last edited by a moderator:
Code:
16:17:59 root:~# mount -o remount /
16:18:05 root:~#

Aber wenns da bei Dir schon hapert, dann jammere doch nicht herum, dass der Rat nicht geht.
 
Also bitte, wer jammert denn?
Es hapert mit Sicherheit nicht an simplen Sache àla mount -o remount /.
Dies bringt nämlich nicht den erwünschten Erfolg...
Also, der Rat geht nicht!
Noch jmd. einen Tipp? Evtl. kein "Guru".
 
Back
Top