<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[歌声与微笑]]></title> 
<link>http://www.gsywx.com/index.php</link> 
<description><![CDATA[歌声与微笑]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[歌声与微笑]]></copyright>
<item>
<link>http://www.gsywx.com/read.php/.htm</link>
<title><![CDATA[vsftpd 的错误提示：500 OOPS: could not bind listening IPv4 socket ]]></title> 
<author>admin &lt;admin@gsywx.com&gt;</author>
<category><![CDATA[电脑类]]></category>
<pubDate>Fri, 04 Jun 2010 17:58:06 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;因redhat AS4的yum中未找到vsftpd，只好自己研究源码包的安装，原来的安装都是直接用脚本yum安装，碰上这系统，也没办法，逼自己去学源码安装。<br/>&nbsp;&nbsp;&nbsp;&nbsp;经过一两小时的学习并测试，终于把源码安装vsftpd-2.2.2.tar.gz的脚本写好了，并把yum时安装的vsftpd服务脚本借鉴过来了，因自己并不懂C的语法（以前在学校学得太差了），只能凭感觉去改改，但最终能用了。<br/>&nbsp;&nbsp;&nbsp;&nbsp;于是，上传源码到服务器，执行安装，几秒的时候安装结束，发现提示出错。<br/>500 OOPS: could not bind listening IPv4 socket&nbsp;&nbsp;依然google,<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;原因找到了，原来是系统原来安装了vsftpd，并且是以XINET守护进程启动的。后来被我卸载了<br/><br/>&nbsp;&nbsp; 我的vsftpd是使用STANDALONE独立模式，要关闭xinet方式的启动。修改方法如下：<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 直接修改/etc/xinetd.d/vsftpd文件，把最后的disable=no改成disable=yes<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;service xinetd restart<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;service vsftpd restart<br/> 搞定。<br/><br/>Tags - <a href="http://www.gsywx.com/go.php/tags/vsftpd/" rel="tag">vsftpd</a> , <a href="http://www.gsywx.com/go.php/tags/linux/" rel="tag">linux</a> , <a href="http://www.gsywx.com/go.php/tags/redhat/" rel="tag">redhat</a>
]]>
</description>
</item><item>
<link>http://www.gsywx.com/read.php/.htm#blogcomment</link>
<title><![CDATA[[评论] vsftpd 的错误提示：500 OOPS: could not bind listening IPv4 socket ]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.gsywx.com/read.php/.htm#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>