Update the PureFTPd howto - ispcp-dsk-quota has changed - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Howtos (/forum-41.html) +--- Thread: Update the PureFTPd howto - ispcp-dsk-quota has changed (/thread-10173.html) |
Update the PureFTPd howto - ispcp-dsk-quota has changed - bodysplit - 03-29-2010 09:45 PM Hi all, I recently decided to replace my ProFTPd with Pure-FTPd. Years ago (before ISPCP) I used pure and was quite satisfied. Now the virtual quota support was on my to-do list and I gave pure another try. The available tutorials both are ok. But some things changed in the ispcp-dsk-quota file and it took me some time to fix the patch. Here are my changes (found in 1.0.4):
the working diff: Code: maggie:/var/www/ispcp/engine/quota# diff ispcp-dsk-quota.bak ispcp-dsk-quota finally, how can you check that it's running? Simply by: Code: # perl /var/www/ispcp/engine/quota/ispcp-dsk-quota It should quit without any reply. Also, manually do a `ls -a` on your www-roots to see that the .ftpquota-files really have been created. Okay, I hope this helps others. Someone of the documentation team might update the Howto accordingly. |