<?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>Solutions Log &#187; xinetd</title>
	<atom:link href="http://solutions.unixsherpa.com/tag/xinetd/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.unixsherpa.com</link>
	<description>by Dan Reiland</description>
	<lastBuildDate>Fri, 16 Apr 2010 20:28:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>xinetd per_source limit issues</title>
		<link>http://solutions.unixsherpa.com/2010/02/09/xinetd-per_source-limit-issues/</link>
		<comments>http://solutions.unixsherpa.com/2010/02/09/xinetd-per_source-limit-issues/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:32:34 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[xinetd]]></category>

		<guid isPermaLink="false">http://solutions.unixsherpa.com/?p=241</guid>
		<description><![CDATA[Issue: Users note availability issues when accessing services backed by xinetd (subversion, rsync, etc.) Identification: Syslog on the affected server will present multiple lines containing daemon per_source_limit for 0.0.0.0. Cause: You have exceeded per_source_limit defaults imposed by your xinetd configuration. Many distributions include per_source limits that may not be suitable for your use case. Evaluate [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong><br />
Users note availability issues when accessing services backed by xinetd (subversion, rsync, etc.)</p>
<p><strong>Identification:</strong><br />
Syslog on the affected server will present multiple lines containing <code class="codecolorer text twitlight"><span class="text">daemon per_source_limit for 0.0.0.0</span></code>.</p>
<p><strong>Cause:</strong><br />
You have exceeded per_source_limit defaults imposed by your xinetd configuration. Many distributions include per_source limits that may not be suitable for your use case. Evaluate your needs carefully.</p>
<p><strong>Resolution:</strong><br />
Modify the default setting for per_source in <code class="codecolorer text twitlight"><span class="text">/etc/xinetd.conf</span></code> or modify the service specific configuration (recommended) under <code class="codecolorer text twitlight"><span class="text">/etc/xinet.d</span></code>. per_source limits may be set as follows:</p>
<div class="codecolorer-container text twitlight" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">per_source = 10</div></div>
<p>per_source may be set to an integer or UNLIMITED (the number represents the number of connections allowed per host). A sensible fixed value is <strong>always</strong> better than UNLIMITED.</p>
<p><em>Reference:</em> xinetd.conf(5)</p>
]]></content:encoded>
			<wfw:commentRss>http://solutions.unixsherpa.com/2010/02/09/xinetd-per_source-limit-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 1/11 queries in 0.036 seconds using disk
Object Caching 459/467 objects using disk

Served from: solutions.unixsherpa.com @ 2010-09-10 01:11:51 -->