vsftp:500 oops:could not bind listening IPv4 socket solution

Source: Internet
Author: User
After performing/USR/LOCAL/SBIN/VSFTPD &
VSFTPD Error Tip: Oops:could not bind listening IPv4 socket
I encountered this problem when I installed vsftpd after compiling the source code, which I had already installed through the RPM mode vsftp
Therefore, its profile/etc/xinet.d/vsftpd is still in and is self initiated, that is to say, xinet mode;
The startup script, so there was a conflict, and only one of them had to be closed to resolve.
There are two ways to do this: 1. Using xinet mode
Remove the vsftpd boot script from the/etc/rc.local file/usr/local/sbin/vsftp &
Run Service vsftpd restart command start VSFTPD
2. Using standalone standalone mode
It's best to use this mode when the server is heavily burdened
chkconfig vsftpd--level 3 off
or directly modify the/etc/xinetd.d/vsftpd file, Disable=no changed to Disable=yes on the line.

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.