ispCP - Board - Support
proftpd uses 100% cpu and cannot log in - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: proftpd uses 100% cpu and cannot log in (/thread-11641.html)

Pages: 1 2


RE: proftpd uses 100% cpu and cannot log in - tolisoft - 09-14-2010 04:51 PM

Quote:This is a matter of preference and backwards-compatibility. It isn't hard to change it, but forcing people who updates the panel to change the webmail (and lose all its contacts) doesn't look like a good move...

My idea was to have 2 web based mail clients not to remove the old one. For example cPanel has 3 webmails and every new user can use anyone that he prefer.

I am going to look at the counter scripts you mentioned later today.


RE: proftpd uses 100% cpu and cannot log in - edinn - 09-15-2010 03:17 AM

(09-13-2010 11:45 PM)tolisoft Wrote:  With Debian 5.0.6 proftpd works fine so there is a problem in squeeze....

Had the same issue, solved it with purge/update/reinstall


RE: proftpd uses 100% cpu and cannot log in - chakphanu - 09-18-2010 12:22 AM

Update 2010.09.17, add how to fix proftpd on Squeeze.
http://isp-control.net/documentation/start:installation:debian


RE: proftpd uses 100% cpu and cannot log in - Nuxwin - 09-21-2010 04:24 AM

(09-18-2010 12:22 AM)chakphanu Wrote:  Update 2010.09.17, add how to fix proftpd on Squeeze.
http://isp-control.net/documentation/start:installation:debian

Hello ;

So, to fix this issue, we should rebuild the Squeeze package ? God... Please someone can report this bug on the Debian tracker ? What's the description of this bug exactly, and where you have found this fix ?

I can report this to Debian but I must know your source.


Note: Forcing the user to rebuild the package is not an easy way.


RE: proftpd uses 100% cpu and cannot log in - sci2tech - 09-21-2010 05:00 AM

I`ve installed today squeeze and proftpd worked perfectly from beginning. Maybe is fixed?


RE: proftpd uses 100% cpu and cannot log in - mrnatadee - 09-30-2010 11:45 PM

thank


RE: proftpd uses 100% cpu and cannot log in - bodri - 10-04-2010 03:06 AM

Same problem on lenny and 1.0.6. Im using stable lenny package of proftpd and after a short time its eaten all of cpu resource on a 16core vps Sad restart not help on it.


RE: proftpd uses 100% cpu and cannot log in - iGard - 10-12-2010 06:00 PM

I have the same problem. IspCP 1.0.6 on debian 64bit squeeze. Any advice?


RE: proftpd uses 100% cpu and cannot log in - sci2tech - 10-15-2010 05:42 AM

Looks like problem is caused by mod_ration. Just change
Code:
<IfModule mod_ratio.c>
  Ratios                   on
</IfModule>
in
Code:
<IfModule mod_ratio.c>
  #~ Ratios                   on
</IfModule>