vsftpd status stop/waiting Ubuntu
        Posted  
        
            by 
                Majin Vegeta
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Majin Vegeta
        
        
        
        Published on 2012-11-20T16:57:41Z
        Indexed on 
            2012/11/20
            16:59 UTC
        
        
        Read the original article
        Hit count: 424
        
I'm trying to configure ftp over amazon EC2 instance, I've installed vsftpd and did the steps of adding user and modifying the vsftpd.conf file, but I'm getting my service status as
ubuntu@ip-10-38-106-212:~$ sudo service vsftpd status
vsftpd stop/waiting
I've tried to reinstall vsftpd but still getting the same, I've also added the port 20 and 21 in my security group policy to skip the firewall.
Can anyone tell me how to check whats wrong with this vsftpd, why its stopped and not coming into running state.
Thank u
© Stack Overflow or respective owner