Current time: 10-05-2024, 09:04 AM Hello There, Guest! (LoginRegister)


Post Reply 
Kein Quota
Author Message
fulltilt Offline
Member
***

Posts: 1,225
Joined: Apr 2007
Reputation: 5
Post: #9
RE: Kein Quota
debug ist ON bekomme aber keine Fehlermeldung wenn ich die cron quota ausführe.
/var/www/ispcp/engine/quota/ispcp-dsk-quota &>/var/log/ispcp/ispcp-dsk-quota.log

Die Quota Werte in der Datenbank stimmen auch soweit aber proftpd scheint das zu ignorieren.

Code:
QuotaLock                /var/run/proftpd/tally.lock
  QuotaLimitTable          sql:/get-quota-limit
  QuotaTallyTable          sql:/get-quota-tally/update-quota-tally/insert-quota-tally
Dieses /var/run/proftpd/tally.lock ist leer - 0b - da müssten doch dann die overquota auftauchen oder?

Funktioniert das denn bei Euch wenn Kunden overqouta sind das man per FTP nix mehr hochladen kann?
Mit rc1.00 hatte das hier noch geklappt ...

Anstatt den files in /etc/proftpd/ispcp habe ich diese datei included, das hat doch aber keinen Einfluss auf Quota - oder?
Code:
<Directory ~/backups>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/backups/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/cgi-bin>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/cgi-bin/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/htdocs>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/htdocs/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/errors>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/errors/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/logs>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/logs/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/phptmp>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/phptmp/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>

<Directory ~/statistics>
<Limit RMD RNTO DELE XRMD>
  DenyAll
</Limit>
</Directory>
<Directory ~/statistics/*>
<Limit RMD RNTO DELE XRMD>
    AllowAll
</Limit>
</Directory>
01-26-2010 09:02 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
Kein Quota - fulltilt - 01-05-2010, 08:54 PM
RE: Kein Quota - ZooL - 01-05-2010, 09:36 PM
RE: Kein Quota - fulltilt - 01-05-2010, 09:44 PM
RE: Kein Quota - Knut - 01-05-2010, 09:48 PM
RE: Kein Quota - fulltilt - 01-05-2010, 09:51 PM
RE: Kein Quota - fulltilt - 01-06-2010, 01:07 AM
RE: Kein Quota - fulltilt - 01-26-2010, 04:15 AM
RE: Kein Quota - ZooL - 01-26-2010, 04:22 AM
RE: Kein Quota - fulltilt - 01-26-2010 09:02 PM

Forum Jump:


User(s) browsing this thread: 7 Guest(s)