ispCP - Board - Support
[SOLVED ] Problem with Proftd - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: [SOLVED ] Problem with Proftd (/thread-7363.html)

Pages: 1 2 3


RE: [SOLVED ] Problem with Proftd - TSG - 09-07-2009 02:10 AM

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?


RE: [SOLVED ] Problem with Proftd - kilburn - 09-07-2009 02:49 AM

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.


RE: [SOLVED ] Problem with Proftd - TSG - 09-07-2009 03:33 AM

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?


RE: [SOLVED ] Problem with Proftd - kilburn - 09-07-2009 10:20 AM

SQL is not configured properly. Please check the solving proftpd issues guide Smile