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.