<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for JoeCen's 小猫窝</title>
	<atom:link href="http://www.joecen.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joecen.com</link>
	<description>Target -&#62; To Do -&#62; Done</description>
	<pubDate>Wed, 08 Feb 2012 22:29:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on google talk 的php api 脚本xmpphp by comfiger</title>
		<link>http://www.joecen.com/2008/05/09/google-talk-php-api-xmpphp/#comment-22825</link>
		<dc:creator>comfiger</dc:creator>
		<pubDate>Tue, 07 Feb 2012 06:48:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=236#comment-22825</guid>
		<description>博主你好：
        请问你这个系统完成没？能够开源吗？</description>
		<content:encoded><![CDATA[<p>博主你好：<br />
        请问你这个系统完成没？能够开源吗？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 配置apt-get使用socks代理 by yhlfh</title>
		<link>http://www.joecen.com/2008/02/17/config-apt-get-use-socks-proxy/#comment-22423</link>
		<dc:creator>yhlfh</dc:creator>
		<pubDate>Fri, 27 Jan 2012 13:41:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/2008/02/17/config-apt-get-use-socks-proxy/#comment-22423</guid>
		<description>博主这招NB，相当好用！</description>
		<content:encoded><![CDATA[<p>博主这招NB，相当好用！</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我的Cacti FAQ by luodeke</title>
		<link>http://www.joecen.com/article/cacti/cactifaq/#comment-21784</link>
		<dc:creator>luodeke</dc:creator>
		<pubDate>Tue, 10 Jan 2012 05:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/cacti/cactifaq/#comment-21784</guid>
		<description>多谢了。我用yum安装了cacti一切ok</description>
		<content:encoded><![CDATA[<p>多谢了。我用yum安装了cacti一切ok</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我的Cacti FAQ by luodeke</title>
		<link>http://www.joecen.com/article/cacti/cactifaq/#comment-21748</link>
		<dc:creator>luodeke</dc:creator>
		<pubDate>Mon, 09 Jan 2012 03:55:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/cacti/cactifaq/#comment-21748</guid>
		<description>在Graph Management”中进行debug出错：
RRDTool Command:

/opt/rrdtool-1.4.5/bin/rrdtool graph - \
--imgformat=PNG \
--start=-86400 \
--end=-300 \
--title='Localhost - Processes' \
--base=1000 \
--height=120 \
--width=500 \
--alt-autoscale-max \
--lower-limit=0 \
--vertical-label='processes' \
--slope-mode \
--font TITLE:10: \
--font AXIS:7: \
--font LEGEND:8: \
--font UNIT:7: \
DEF:a="/var/www/cacti/rra/localhost_proc_7.rrd":proc:AVERAGE \
AREA:a#F51D30FF:"Running Processes"  \
GPRINT:a:LAST:"Current\:%8.0lf"  \
GPRINT:a:AVERAGE:"Average\:%8.0lf"  \
GPRINT:a:MAX:"Maximum\:%8.0lf\n" 

RRDTool Says:

ERROR: opening '/var/www/cacti/rra/localhost_proc_7.rrd': No such file or directory

rra权限：
[root@kk1 cacti]# ls -ld /var/www/cacti/rra 
drwxrwxrwx 2 cactiuser root 4096 Sep 12 05:55 /var/www/cacti/rra

snmp一直能够正常收集信息。

对于路径那一项。有RRDTool Default Font和Spine Poller File Path没有填，spine相关的我没有安装。</description>
		<content:encoded><![CDATA[<p>在Graph Management”中进行debug出错：<br />
RRDTool Command:</p>
<p>/opt/rrdtool-1.4.5/bin/rrdtool graph - \<br />
--imgformat=PNG \<br />
--start=-86400 \<br />
--end=-300 \<br />
--title='Localhost - Processes' \<br />
--base=1000 \<br />
--height=120 \<br />
--width=500 \<br />
--alt-autoscale-max \<br />
--lower-limit=0 \<br />
--vertical-label='processes' \<br />
--slope-mode \<br />
--font TITLE:10: \<br />
--font AXIS:7: \<br />
--font LEGEND:8: \<br />
--font UNIT:7: \<br />
DEF:a="/var/www/cacti/rra/localhost_proc_7.rrd":proc:AVERAGE \<br />
AREA:a#F51D30FF:"Running Processes"  \<br />
GPRINT:a:LAST:"Current\:%8.0lf"  \<br />
GPRINT:a:AVERAGE:"Average\:%8.0lf"  \<br />
GPRINT:a:MAX:"Maximum\:%8.0lf\n" </p>
<p>RRDTool Says:</p>
<p>ERROR: opening '/var/www/cacti/rra/localhost_proc_7.rrd': No such file or directory</p>
<p>rra权限：<br />
[root@kk1 cacti]# ls -ld /var/www/cacti/rra<br />
drwxrwxrwx 2 cactiuser root 4096 Sep 12 05:55 /var/www/cacti/rra</p>
<p>snmp一直能够正常收集信息。</p>
<p>对于路径那一项。有RRDTool Default Font和Spine Poller File Path没有填，spine相关的我没有安装。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我的Cacti FAQ by luodeke</title>
		<link>http://www.joecen.com/article/cacti/cactifaq/#comment-21745</link>
		<dc:creator>luodeke</dc:creator>
		<pubDate>Mon, 09 Jan 2012 03:43:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/cacti/cactifaq/#comment-21745</guid>
		<description>现象三在我关闭iptables过后没有了。运行php /var/www/cacti/poller.php过后没有任何提示。</description>
		<content:encoded><![CDATA[<p>现象三在我关闭iptables过后没有了。运行php /var/www/cacti/poller.php过后没有任何提示。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 我的Cacti FAQ by luodeke</title>
		<link>http://www.joecen.com/article/cacti/cactifaq/#comment-21744</link>
		<dc:creator>luodeke</dc:creator>
		<pubDate>Mon, 09 Jan 2012 03:40:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/cacti/cactifaq/#comment-21744</guid>
		<description>你好，安装好cacti过后，在graphs页面不能正常显示页面 ，查看http的日志提示ERROR: opening '/var/www/cacti/rra/localhost_users_6.rrd': No such file or directory，我到/var/wwwcacti/rra下面ls了一下为空。
[root@kk1 cacti]# ls -ld rra 
drwxrwxrwx 2 cactiuser root 4096 Sep 12 05:55 rra
[root@kk1 cacti]# ll rra
total 0
现象二，/var/www/cacti下面的所有文件的拥有者都是1000，但是/etc/passwd下面却没有那个用户，我后来都改成了cactiuser，组是users（我在/etc/passwd下面看到game用户的所属组为这个users组，后来我改成了root），
现象三，
[root@kk1 cacti]# php /var/www/cacti/poller.php 
01/09/2012 07:37:44 PM - POLLER: Poller[0] WARNING: Cron is out of sync with the Poller Interval!  The Poller Interval is '300' seconds, with a maximum of a '300' second Cron, but 349 seconds have passed since the last poll!
01/09/2012 07:37:45 PM - SYSTEM STATS: Time:0.1443 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:0 RRDsProcessed:0</description>
		<content:encoded><![CDATA[<p>你好，安装好cacti过后，在graphs页面不能正常显示页面 ，查看http的日志提示ERROR: opening '/var/www/cacti/rra/localhost_users_6.rrd': No such file or directory，我到/var/wwwcacti/rra下面ls了一下为空。<br />
[root@kk1 cacti]# ls -ld rra<br />
drwxrwxrwx 2 cactiuser root 4096 Sep 12 05:55 rra<br />
[root@kk1 cacti]# ll rra<br />
total 0<br />
现象二，/var/www/cacti下面的所有文件的拥有者都是1000，但是/etc/passwd下面却没有那个用户，我后来都改成了cactiuser，组是users（我在/etc/passwd下面看到game用户的所属组为这个users组，后来我改成了root），<br />
现象三，<br />
[root@kk1 cacti]# php /var/www/cacti/poller.php<br />
01/09/2012 07:37:44 PM - POLLER: Poller[0] WARNING: Cron is out of sync with the Poller Interval!  The Poller Interval is '300' seconds, with a maximum of a '300' second Cron, but 349 seconds have passed since the last poll!<br />
01/09/2012 07:37:45 PM - SYSTEM STATS: Time:0.1443 Method:cmd.php Processes:1 Threads:N/A Hosts:2 HostsPerProcess:2 DataSources:0 RRDsProcessed:0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on linux下使用串口管理服务器 by Get Rid of Cellulite</title>
		<link>http://www.joecen.com/2007/04/13/linux-use-serial-port-server-management/#comment-20924</link>
		<dc:creator>Get Rid of Cellulite</dc:creator>
		<pubDate>Fri, 16 Dec 2011 21:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/archives/170#comment-20924</guid>
		<description>&lt;strong&gt;how to get rid of cellulite...&lt;/strong&gt;

[...]below you'll find the link to some sites that we think you should visit[...]...</description>
		<content:encoded><![CDATA[<p><strong>how to get rid of cellulite...</strong></p>
<p>[...]below you'll find the link to some sites that we think you should visit[...]...</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 使用smokeping监测网络 by Mark_Lost</title>
		<link>http://www.joecen.com/2008/10/09/use-smokeping/#comment-18541</link>
		<dc:creator>Mark_Lost</dc:creator>
		<pubDate>Fri, 14 Oct 2011 09:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=282#comment-18541</guid>
		<description>多谢博主分享，请教一个问题， 如果所监控主机已禁用 ping，该如何修改配置？谢谢

我的email: nirvanawmc@hotmail.com</description>
		<content:encoded><![CDATA[<p>多谢博主分享，请教一个问题， 如果所监控主机已禁用 ping，该如何修改配置？谢谢</p>
<p>我的email: <a href="mailto:nirvanawmc@hotmail.com">nirvanawmc@hotmail.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 使用smokeping监测网络 by Mark_Lost</title>
		<link>http://www.joecen.com/2008/10/09/use-smokeping/#comment-18539</link>
		<dc:creator>Mark_Lost</dc:creator>
		<pubDate>Fri, 14 Oct 2011 09:27:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=282#comment-18539</guid>
		<description>多谢博主分享，请教一个问题， 如果所监控主机已禁用 ping，该如何修改配置？谢谢</description>
		<content:encoded><![CDATA[<p>多谢博主分享，请教一个问题， 如果所监控主机已禁用 ping，该如何修改配置？谢谢</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 正在试用phiten的颈圈 by Jailene</title>
		<link>http://www.joecen.com/2007/03/21/the-collars-are-being-tested-phiten/#comment-16497</link>
		<dc:creator>Jailene</dc:creator>
		<pubDate>Mon, 15 Aug 2011 07:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/archives/162#comment-16497</guid>
		<description>There are no words to describe how badcoious this is.</description>
		<content:encoded><![CDATA[<p>There are no words to describe how badcoious this is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 2009不再回头 by 瘦腿产品</title>
		<link>http://www.joecen.com/2010/01/27/2009_not_back/#comment-15910</link>
		<dc:creator>瘦腿产品</dc:creator>
		<pubDate>Fri, 22 Jul 2011 05:19:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=405#comment-15910</guid>
		<description>加油，，，</description>
		<content:encoded><![CDATA[<p>加油，，，</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on debian中打开exim4的发邮件功能 by huhu</title>
		<link>http://www.joecen.com/2007/03/04/debian-open-the-e-mail-function-exim4/#comment-15527</link>
		<dc:creator>huhu</dc:creator>
		<pubDate>Mon, 11 Jul 2011 05:42:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/archives/155#comment-15527</guid>
		<description>good good study, day day up.</description>
		<content:encoded><![CDATA[<p>good good study, day day up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on G1，继续服役 by 电热膜</title>
		<link>http://www.joecen.com/2011/03/02/continue-g1/#comment-14497</link>
		<dc:creator>电热膜</dc:creator>
		<pubDate>Tue, 07 Jun 2011 06:23:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=507#comment-14497</guid>
		<description>知足吧，我现在用的手机都用了2年了。。想换没钱！

向往的HTC，现在用的三星，不知道HTC的质量到底如何，博主分享分享心得~</description>
		<content:encoded><![CDATA[<p>知足吧，我现在用的手机都用了2年了。。想换没钱！</p>
<p>向往的HTC，现在用的三星，不知道HTC的质量到底如何，博主分享分享心得~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 使用Cacti监测系统与网络性能_5 by joecen</title>
		<link>http://www.joecen.com/article/cacti/monitor_with_cacti_5/#comment-14188</link>
		<dc:creator>joecen</dc:creator>
		<pubDate>Tue, 31 May 2011 07:35:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/使用cacti监测系统与网络性能_5/#comment-14188</guid>
		<description>[quote comment="14159"]rra下面没用文件，执行debug模式有数据。

这是为什么呢？
网上找了很多解决方案，都没解决。
我一切用的都是root用户，是不是这个原因导致的呢？
好像很多都是自己建一个cacti用户，我直接用root了。

能帮帮我吗？谢谢。
可以mail联系我。[/quote]
 
http://www.joecen.com/article/cacti/cactifaq/</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.joecen.com/article/cacti/monitor_with_cacti_5/#comment-14159"><p>
rra下面没用文件，执行debug模式有数据。</p>
<p>这是为什么呢？<br />
网上找了很多解决方案，都没解决。<br />
我一切用的都是root用户，是不是这个原因导致的呢？<br />
好像很多都是自己建一个cacti用户，我直接用root了。</p>
<p>能帮帮我吗？谢谢。<br />
可以mail联系我。</p>
</blockquote>
<p><a href="http://www.joecen.com/article/cacti/cactifaq/" rel="nofollow">http://www.joecen.com/article/cacti/cactifaq/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 使用Cacti监测系统与网络性能_5 by joecen</title>
		<link>http://www.joecen.com/article/cacti/monitor_with_cacti_5/#comment-14187</link>
		<dc:creator>joecen</dc:creator>
		<pubDate>Tue, 31 May 2011 07:34:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/使用cacti监测系统与网络性能_5/#comment-14187</guid>
		<description>[quote comment="14159"]rra下面没用文件，执行debug模式有数据。

这是为什么呢？
网上找了很多解决方案，都没解决。
我一切用的都是root用户，是不是这个原因导致的呢？
好像很多都是自己建一个cacti用户，我直接用root了。

能帮帮我吗？谢谢。
可以mail联系我。[/quote]

没有rrd文件一般都是用户权限的问题。</description>
		<content:encoded><![CDATA[<blockquote cite="http://www.joecen.com/article/cacti/monitor_with_cacti_5/#comment-14159"><p>
rra下面没用文件，执行debug模式有数据。</p>
<p>这是为什么呢？<br />
网上找了很多解决方案，都没解决。<br />
我一切用的都是root用户，是不是这个原因导致的呢？<br />
好像很多都是自己建一个cacti用户，我直接用root了。</p>
<p>能帮帮我吗？谢谢。<br />
可以mail联系我。</p>
</blockquote>
<p>没有rrd文件一般都是用户权限的问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 使用Cacti监测系统与网络性能_5 by archas</title>
		<link>http://www.joecen.com/article/cacti/monitor_with_cacti_5/#comment-14159</link>
		<dc:creator>archas</dc:creator>
		<pubDate>Mon, 30 May 2011 09:21:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/使用cacti监测系统与网络性能_5/#comment-14159</guid>
		<description>rra下面没用文件，执行debug模式有数据。

这是为什么呢？
网上找了很多解决方案，都没解决。
我一切用的都是root用户，是不是这个原因导致的呢？
好像很多都是自己建一个cacti用户，我直接用root了。

能帮帮我吗？谢谢。
可以mail联系我。</description>
		<content:encoded><![CDATA[<p>rra下面没用文件，执行debug模式有数据。</p>
<p>这是为什么呢？<br />
网上找了很多解决方案，都没解决。<br />
我一切用的都是root用户，是不是这个原因导致的呢？<br />
好像很多都是自己建一个cacti用户，我直接用root了。</p>
<p>能帮帮我吗？谢谢。<br />
可以mail联系我。</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on G1，继续服役 by 贝贝怡</title>
		<link>http://www.joecen.com/2011/03/02/continue-g1/#comment-13954</link>
		<dc:creator>贝贝怡</dc:creator>
		<pubDate>Tue, 24 May 2011 14:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=507#comment-13954</guid>
		<description>安卓卡通好卡哇伊啊!</description>
		<content:encoded><![CDATA[<p>安卓卡通好卡哇伊啊!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on G1，继续服役 by 移动破碎站</title>
		<link>http://www.joecen.com/2011/03/02/continue-g1/#comment-11374</link>
		<dc:creator>移动破碎站</dc:creator>
		<pubDate>Thu, 10 Mar 2011 02:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=507#comment-11374</guid>
		<description>一直用塞班的路过
哈哈</description>
		<content:encoded><![CDATA[<p>一直用塞班的路过<br />
哈哈</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 存在的不存在感和不存在的存在感 by 易评网</title>
		<link>http://www.joecen.com/2011/01/28/in-and-out/#comment-11073</link>
		<dc:creator>易评网</dc:creator>
		<pubDate>Tue, 22 Feb 2011 04:14:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/?p=500#comment-11073</guid>
		<description>有点小绕~</description>
		<content:encoded><![CDATA[<p>有点小绕~</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 如何让cacti显示中文 by xiaodao</title>
		<link>http://www.joecen.com/article/cacti/chinese/#comment-10447</link>
		<dc:creator>xiaodao</dc:creator>
		<pubDate>Sat, 22 Jan 2011 09:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.joecen.com/cacti/chinese/#comment-10447</guid>
		<description>要注意httpd 的locale
/etc/sysconfig/httpd</description>
		<content:encoded><![CDATA[<p>要注意httpd 的locale<br />
/etc/sysconfig/httpd</p>
]]></content:encoded>
	</item>
</channel>
</rss>

