hi there, i tried to solve the problem with the wiki guide =), i solved one but i still have problems to login. The problem is, i created an ftp account in ispcp and then i try to login in my ftp client, and 530 Login incorrect.
.... i dont know why it doesnt work, i changed the user and password to access to the mysql (/etc/proftpd.conf)
i changed this like ... --> SQLConnectInfo ispcp@localhost vftp2 *******
if any1 tellme what should be happening i will apreciate =)... i put proftpd in debug mode and this happens when i try to log.
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - FTP session opened.
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'USER dos@l2xt.com' to mod_tls
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'USER dos@l2xt.com' to mod_core
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'USER dos@l2xt.com' to mod_core
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'USER dos@l2xt.com' to mod_delay
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'USER dos@l2xt.com' to mod_auth
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching CMD command 'USER dos@l2xt.com' to mod_auth
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching POST_CMD command 'USER dos@l2xt.com' to mod_sql
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching POST_CMD command 'USER dos@l2xt.com' to mod_delay
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching LOG_CMD command 'USER dos@l2xt.com' to mod_sql
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching LOG_CMD command 'USER dos@l2xt.com' to mod_log
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_tls
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_core
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_sql
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_delay
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching PRE_CMD command 'PASS (hidden)' to mod_auth
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching CMD command 'PASS (hidden)' to mod_auth
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - USER dos@l2xt.com (Login failed): No such user found.
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_sql
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching POST_CMD_ERR command 'PASS (hidden)' to mod_delay
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_sql
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_log
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - dispatching LOG_CMD_ERR command 'PASS (hidden)' to mod_auth
server2.universe-xt.com (190.176.163.235[190.176.163.235]) - FTP session closed.
Thanks in advance
Other thing
when i try to open PhpMyAdmin the browser shows this error
Code:
PHP 5.2+ is required
P.S: I am on CentOS
attached its my proftpd.conf (/etc/proftpd.conf)
SOLVED the proftpd problem, i just had to comment this two lines
AuthPAMConfig proftpd
AuthOrder mod_sql.c mod_auth_pam.c* mod_auth_unix.c
EDIT 2: My proftpd still having errors, now im not able to write nothing on the host but im able to read... any advices?