Current time: 04-20-2024, 11:39 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED][Ubuntu] Slow login with proftpd
Author Message
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #11
RE: [Ubuntu] Slow login with proftpd
Is it a test or production machine? Would you let me take a look to it? (at least with a test ftp user/pass, better if I could get root access to see logs and change the config)
05-05-2009 11:53 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Obli Offline
Junior Member
*

Posts: 12
Joined: Apr 2009
Reputation: 0
Post: #12
RE: [Ubuntu] Slow login with proftpd
i have two machines. a small vserver for config tests and a root for productive work
05-06-2009 12:52 AM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #13
RE: [Ubuntu] Slow login with proftpd
Ok, I think I've got it! Big Grin It is as simple as adding the following line to your proftpd.conf...
Code:
AuthOrder                  mod_sql.c
... and disable the delay engine
Code:
DelayEngine               off
(This post was last modified: 05-06-2009 05:09 AM by kilburn.)
05-06-2009 05:06 AM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #14
RE: [Ubuntu] Slow login with proftpd
Make sense with the AuthOrder Wink
If this is the solution to speed up, we should add it to the trunk.

Greez BeNe
05-06-2009 05:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #15
RE: [Ubuntu] Slow login with proftpd
Yeah, it is the solution to the delay thing (obli confirm it please). Despite that, I wouldn't disable the DelayEngine because it is a security-related recommended setting...
05-06-2009 06:29 AM
Visit this user's website Find all posts by this user Quote this message in a reply
BeNe Offline
Moderator
*****
Moderators

Posts: 5,899
Joined: Jan 2007
Reputation: 68
Post: #16
RE: [Ubuntu] Slow login with proftpd
Quote:Despite that, I wouldn't disable the DelayEngine because it is a security-related recommended setting...
Of course, i never talked about the DelayEngine engine Wink
Fine, so must add it to the trunk. Should i open a Ticket ?

Greez BeNe
05-06-2009 03:38 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Obli Offline
Junior Member
*

Posts: 12
Joined: Apr 2009
Reputation: 0
Post: #17
RE: [Ubuntu] Slow login with proftpd
Everything ok, tested it and it's faster. But I leave it activated for security reasons. ;D
(This post was last modified: 05-09-2009 03:09 AM by Obli.)
05-09-2009 03:02 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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