<?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>Alex Amiryan's Linux Blog &#187; root</title>
	<atom:link href="http://www.amiryan.org/tag/root/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amiryan.org</link>
	<description>Just sharing my experiance in linux</description>
	<lastBuildDate>Tue, 10 Nov 2009 19:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Howto run Gajim with root privileges</title>
		<link>http://www.amiryan.org/2009/04/16/howto-run-gajim-with-root-privileges/</link>
		<comments>http://www.amiryan.org/2009/04/16/howto-run-gajim-with-root-privileges/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 10:53:05 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[howtos]]></category>
		<category><![CDATA[gajim]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://www.amiryan.org/?p=185</guid>
		<description><![CDATA[Gajim 0.12.1 says that he can&#8217;t run with root privileges. This is new feature that appeared in Fedora 10. In earlier versions it was normaly running under root. Anyway let&#8217;s turn off this feature in case that you need to run Gajim under root. Open /usr/bin/gajim with your favorite text editor, find 24th line and [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Gajim 0.12.1 says that he can&#8217;t run with root privileges. This is new feature that appeared in Fedora 10. In earlier versions it was normaly running under root. Anyway let&#8217;s turn off this feature in case that you need to run Gajim under root.</p>
<p>Open /usr/bin/gajim with your favorite text editor, find 24th line and just comment out this part of code:</p>
<pre class="brush: bash">if test $(id -u) -eq 0; then
echo "You must not launch Gajim as root, it is INSECURE"
exit 1
fi</pre>
<p>After commenting it should look like</p>
<pre class="brush: bash">#if test $(id -u) -eq 0; then
#	echo "You must not launch Gajim as root, it is INSECURE"
#	exit 1
#fi</pre>
<p>Save file. Thats it.<br />
Happy chatting <img src='http://www.amiryan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/04/16/howto-run-gajim-with-root-privileges/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
