Current time: 04-24-2024, 06:18 PM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED ] Problem with Proftd
Author Message
TSG Offline
Junior Member
*

Posts: 15
Joined: Aug 2009
Reputation: 0
Post: #21
RE: [SOLVED ] Problem with Proftd
ok lets start again
look:

Code:
web1:/etc/proftpd# cp proftpd.conf.old proftpd.conf
web1:/etc/proftpd#  proftpd -n -d5
- mod_tls/2.1.2: using OpenSSL 0.9.8g 19 Oct 2007
- disabling runtime support for IPv6 connections
- DenyFilter: compiling deny regex '\*.*/'
- <Directory /*>: deferring resolution of path
- PathDenyFilter: compiling deny regex '.quota$'
- <IfModule>: using '!mod_sql.c' section at line 108
- <IfModule>: using '!mod_sql_mysql.c' section at line 111
- <IfModule>: skipping '!mod_quotatab.c' section at line 114
- <IfModule>: using '!mod_quotatab_sql.c' section at line 117
- <IfModule>: using 'mod_quotatab.c' section at line 138
- <IfModule>: skipping 'mod_ratio.c' section at line 153
- <IfModule>: using 'mod_delay.c' section at line 160
- <IfModule>: using 'mod_ctrls.c' section at line 164
- <IfModule>: using 'mod_ctrls_admin.c' section at line 172
- Fatal: SQLMinUserUID: requires a numeric argument on line 183 of '/etc/proftpd/proftpd.conf'

what the hell is wrong?
09-07-2009 02:10 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: #22
RE: [SOLVED ] Problem with Proftd
Quote:- Fatal: SQLMinUserUID: requires a numeric argument on line 183 of '/etc/proftpd/proftpd.conf'

This is quite self-explanatory. After this directive in the proftpd.conf file, there should come a number. You probably have a placeholder like ${MIN_USER_UID} (or something similar, I haven't checked the exact name). This happened because, for some unknown reason, the installer/updater did not replace these placeholders by their corresponding value.
09-07-2009 02:49 AM
Visit this user's website Find all posts by this user Quote this message in a reply
TSG Offline
Junior Member
*

Posts: 15
Joined: Aug 2009
Reputation: 0
Post: #23
RE: [SOLVED ] Problem with Proftd
ok now i replaced it with my own stuff
and now if i start proftpd and i connect to it i see this:

Code:
web1.mydomain.com (**.**.***.***[**.**.***.***]) - FTP session requested from unknown class
web1.mydomain.com (**.**.***.***[**.**.***.***]) - connected - local  : SERVERIP:21
web1.mydomain.com (**.**.***.***[**.**.***.***]) - connected - remote : **.**.***.***:13599
web1.mydomain.com (**.**.***.***[**.**.***.***]) - FTP session opened.
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_rewrite
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_tls
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_core
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_core
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_delay
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_auth
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching CMD command 'USER gijs@mydomain.com' to mod_auth
web1.mydomain.com (**.**.***.***[**.**.***.***]) - FTP session closed.
web1.mydomain.com (**.**.***.***[**.**.***.***]) - FTP session requested from unknown class
web1.mydomain.com (**.**.***.***[**.**.***.***]) - connected - local  : SERVERIP:21
web1.mydomain.com (**.**.***.***[**.**.***.***]) - connected - remote : **.**.***.***:13601
web1.mydomain.com (**.**.***.***[**.**.***.***]) - FTP session opened.
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_rewrite
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_tls
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_core
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_core
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_delay
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching PRE_CMD command 'USER gijs@mydomain.com' to mod_auth
web1.mydomain.com (**.**.***.***[**.**.***.***]) - dispatching CMD command 'USER gijs@mydomain.com' to mod_auth
web1.mydomain.com (**.**.***.***[**.**.***.***]) - FTP session closed.

what is wrong?
(This post was last modified: 09-07-2009 03:38 AM by TSG.)
09-07-2009 03:33 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: #24
RE: [SOLVED ] Problem with Proftd
SQL is not configured properly. Please check the solving proftpd issues guide Smile
(This post was last modified: 09-07-2009 10:20 AM by kilburn.)
09-07-2009 10:20 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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