<?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>Der Lanwirt &#187; rhel</title>
	<atom:link href="http://www.lanwirt.de/tag/rhel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lanwirt.de</link>
	<description>manchmal auch wanwirt oder sanwirt</description>
	<lastBuildDate>Thu, 15 Jul 2010 12:53:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>OTRS on CentOS 5</title>
		<link>http://www.lanwirt.de/2008/06/19/otrs-on-centos-5/</link>
		<comments>http://www.lanwirt.de/2008/06/19/otrs-on-centos-5/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 13:45:55 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Tux]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpan]]></category>
		<category><![CDATA[installing]]></category>
		<category><![CDATA[otrs]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://markus.renschler.net/?p=97</guid>
		<description><![CDATA[Today I started installing OTRS on CentOS. First barrier: Installing all the needed Perl modules. Luckily, there is a script calles bin/otrs.checkModules After trying around a bit, I found out, that the following command installs at least the required stuff: yum install perl-Compress-Zlib perl-HTML-Parser perl-HTML-Tagset perl-URI perl-libwww-perl perl-Net-DNS The GD module can be downloaded/installed from [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started installing OTRS on CentOS. First barrier: Installing all the needed Perl modules. Luckily, there is a script calles bin/otrs.checkModules</p>
<p>After trying around a bit, I found out, that the following command installs at least the required stuff:</p>
<p><code>yum install perl-Compress-Zlib perl-HTML-Parser perl-HTML-Tagset perl-URI perl-libwww-perl perl-Net-DNS</code></p>
<p>The GD module can be downloaded/installed from <a href="http://dag.wieers.com/rpm/" onclick="javascript:pageTracker._trackPageview ('/outbound/dag.wieers.com');">Dag&#8217;s repository</a>:<br />
<a href="http://dag.wieers.com/rpm/packages/perl-GD/" onclick="javascript:pageTracker._trackPageview ('/outbound/dag.wieers.com');">http://dag.wieers.com/rpm/packages/perl-GD/</a></p>
<p><strong>[Update 2008-07-16]</strong> Today, I continued installing and it showed that installing works without a problem if you just follow the documentation, in my case especially in README.webserver.</p>
<p>OTRS works!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lanwirt.de/2008/06/19/otrs-on-centos-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RHEL/CentOS 5.1: Clock divider für virtuelle Maschinen</title>
		<link>http://www.lanwirt.de/2008/03/14/rhelcentos-51-clock-divider-fur-virtuelle-maschinen/</link>
		<comments>http://www.lanwirt.de/2008/03/14/rhelcentos-51-clock-divider-fur-virtuelle-maschinen/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 10:50:42 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Tux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://markus.renschler.net/2008/03/14/rhelcentos-51-clock-divider-fur-virtuelle-maschinen/</guid>
		<description><![CDATA[Wenn man CentOS z.B. unter VMWare Server betreibt, muss man des öfteren feststellen, dass die Systemuhr zu unergrüdlichen Höhenflügen ansetzt. Seit 5.1 gibt es einen zusätzlichen Kernel-Parameter namens &#8220;divider&#8221;. Diesen setzt man in der grub.conf auf &#8220;10&#8243; und dann &#8211; so wird das behauptet &#8211; läuft die Uhr richtig. title CentOS (2.6.18-53.1.4.el5) root (hd0,0) kernel [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn man CentOS z.B. unter VMWare Server betreibt, muss man des öfteren feststellen, dass die Systemuhr zu unergrüdlichen Höhenflügen ansetzt. Seit 5.1 gibt es einen zusätzlichen Kernel-Parameter namens &#8220;divider&#8221;.</p>
<p>Diesen setzt man in der grub.conf auf &#8220;10&#8243; und dann &#8211; so wird das behauptet &#8211; läuft die Uhr richtig.</p>
<p><code><br />
title CentOS (2.6.18-53.1.4.el5)<br />
        root (hd0,0)<br />
        kernel /vmlinuz-2.6.18-53.1.4.el5 ro root=/dev/rootvg/rootfs rhgb quiet clocksource=pit divider=10<br />
        initrd /initrd-2.6.18-53.1.4.el5.img<br />
</code></p>
<p>Nachtrag:<br />
Ich habe eben in er VMWare-KB einen Eintrag entdeckt, der tipps gibt, wie man der Uhr das &#8220;richtig(er) laufen&#8221; beibringen kann:<br />
<a href="http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1006427" onclick="javascript:pageTracker._trackPageview ('/outbound/kb.vmware.com');">http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&#038;cmd=displayKC&#038;externalId=1006427</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lanwirt.de/2008/03/14/rhelcentos-51-clock-divider-fur-virtuelle-maschinen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS5 unter Virtual PC 2007</title>
		<link>http://www.lanwirt.de/2007/12/05/centos5-unter-virtual-pc-2007/</link>
		<comments>http://www.lanwirt.de/2007/12/05/centos5-unter-virtual-pc-2007/#comments</comments>
		<pubDate>Wed, 05 Dec 2007 10:36:01 +0000</pubDate>
		<dc:creator>Markus</dc:creator>
				<category><![CDATA[Tux]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[Win]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[virtual pc]]></category>

		<guid isPermaLink="false">http://markus.renschler.net/2007/12/05/centos5-unter-virtual-pc-2007/</guid>
		<description><![CDATA[Ich habe CentOS 5.1 auf einer virtuellen Maschine in Microsoft VPC 2007 installiert. Im Textmodus läuft das System, im grafischen Modus nicht. Um das zu ändern, habe ich in /etc/X11/xorg.conf die Farbtiefe auf 16Bit gesetzt. Jetzt gilt es noch, die Maus ans Laufen zu bringen &#8230;]]></description>
			<content:encoded><![CDATA[<p>Ich habe CentOS 5.1 auf einer virtuellen Maschine in Microsoft VPC 2007 installiert. Im Textmodus läuft das System, im grafischen Modus nicht.</p>
<p>Um das zu ändern, habe ich in <code>/etc/X11/xorg.conf</code> die Farbtiefe auf 16Bit gesetzt.</p>
<p>Jetzt gilt es noch, die Maus ans Laufen zu bringen &#8230; <img src='http://www.lanwirt.de/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lanwirt.de/2007/12/05/centos5-unter-virtual-pc-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
