Error in vsftpd: 500 Oops: child died

Source: Internet
Author: User
Error in vsftpd: 500 oopsvsftpd error: 500 oops. Vsftpd is the most popular FTP server in the Linux release. Program, Vsftpd features: small, light, secure, and easy to use. Linux is also one of the most common operating systems. Here we mainly talk about how to solve the vsftpd error: 500 oops

I. Detailed questions:

When I log on to the FTP server with an FTP IP address, the system prompts me to enter the user name and password, but the system still prompts: 500 Oops: child died.

Connection closed by remote host.

Ii. solution:

1. Check the status of SELinux: sestatus-B | grep FTP

2. In the displayed result, you can see

Ftp_home_dir off

Tftpd_disable_trans off

And so on. Now we only need to set one of them to on.

3. setsebool-P ftpd_disable_trans on or setsebool-P ftp_home_dir on

4. Restart vsftpd: Service vsftpd restart

3. Log On again

The logon is successful.

Try to upload some files for testing to see if there are logs

The default log is under the/var/log/directory.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.