(12-09-2009 06:19 AM)motokochan Wrote: I don't believe PHP 5.1 works well with ispCP Omega, you should use the latest PHP packages from the REMI repository (see CentOS install documentation on the wiki here). At the very least, I haven't tested with that early of a PHP 5 version.
vsftp is installed and running by default. Make sure to stop the service and remove it and start proftpd. That little part was left out of the install instructions.
PHP 5.3.1 is running now and vsftpd is removed
however the issues remains that the ftp is going to the home directory.
and it turnes out its reading the unix users because i can remove the user via the gui and proftp can still connect with that user id also any user created in the gui can not connect.
does any of this mean anything
particulay
mod_ident/1.0: ident lookup disabled
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - AuthOrder in effect, resetting auth module order
ProFTPD 1.3.2b (maint) (built Mon Nov 16 15:11:10 EST 2009) standalone mode STARTUP
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - session requested from client in unknown class
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - mod_lang/0.9: using en_US.UTF-8 messages
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - mod_lang/0.9: using en_US.UTF-8 messages
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - mod_cap/1.0: adding CAP_AUDIT_WRITE capability
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - mod_ident/1.0: ident lookup disabled
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - AuthOrder in effect, resetting auth module order
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - connected - local : 127.0.0.1:21
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - connected - remote : 127.0.0.1:44549
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - FTP session opened.
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER webroot' to mod_tls
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER webroot' to mod_core
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER webroot' to mod_core
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER webroot' to mod_delay
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - dispatching PRE_CMD command 'USER webroot' to mod_auth
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - dispatching CMD command 'USER webroot' to mod_auth
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - no supplemental groups found for user 'webroot'
http://www.xxxxx.net (127.0.0.1[127.0.0.1]) - dispatching POST_CMD command 'USER
ok figured out the unix user thing
disbaled
AuthOrder mod_sql.c
##mod_auth_pam.c* mod_auth_unix.c
but i cant figure out where to look to find why its not using whats in the db