CentOS 5.5 -- No ftp access.

Discussion in 'Installation/Configuration' started by Romoku, Jun 18, 2010.

  1. Romoku

    Romoku New Member

    [postponed]CentOS 5.5 -- No ftp access.

    update(6/20/2010): I redid my linux server box with debian and reconfigured. I plan on experimenting with CentOS on another box, later.

    [old]
    I've just finished the tutorial on my CentOS 5.5 box.
    MySQL works fine, but PureFTP is not functioning correctly from the ISPConfig 3 interface.
    I have tried using filezilla with the specified parameters for hostname, username, and password, but I keep getting the following:

    Code:
    Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    Response:	220-You are user number 1 of 50 allowed.
    Response:	220-Local time is now 23:09. Server port: 21.
    Response:	220-This is a private system - No anonymous login
    Response:	220-IPv6 connections are also welcome on this server.
    Response:	220 You will be disconnected after 15 minutes of inactivity.
    Command:	USER teamrhelixinstall
    Response:	331 User teamrhelixinstall OK. Password required
    Command:	PASS ********
    Response:	530 Login authentication failed
    Error:	Critical error
    Error:	Could not connect to server
    I'm thinking of redoing the system again because I have another error with the crontabs:

    Code:
    Updating Crontab
    sh: crontab: command not found
    sh: crontab: command not found
    However, this is for another day.

    Screenshot enclosed:

    [​IMG]

    Any direction is helpful. =D
    [/old]
     
    Last edited: Jun 21, 2010
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the output of:

    ls /var/www

    In that case you should consider to use Debain instaed of CentOS. Debian is recommended if you want to setup a production system with ISPConfig, it is more stable, easier to setup, causes less problems and is better updtable.
     
  3. Romoku

    Romoku New Member

    Code:
    apps  cgi-bin  error  html  icons  ispconfig  php-fcgi-scripts  usage
    


    I'm fairly new to linux and I'm open to trying out Debian. I'm hearing from various websites that I would want to chroot apache, mysql, php, and other stuff in a production environment. I still need to setup my name servers and select a flavor of linux for that, too.

    Thanks for the reply.
     
    Last edited: Jun 18, 2010
  4. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    getenforce
    ?
     
  5. Romoku

    Romoku New Member

    Sorry, I followed till's advice and redid my box with debian, and now the ftp works fine now. :). If I run into the same problem on my next CentOS box I'll post it in this thread, if that's O.K..

    My power went out over the weekend, so I was unable to post.

    Thanks,



    Romoku
     
    Last edited: Jun 21, 2010

Share This Page