<?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>Wolfgang Reutz&#039;s Blog &#187; Sysadmin</title>
	<atom:link href="http://wolfgang.reutz.at/tag/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://wolfgang.reutz.at</link>
	<description></description>
	<lastBuildDate>Thu, 09 Sep 2010 13:29:11 +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>Getting SNMPD to work on Ubuntu</title>
		<link>http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/</link>
		<comments>http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 09:53:16 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=743</guid>
		<description><![CDATA[Setting up snmpd on ubuntu seems easy, but i never got it full working. It was working locally, but not for a cacti setup from another server. The problem was that the default install of snmpd on Ubuntu starts the demon on the loopback interface only, refusing connections from other computers. Edit /etc/default/snmpd to fix&#8230; <a href="http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/06/22/snmpd-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable your webserver to feed iPhone with MP4 videos</title>
		<link>http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/</link>
		<comments>http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 10:12:34 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>
		<category><![CDATA[itunes]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=676</guid>
		<description><![CDATA[I&#8217;m using iPhone OS 3.x on my iPhone and recently i had problems to get my .mp4 files displayed in mobile Safari. I tried different settings for encoding the files but not a single one worked. When i clicked the link to the .mp4 file in mobile Safari, all i got was the &#8220;file can&#8217;t&#8230; <a href="http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2010/03/23/mp4-apache-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X 10.5: Setting a custom umask</title>
		<link>http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/</link>
		<comments>http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 14:35:09 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=493</guid>
		<description><![CDATA[umask is a UNIX command to set the default permissions for newly created files and folders. Especially when you have to share your files with other users on your computer or on a network share the default umask of 022 which Mac OS X uses is not very handy, it would be better if all&#8230; <a href="http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2009/07/21/mac-os-x-10-5-setting-a-custom-umask/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using WordPress 2.8 and up with a proxy webserver in front</title>
		<link>http://wolfgang.reutz.at/2009/06/12/using-wordpress-with-a-proxy-webserver-in-front/</link>
		<comments>http://wolfgang.reutz.at/2009/06/12/using-wordpress-with-a-proxy-webserver-in-front/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 01:15:37 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Webdev]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/?p=346</guid>
		<description><![CDATA[I use a public plain apache server with mod_rewrite to serve my wordpress as i don't trust php enough to expose it to the world ;-)

I wrote and updated a previous post describing what i've done to make things work for me, but now with Wordpress 2.8 it's broken, so i had to figure out a fix for this problem again.]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2009/06/12/using-wordpress-with-a-proxy-webserver-in-front/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-Flash LaFonera with original Firmware</title>
		<link>http://wolfgang.reutz.at/2009/01/03/re-flash-lafonera-with-original-firmware/</link>
		<comments>http://wolfgang.reutz.at/2009/01/03/re-flash-lafonera-with-original-firmware/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 18:01:00 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[fonera]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[macosx]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/?p=152</guid>
		<description><![CDATA[After playing around with my LaFonera and ddWRT i decided to go back to the original LaFonera firmware. I liked ddWRT for it's feature-richness, but as my requirements changed i don't need the router to sit inside the LaFonera and thought it would be good to re-join the fon community ;-)

I found most of the commands to achieve this on Stefano Testi's Blog in this article. I ran into some problems because i tried this on Mac OS X, so i added some steps to this procedure to succeed.]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2009/01/03/re-flash-lafonera-with-original-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to hide a worpress instance behind a different apache server with mod_rewrite</title>
		<link>http://wolfgang.reutz.at/2008/08/22/how-to-hide-a-worpress-instance-behind-a-different-apache-server-with-mod_rewrite/</link>
		<comments>http://wolfgang.reutz.at/2008/08/22/how-to-hide-a-worpress-instance-behind-a-different-apache-server-with-mod_rewrite/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 11:59:42 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Webdev]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/2007/04/22/hacking-wordpress-1/</guid>
		<description><![CDATA[<p>
I had the need to move my blog running wordpress 2.0.x to a different server, but keeping the domain name on the "old" server.  I tried to do this with mod_rewrite and succeeded only partially :-( after some hours of hacking around with mod_rewrite and wordpress itself i got i working and want to share my solution: note: let's call the origin server SERVER A and the "new" server running wordpress and mysl SERVER B.
</p>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2008/08/22/how-to-hide-a-worpress-instance-behind-a-different-apache-server-with-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Icecast2 listener statistics script for Cacti</title>
		<link>http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/</link>
		<comments>http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 14:47:20 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[cacti]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/?p=81</guid>
		<description><![CDATA[I found a script for cacti to monitor the number of current listeners of an icecast2 server. The script was ok, but had a problem that sources where counted as listeners and it only showed the total number of listeners. I did some work on the script and it now has: - show all listeners&#8230; <a href="http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2008/07/25/icecast2-lifistener-statistics-script-for-cacti/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Flash Media Server 3 on Ubuntu Server</title>
		<link>http://wolfgang.reutz.at/2008/04/14/installing-flash-media-server-3-on-ubuntu-server/</link>
		<comments>http://wolfgang.reutz.at/2008/04/14/installing-flash-media-server-3-on-ubuntu-server/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 16:47:25 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Sysadmin]]></category>
		<category><![CDATA[Webdev]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[media server]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/?p=65</guid>
		<description><![CDATA[In the past i had to install Flash Media Server 2 on Ubuntu and Markus Bertheau&#8217;s Blog came to help with publishing a patch to make this work. Time went by and now i had to install Flash Media Server 3 on my Ubuntu box. Again Markus has a patch for the fms3 installer script&#8230; <a href="http://wolfgang.reutz.at/2008/04/14/installing-flash-media-server-3-on-ubuntu-server/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2008/04/14/installing-flash-media-server-3-on-ubuntu-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Leopard: sylogd eating cpu power</title>
		<link>http://wolfgang.reutz.at/2008/03/11/mac-os-x-leopard-sylogd-eating-cpu-power/</link>
		<comments>http://wolfgang.reutz.at/2008/03/11/mac-os-x-leopard-sylogd-eating-cpu-power/#comments</comments>
		<pubDate>Tue, 11 Mar 2008 16:41:55 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/2008/03/11/mac-os-x-leopard-sylogd-eating-cpu-power/</guid>
		<description><![CDATA[today i noticed after a reboot (i do that very rarely), that my iStats Menu CPU monitor shows me heavy CPU load. I fired up Activity Monitor and found that syslogd is using 90% &#8211; 100% cpu power &#8211; bad syslogd! I did some research on the net and found quiete some hints relating Time&#8230; <a href="http://wolfgang.reutz.at/2008/03/11/mac-os-x-leopard-sylogd-eating-cpu-power/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2008/03/11/mac-os-x-leopard-sylogd-eating-cpu-power/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSan Volume refuses to mount on only one of more clients</title>
		<link>http://wolfgang.reutz.at/2008/03/10/xsan-volume-refuses-to-mount-on-only-one-of-more-clients/</link>
		<comments>http://wolfgang.reutz.at/2008/03/10/xsan-volume-refuses-to-mount-on-only-one-of-more-clients/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 10:23:06 +0000</pubDate>
		<dc:creator>Wolfgang</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://wolfgang.reutz.at/blog/2008/03/10/xsan-volume-refuses-to-mount-on-only-one-of-more-clients/</guid>
		<description><![CDATA[I had again some troubles with my XSan. I have 1 MDC (client/controller) and 2 clients and 2 Volumes on the XRaid. All clients and all volumes automounted as expected, except one volume on one of the clients I saw the client in the list for that particular volume in the XSan Admin application, but&#8230; <a href="http://wolfgang.reutz.at/2008/03/10/xsan-volume-refuses-to-mount-on-only-one-of-more-clients/">Continue reading &#187;</a>]]></description>
		<wfw:commentRss>http://wolfgang.reutz.at/2008/03/10/xsan-volume-refuses-to-mount-on-only-one-of-more-clients/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
