<?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>榆树网 &#187; 网管</title>
	<atom:link href="http://www.wenzk.com/archives/tag/%e7%bd%91%e7%ae%a1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wenzk.com</link>
	<description>http://www.wenzk.com</description>
	<lastBuildDate>Thu, 09 Feb 2012 07:57:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>FreeBSD下运行Zabbix出现错误</title>
		<link>http://www.wenzk.com/archives/586</link>
		<comments>http://www.wenzk.com/archives/586#comments</comments>
		<pubDate>Fri, 29 Jan 2010 08:19:15 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[zabbix]]></category>
		<category><![CDATA[共享内存]]></category>
		<category><![CDATA[监控]]></category>
		<category><![CDATA[网管]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=586</guid>
		<description><![CDATA[这次提示： zabbix_agentd [12234]: Can not create Semaphore [No space left on device] zabbix_agentd [12234]: Unable to create mutex for log file 这次又是另外一个错误，根据上次的经验，通过修改sysctl.conf试试 居然好用了 相关文章Zabbix在FreeBSD启动错误 (0)Weathermap如何使用Zabbix作为数据源 (0)ZFS Tuning Guide (0)Re: Freebsd 8.0 kmem map too small (0)Freebsd 8.0 kmem map too small (0)]]></description>
			<content:encoded><![CDATA[<p>这次提示：</p>
<p>zabbix_agentd [12234]: Can not create Semaphore [No space left on  device]<br />
zabbix_agentd [12234]: Unable to create mutex for log file</p>
<p>这次又是另外一个错误，根据上次的经验，通过修改sysctl.conf试试</p>
<pre class="brush: plain; title: ; notranslate">kern.ipc.shmall=40960000
kern.ipc.shmmax=204800000</pre>
<p>居然好用了</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/494" title="Zabbix在FreeBSD启动错误">Zabbix在FreeBSD启动错误</a> (0)</li><li><a href="http://www.wenzk.com/archives/1499" title="Weathermap如何使用Zabbix作为数据源">Weathermap如何使用Zabbix作为数据源</a> (0)</li><li><a href="http://www.wenzk.com/archives/1101" title="ZFS Tuning Guide">ZFS Tuning Guide</a> (0)</li><li><a href="http://www.wenzk.com/archives/1096" title="Re: Freebsd 8.0 kmem map too small">Re: Freebsd 8.0 kmem map too small</a> (0)</li><li><a href="http://www.wenzk.com/archives/1092" title="Freebsd 8.0 kmem map too small">Freebsd 8.0 kmem map too small</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/586/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zabbix在FreeBSD启动错误</title>
		<link>http://www.wenzk.com/archives/494</link>
		<comments>http://www.wenzk.com/archives/494#comments</comments>
		<pubDate>Wed, 23 Dec 2009 09:16:31 +0000</pubDate>
		<dc:creator>ELM</dc:creator>
				<category><![CDATA[榆树网-系统]]></category>
		<category><![CDATA[zabbix]]></category>
		<category><![CDATA[监控]]></category>
		<category><![CDATA[网管]]></category>

		<guid isPermaLink="false">http://www.wenzk.com/?p=494</guid>
		<description><![CDATA[日志提示：Can&#8217;t allocate shared memory of size 8388608 [Cannot allocate memory] 解决办法： eventually I have successfully get around the problem by modifying the below two setting as below:- kern.ipc.shmall=40960000 kern.ipc.shmmax=204800000 I believe it would be too large but I really don&#8217;t have an idea on how large should I modify the setting before I can get [...]]]></description>
			<content:encoded><![CDATA[<p>日志提示：Can&#8217;t allocate shared memory of size 8388608 [Cannot allocate memory]</p>
<p>解决办法：</p>
<p>eventually I have successfully get around the problem by modifying the  below two setting as below:-<br />
kern.ipc.shmall=40960000<br />
kern.ipc.shmmax=204800000</p>
<p>I believe it would be too large but I really don&#8217;t have an idea on how  large should I modify the setting before I can get it run, so a bit  overkilling. Grateful if anyone got an idea on a better setting.</p>
<p>From: http://www.zabbix.org/forum/showthread.php?p=55178</p>
<h2  class="related_post_title">相关文章</h2><ul class="related_post"><li><a href="http://www.wenzk.com/archives/586" title="FreeBSD下运行Zabbix出现错误">FreeBSD下运行Zabbix出现错误</a> (0)</li><li><a href="http://www.wenzk.com/archives/1499" title="Weathermap如何使用Zabbix作为数据源">Weathermap如何使用Zabbix作为数据源</a> (0)</li><li><a href="http://www.wenzk.com/archives/938" title="Windows下VLC状态检查脚本">Windows下VLC状态检查脚本</a> (0)</li><li><a href="http://www.wenzk.com/archives/880" title="Zabbix Agentd在Windows下如何获得网卡流量">Zabbix Agentd在Windows下如何获得网卡流量</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.wenzk.com/archives/494/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

