<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>KADIMI &#187; vsftpd</title>
	<atom:link href="http://www.kadimi.com/en/tag/vsftpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kadimi.com/en</link>
	<description>[Web developper, Linux addict, Technical translator...]</description>
	<lastBuildDate>Tue, 08 May 2012 17:46:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>vsftpd: 500 OOPS: unrecognised variable in config file</title>
		<link>http://www.kadimi.com/en/vsftpd-500-oops-unrecognised-variable-in-config-file-478</link>
		<comments>http://www.kadimi.com/en/vsftpd-500-oops-unrecognised-variable-in-config-file-478#comments</comments>
		<pubDate>Thu, 18 Feb 2010 21:10:57 +0000</pubDate>
		<dc:creator>Nabil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[vsftpd]]></category>

		<guid isPermaLink="false">http://www.kadimi.com/en/?p=478</guid>
		<description><![CDATA[Question When I start vsftpd on my CentOs machine I get this error: Starting vsftpd for vsftpd: 500 OOPS: unrecognised variable in config file:  anonymous_enable How can I fix it? Answer The option &#8220;anonymous_enable&#8221; is a valid vsftpd option, but as you can see on the error message, there is an extra white space before the [...]]]></description>
			<content:encoded><![CDATA[<h2>Question</h2>
<p>When I start vsftpd on my CentOs machine I get this error:</p>
<blockquote><p><code>Starting vsftpd for vsftpd: 500 OOPS: unrecognised variable in config file:  anonymous_enable</code></p></blockquote>
<p>How can I fix it?</p>
<h2>Answer</h2>
<p>The option &#8220;anonymous_enable&#8221; is a valid vsftpd option, but as you can see on the error message, there is an extra white space before the variable definition, I suspect that the line was there, commented, and that when you uncommented it you forgot to remove the white space after the &#8220;#&#8221;, check your vsftpd.conf file make sure that &#8220;anonymous_enable=YES&#8221; or &#8220;anonymous_enable=NO&#8221; stands on a single line without any preceding spaces then start vsftpd:</p>
<blockquote><p><code>service vsftpd start</code></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.kadimi.com/en/vsftpd-500-oops-unrecognised-variable-in-config-file-478/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

