<?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 Patrick&#039;s Blog(2)</title>
	<atom:link href="http://blog.laimbock.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laimbock.com</link>
	<description>Observations in a fast changing World</description>
	<lastBuildDate>Fri, 03 Feb 2012 07:47:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on How to fix Fedora 16 boot problem when using RAID by Chris</title>
		<link>http://blog.laimbock.com/2011/11/30/how-to-fix-fedora-16-boot-problem-when-using-raid/comment-page-1/#comment-3998</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 03 Feb 2012 07:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=382#comment-3998</guid>
		<description>Nice how to thanks</description>
		<content:encoded><![CDATA[<p>Nice how to thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enemy Territory on Fedora 13 x86_64 by primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3989</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 21:14:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3989</guid>
		<description>PS: Search for TeamMuppet! And play in our server :)</description>
		<content:encoded><![CDATA[<p>PS: Search for TeamMuppet! And play in our server :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enemy Territory on Fedora 13 x86_64 by primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3988</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 17:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3988</guid>
		<description>I&#039;ve solved with
su -c &#039;/sbin/modprobe snd_pcm_oss&#039;
su -c &#039;chmod 777 /proc/asound/card0/pcm0p/oss&#039;
echo &quot;et.x86 0 0 direct&quot; &gt; /proc/asound/card0/pcm0p/oss
et

Thanks a lot :) enjoy</description>
		<content:encoded><![CDATA[<p>I&#8217;ve solved with<br />
su -c &#8216;/sbin/modprobe snd_pcm_oss&#8217;<br />
su -c &#8216;chmod 777 /proc/asound/card0/pcm0p/oss&#8217;<br />
echo &#8220;et.x86 0 0 direct&#8221; &gt; /proc/asound/card0/pcm0p/oss<br />
et</p>
<p>Thanks a lot :) enjoy</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enemy Territory on Fedora 13 x86_64 by primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3987</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 16:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3987</guid>
		<description>Ok thanks a lot.....but now audio is down....help me please 

You can post your rc.local file??

Look at my flie:
[primax@Muppet ~]$ cat /etc/rc.local
/sbin/modprobe snd_seq_oss
/sbin/modprobe snd_mixer_oss
/sbin/modprobe snd_pcm_oss
echo &quot;et.x86 0 0 direct&quot; &gt; /proc/asound/card0/pcm0p/oss
echo &quot;et.x86 0 0 disable&quot; &gt; /proc/asound/card0/pcm0c/oss

It&#039;s not right?</description>
		<content:encoded><![CDATA[<p>Ok thanks a lot&#8230;..but now audio is down&#8230;.help me please </p>
<p>You can post your rc.local file??</p>
<p>Look at my flie:<br />
[primax@Muppet ~]$ cat /etc/rc.local<br />
/sbin/modprobe snd_seq_oss<br />
/sbin/modprobe snd_mixer_oss<br />
/sbin/modprobe snd_pcm_oss<br />
echo &#8220;et.x86 0 0 direct&#8221; &gt; /proc/asound/card0/pcm0p/oss<br />
echo &#8220;et.x86 0 0 disable&#8221; &gt; /proc/asound/card0/pcm0c/oss</p>
<p>It&#8217;s not right?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enemy Territory on Fedora 13 x86_64 by Patrick</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3984</link>
		<dc:creator>Patrick</dc:creator>
		<pubDate>Tue, 31 Jan 2012 06:21:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3984</guid>
		<description>The clue is in this line: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory. It means that you do not have the required gtk library (32 bit version) installed. Install it as root with:
&lt;code&gt;yum install gtk+.i686&lt;/code&gt;
This is probably not the only missing library on your system. For each error you get you will have to find the appropriate library (with yum search ... or yum provides ...) and install it as root (with yum install ...). By the way, you do not need to run et-linux-2.55.x86.run as root. You can run et-linux-2.55.x86.run as a normal user. You only need to be root to install the required libraries. Good luck.</description>
		<content:encoded><![CDATA[<p>The clue is in this line: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory. It means that you do not have the required gtk library (32 bit version) installed. Install it as root with:<br />
<code>yum install gtk+.i686</code><br />
This is probably not the only missing library on your system. For each error you get you will have to find the appropriate library (with yum search &#8230; or yum provides &#8230;) and install it as root (with yum install &#8230;). By the way, you do not need to run et-linux-2.55.x86.run as root. You can run et-linux-2.55.x86.run as a normal user. You only need to be root to install the required libraries. Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enemy Territory on Fedora 13 x86_64 by primax</title>
		<link>http://blog.laimbock.com/2010/05/14/enemy-territory-on-fedora-12-x86_64/comment-page-1/#comment-3983</link>
		<dc:creator>primax</dc:creator>
		<pubDate>Tue, 31 Jan 2012 05:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=253#comment-3983</guid>
		<description>How have you installed et in fedora x86_64??
Not work for me this command : sudo linux32 sh et-linux-2.55.x86.run 
He show this error:
[primax@Muppet et-2.55]$ sudo linux32 sh setup.sh
/root/.setup6662: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
setup.sh: line 143:  6688 Annullato               (core dumped) &quot;$setup&quot; &quot;$@&quot; 2&gt;&gt; $NULL
The setup program seems to have failed on x86/glibc-2.1

See http://zerowing.idsoftware.com/linux/ for troubleshooting
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run 
sh: et-linux-2.55.x86.run: File o directory non esistente
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run 
sh: et-linux-2.55.x86.run: File o directory non esistente
[primax@Muppet et-2.55]$ cd ..
[primax@Muppet games]$ sudo linux32 sh et-linux-2.55.x86.run 
Verifying archive integrity... All good.
Uncompressing Enemy Territory 2.55...........................................................................................................................................................................................................................................................................................................
/root/.setup6762: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory
./setup.sh: line 143:  6786 Annullato               (core dumped) &quot;$setup&quot; &quot;$@&quot; 2&gt;&gt; $NULL
The setup program seems to have failed on x86/glibc-2.1

See http://zerowing.idsoftware.com/linux/ for troubleshooting

Can you help me?</description>
		<content:encoded><![CDATA[<p>How have you installed et in fedora x86_64??<br />
Not work for me this command : sudo linux32 sh et-linux-2.55.x86.run<br />
He show this error:<br />
[primax@Muppet et-2.55]$ sudo linux32 sh setup.sh<br />
/root/.setup6662: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory<br />
setup.sh: line 143:  6688 Annullato               (core dumped) &#8220;$setup&#8221; &#8220;$@&#8221; 2&gt;&gt; $NULL<br />
The setup program seems to have failed on x86/glibc-2.1</p>
<p>See <a href="http://zerowing.idsoftware.com/linux/" rel="nofollow">http://zerowing.idsoftware.com/linux/</a> for troubleshooting<br />
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run<br />
sh: et-linux-2.55.x86.run: File o directory non esistente<br />
[primax@Muppet et-2.55]$ sudo linux32 sh et-linux-2.55.x86.run<br />
sh: et-linux-2.55.x86.run: File o directory non esistente<br />
[primax@Muppet et-2.55]$ cd ..<br />
[primax@Muppet games]$ sudo linux32 sh et-linux-2.55.x86.run<br />
Verifying archive integrity&#8230; All good.<br />
Uncompressing Enemy Territory 2.55&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..<br />
/root/.setup6762: error while loading shared libraries: libgtk-1.2.so.0: cannot open shared object file: No such file or directory<br />
./setup.sh: line 143:  6786 Annullato               (core dumped) &#8220;$setup&#8221; &#8220;$@&#8221; 2&gt;&gt; $NULL<br />
The setup program seems to have failed on x86/glibc-2.1</p>
<p>See <a href="http://zerowing.idsoftware.com/linux/" rel="nofollow">http://zerowing.idsoftware.com/linux/</a> for troubleshooting</p>
<p>Can you help me?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Howto disable sound when selecting a login name in GDM on Fedora 14 by Hugh Carrico</title>
		<link>http://blog.laimbock.com/2011/01/05/howto-disable-sound-when-selecting-a-login-name-in-gdm-on-fedora-14/comment-page-1/#comment-3909</link>
		<dc:creator>Hugh Carrico</dc:creator>
		<pubDate>Sun, 15 Jan 2012 04:23:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/2011/01/05/howto-disable-sound-when-selecting-a-login-name-in-gdm-on-fedora-14/#comment-3909</guid>
		<description>Appreciate you sharing, great article post.Really thank you! Great.</description>
		<content:encoded><![CDATA[<p>Appreciate you sharing, great article post.Really thank you! Great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix Fedora 16 boot problem when using RAID by Andrew James</title>
		<link>http://blog.laimbock.com/2011/11/30/how-to-fix-fedora-16-boot-problem-when-using-raid/comment-page-1/#comment-3894</link>
		<dc:creator>Andrew James</dc:creator>
		<pubDate>Wed, 11 Jan 2012 07:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=382#comment-3894</guid>
		<description>&lt;a href=&quot;#comment-3893&quot; rel=&quot;nofollow&quot;&gt;@Andrew James &lt;/a&gt; 
oh, yeah, you need to mount the virutal filesystems before you chroot.  You mount them from the active operating rescue restore system to the filesystem system partition that needs repair.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3893" rel="nofollow">@Andrew James </a><br />
oh, yeah, you need to mount the virutal filesystems before you chroot.  You mount them from the active operating rescue restore system to the filesystem system partition that needs repair.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to fix Fedora 16 boot problem when using RAID by Andrew James</title>
		<link>http://blog.laimbock.com/2011/11/30/how-to-fix-fedora-16-boot-problem-when-using-raid/comment-page-1/#comment-3893</link>
		<dc:creator>Andrew James</dc:creator>
		<pubDate>Wed, 11 Jan 2012 07:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=382#comment-3893</guid>
		<description>To install grub, grub2 from rescue/restore you may need to bind mount some virtual filesystems, the /proc, /dev, /sys.  Sorry I lost the resource that helped sucessful restore in the past.  Search to restore grub, grub2.

like Patrick&#039;s example

mount --bind /proc /mnt/sysimage/proc
... ...
... ...</description>
		<content:encoded><![CDATA[<p>To install grub, grub2 from rescue/restore you may need to bind mount some virtual filesystems, the /proc, /dev, /sys.  Sorry I lost the resource that helped sucessful restore in the past.  Search to restore grub, grub2.</p>
<p>like Patrick&#8217;s example</p>
<p>mount &#8211;bind /proc /mnt/sysimage/proc<br />
&#8230; &#8230;<br />
&#8230; &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Neuromancer &amp; the Void trilogy by Vuldik</title>
		<link>http://blog.laimbock.com/2011/05/20/neuromancer-the-void-trilogy/comment-page-1/#comment-3554</link>
		<dc:creator>Vuldik</dc:creator>
		<pubDate>Sat, 27 Aug 2011 21:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.laimbock.com/?p=306#comment-3554</guid>
		<description>Don&#039;t get too excited...The Neuromancer we all want to see will never happen! Have a look at the abysmal track records of the main producers behind the production: Peter Hoffman and Jay Firestone.  They will nickle and dime the production either to death (which I predict) or the film will be as embarrassingly lo-bud as Johnny Mnemonic! Vincenzo is a terrific writter and admirable director, but the producer team is NOT up to the task.  Trust me.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t get too excited&#8230;The Neuromancer we all want to see will never happen! Have a look at the abysmal track records of the main producers behind the production: Peter Hoffman and Jay Firestone.  They will nickle and dime the production either to death (which I predict) or the film will be as embarrassingly lo-bud as Johnny Mnemonic! Vincenzo is a terrific writter and admirable director, but the producer team is NOT up to the task.  Trust me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

