<?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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments for MDLog:/sysadmin</title> <atom:link href="http://www.ducea.com/comments/feed/" rel="self" type="application/rss+xml" /><link>http://www.ducea.com</link> <description>The Journal Of A Linux Sysadmin</description> <lastBuildDate>Fri, 03 Sep 2010 20:31:32 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>Comment on Test your internet connection speed with style using speedtest.net by Tibia</title><link>http://www.ducea.com/2006/09/09/test-your-internet-connection-speed-with-style-using-speedtestnet/comment-page-1/#comment-182626</link> <dc:creator>Tibia</dc:creator> <pubDate>Fri, 03 Sep 2010 20:31:32 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/09/09/test-your-internet-connection-speed-with-style-using-speedtestnet/#comment-182626</guid> <description>&lt;strong&gt;Nice...&lt;/strong&gt;Thanks, I always love a good read. Dont stop posting!...</description> <content:encoded><![CDATA[<p><strong>Nice&#8230;</strong></p><p>Thanks, I always love a good read. Dont stop posting!&#8230;</p> ]]></content:encoded> </item> <item><title>Comment on Bash tips: if -e wildcard file check =&gt; [: too many arguments by Dan</title><link>http://www.ducea.com/2009/03/05/bash-tips-if-e-wildcard-file-check-too-many-arguments/comment-page-1/#comment-182600</link> <dc:creator>Dan</dc:creator> <pubDate>Thu, 02 Sep 2010 19:18:16 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=672#comment-182600</guid> <description>Harakiri almost got it right.  If there are no files, $EXISTENCE will not be set, resulting in the test to evaluate to TRUE.  This is because $EXISTENCE will evaluate to nothing causing the if statement to expand to &quot;if [ =0 ]&quot;.  This test evaluates to TRUE (I tried it), which is obviously wrong.Try this instead:NOTEXISTS=1 ; for FILE in /tmp/*.cache ; do test -e $FILE ; NOTEXISTS=$? ; break ; done
if [ $NOTEXISTS -eq 0 ] ; then
echo &quot;Cache files exist: do something with them&quot;
else
echo &quot;No cache files...&quot;
fi</description> <content:encoded><![CDATA[<p>Harakiri almost got it right.  If there are no files, $EXISTENCE will not be set, resulting in the test to evaluate to TRUE.  This is because $EXISTENCE will evaluate to nothing causing the if statement to expand to &#8220;if [ =0 ]&#8220;.  This test evaluates to TRUE (I tried it), which is obviously wrong.</p><p>Try this instead:</p><p>NOTEXISTS=1 ; for FILE in /tmp/*.cache ; do test -e $FILE ; NOTEXISTS=$? ; break ; done<br
/> if [ $NOTEXISTS -eq 0 ] ; then<br
/> echo &#8220;Cache files exist: do something with them&#8221;<br
/> else<br
/> echo &#8220;No cache files&#8230;&#8221;<br
/> fi</p> ]]></content:encoded> </item> <item><title>Comment on Partition Table Backup by Allen Halsey</title><link>http://www.ducea.com/2006/10/09/partition-table-backup/comment-page-1/#comment-182510</link> <dc:creator>Allen Halsey</dc:creator> <pubDate>Tue, 31 Aug 2010 21:12:39 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2006/10/09/partition-table-backup/#comment-182510</guid> <description>@Non_E
1) The partition table is contained in the 64 bytes starting at byte 446 of the MBR.
2) An advantage of sfdisk over dd is that sfdisk can handle logical partitons.</description> <content:encoded><![CDATA[<p>@Non_E<br
/> 1) The partition table is contained in the 64 bytes starting at byte 446 of the MBR.<br
/> 2) An advantage of sfdisk over dd is that sfdisk can handle logical partitons.</p> ]]></content:encoded> </item> <item><title>Comment on MySQL skip duplicate replication errors by John</title><link>http://www.ducea.com/2008/02/13/mysql-skip-duplicate-replication-errors/comment-page-1/#comment-182504</link> <dc:creator>John</dc:creator> <pubDate>Tue, 31 Aug 2010 14:08:32 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/2008/02/13/mysql-skip-duplicate-replication-errors/#comment-182504</guid> <description>Thanks for that!</description> <content:encoded><![CDATA[<p>Thanks for that!</p> ]]></content:encoded> </item> <item><title>Comment on Mdadm Cheat Sheet by Greg</title><link>http://www.ducea.com/2009/03/08/mdadm-cheat-sheet/comment-page-2/#comment-182434</link> <dc:creator>Greg</dc:creator> <pubDate>Fri, 27 Aug 2010 09:44:46 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=691#comment-182434</guid> <description>AHCI Bios options changes the way disks re represented to the OS, so I&#039;m not surprised it mangled your RAID array.  There&#039;s not much you can do but revert to previous BIOS Settings and hope to be able to recover data in circumstances like this.  for more info, google/wikipedia &quot;AHCI&quot;</description> <content:encoded><![CDATA[<p>AHCI Bios options changes the way disks re represented to the OS, so I&#8217;m not surprised it mangled your RAID array.  There&#8217;s not much you can do but revert to previous BIOS Settings and hope to be able to recover data in circumstances like this.  for more info, google/wikipedia &#8220;AHCI&#8221;</p> ]]></content:encoded> </item> <item><title>Comment on Adding a secondary IP address on a Cisco ASA Ethernet interface by Ethernet</title><link>http://www.ducea.com/2008/05/31/adding-a-secondary-ip-address-on-a-cisco-asa-ethernet-interface/comment-page-2/#comment-182433</link> <dc:creator>Ethernet</dc:creator> <pubDate>Fri, 27 Aug 2010 09:07:37 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=241#comment-182433</guid> <description>article very good</description> <content:encoded><![CDATA[<p>article very good</p> ]]></content:encoded> </item> <item><title>Comment on Can I use Google Analytics if my site is generating more than 5 million pageviews? by Bupkus @ RambleOn</title><link>http://www.ducea.com/2010/08/24/can-i-use-google-analytics-if-my-site-is-generating-more-than-5-million-pageviews/comment-page-1/#comment-182408</link> <dc:creator>Bupkus @ RambleOn</dc:creator> <pubDate>Thu, 26 Aug 2010 02:11:11 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=1114#comment-182408</guid> <description>[...] one: I was reading Marius Ducea&#8217;s post about Google Analytics and high traffic sites tonight. None of the sites I&#8217;m currently [...]</description> <content:encoded><![CDATA[<p>[...] one: I was reading Marius Ducea&#8217;s post about Google Analytics and high traffic sites tonight. None of the sites I&#8217;m currently [...]</p> ]]></content:encoded> </item> <item><title>Comment on Can I use Google Analytics if my site is generating more than 5 million pageviews? by Mircea</title><link>http://www.ducea.com/2010/08/24/can-i-use-google-analytics-if-my-site-is-generating-more-than-5-million-pageviews/comment-page-1/#comment-182401</link> <dc:creator>Mircea</dc:creator> <pubDate>Wed, 25 Aug 2010 17:10:28 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=1114#comment-182401</guid> <description>Incearca Omniture sau Webtrends daca vrei un wa solid.</description> <content:encoded><![CDATA[<p>Incearca Omniture sau Webtrends daca vrei un wa solid.</p> ]]></content:encoded> </item> <item><title>Comment on HowTo install reconnoiter on Debian Lenny by - Marius -</title><link>http://www.ducea.com/2010/07/13/howto-install-reconnoiter-on-debian-lenny/comment-page-1/#comment-182400</link> <dc:creator>- Marius -</dc:creator> <pubDate>Wed, 25 Aug 2010 16:54:37 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=1073#comment-182400</guid> <description>@Vide for my particular project I was interested in adding metrics with collectd from the end servers. It works fine. You can definitely add metrics using the cli, but you will have to automate this to make it useful. I would suggest looking into collectd first as it has already many plugins and makes it much easier to add the metrics automatically as new machines get added to the setup. Hth.</description> <content:encoded><![CDATA[<p>@Vide for my particular project I was interested in adding metrics with collectd from the end servers. It works fine. You can definitely add metrics using the cli, but you will have to automate this to make it useful. I would suggest looking into collectd first as it has already many plugins and makes it much easier to add the metrics automatically as new machines get added to the setup. Hth.</p> ]]></content:encoded> </item> <item><title>Comment on HowTo install reconnoiter on Debian Lenny by Vide</title><link>http://www.ducea.com/2010/07/13/howto-install-reconnoiter-on-debian-lenny/comment-page-1/#comment-182392</link> <dc:creator>Vide</dc:creator> <pubDate>Wed, 25 Aug 2010 11:52:59 +0000</pubDate> <guid
isPermaLink="false">http://www.ducea.com/?p=1073#comment-182392</guid> <description>Marius, have you already touched the UI? I&#039;ve seen the OSCON presentation and it seems cool and more modern than Zabbix UI for example but how do you rate it? Real time graphs rule but can you for example create new checks/items graphically? Or you must use the CLI (which anyway it&#039;s good looking as well)?</description> <content:encoded><![CDATA[<p>Marius, have you already touched the UI? I&#8217;ve seen the OSCON presentation and it seems cool and more modern than Zabbix UI for example but how do you rate it? Real time graphs rule but can you for example create new checks/items graphically? Or you must use the CLI (which anyway it&#8217;s good looking as well)?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Served from: www.debianblog.org @ 2010-09-03 23:52:37 by W3 Total Cache -->