<?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/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - Fedora 8]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Wed, 13 May 2026 11:18:57 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[MDADM rebuild crashing]]></title>
			<link>https://www.linux-noob.com/forums/thread-855.html</link>
			<pubDate>Tue, 26 Aug 2008 01:19:59 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2814">jscheponik</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-855.html</guid>
			<description><![CDATA[<br />
After a recent power outage, my mdadm raid5 array will now lock up my machine when i try to rebuild it. I use this command:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/sbin/mdadm --assemble --force /dev/md0 /dev/sda /dev/sdc /dev/sdd</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
When i do an mdadm --examine i get this:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@localhost realms]# /sbin/mdadm --examine /dev/sda<br />
/dev/sda:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Magic : a92b4efc<br />
&nbsp;&nbsp;&nbsp;&nbsp;Version : 00.90.00<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UUID : 0b5156a9:a5f3a4ef:3262aff4:7e565f58<br />
 Creation Time : Thu Jun 12 14:12:07 2008<br />
 Raid Level : raid5<br />
 Used Dev Size : 156290816 (149.05 GiB 160.04 GB)<br />
 Array Size : 312581632 (298.10 GiB 320.08 GB)<br />
&nbsp;&nbsp;Raid Devices : 3<br />
 Total Devices : 3<br />
Preferred Minor : 0<br />
<br />
Update Time : Mon Aug 25 18:19:29 2008<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;State : active<br />
Active Devices : 3<br />
Working Devices : 3<br />
Failed Devices : 0<br />
 Spare Devices : 0<br />
&nbsp;&nbsp; Checksum : a57fc0d4 - correct<br />
&nbsp;&nbsp;&nbsp;&nbsp; Events : 0.15<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; Layout : left-symmetric<br />
 Chunk Size : 64K<br />
<br />
&nbsp;&nbsp;Number&nbsp;&nbsp; Major&nbsp;&nbsp; Minor&nbsp;&nbsp; RaidDevice State<br />
this&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
<br />
&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
[root@localhost realms]# /sbin/mdadm --examine /dev/sdc<br />
/dev/sdc:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Magic : a92b4efc<br />
&nbsp;&nbsp;&nbsp;&nbsp;Version : 00.90.00<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UUID : 0b5156a9:a5f3a4ef:3262aff4:7e565f58<br />
 Creation Time : Thu Jun 12 14:12:07 2008<br />
 Raid Level : raid5<br />
 Used Dev Size : 156290816 (149.05 GiB 160.04 GB)<br />
 Array Size : 312581632 (298.10 GiB 320.08 GB)<br />
&nbsp;&nbsp;Raid Devices : 3<br />
 Total Devices : 3<br />
Preferred Minor : 0<br />
<br />
Update Time : Mon Aug 25 18:19:29 2008<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;State : active<br />
Active Devices : 3<br />
Working Devices : 3<br />
Failed Devices : 0<br />
 Spare Devices : 0<br />
&nbsp;&nbsp; Checksum : a57fc0f6 - correct<br />
&nbsp;&nbsp;&nbsp;&nbsp; Events : 0.15<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; Layout : left-symmetric<br />
 Chunk Size : 64K<br />
<br />
&nbsp;&nbsp;Number&nbsp;&nbsp; Major&nbsp;&nbsp; Minor&nbsp;&nbsp; RaidDevice State<br />
this&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
<br />
&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
[root@localhost realms]# <br />
[root@localhost realms]# /sbin/mdadm --examine /dev/sdd<br />
/dev/sdd:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Magic : a92b4efc<br />
&nbsp;&nbsp;&nbsp;&nbsp;Version : 00.90.00<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UUID : 0b5156a9:a5f3a4ef:3262aff4:7e565f58<br />
 Creation Time : Thu Jun 12 14:12:07 2008<br />
 Raid Level : raid5<br />
 Used Dev Size : 156290816 (149.05 GiB 160.04 GB)<br />
 Array Size : 312581632 (298.10 GiB 320.08 GB)<br />
&nbsp;&nbsp;Raid Devices : 3<br />
 Total Devices : 3<br />
Preferred Minor : 0<br />
<br />
Update Time : Mon Aug 25 18:19:29 2008<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;State : active<br />
Active Devices : 3<br />
Working Devices : 3<br />
Failed Devices : 0<br />
 Spare Devices : 0<br />
&nbsp;&nbsp; Checksum : a57fc108 - correct<br />
&nbsp;&nbsp;&nbsp;&nbsp; Events : 0.15<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; Layout : left-symmetric<br />
 Chunk Size : 64K<br />
<br />
&nbsp;&nbsp;Number&nbsp;&nbsp; Major&nbsp;&nbsp; Minor&nbsp;&nbsp; RaidDevice State<br />
this&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
<br />
&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
[root@localhost realms]#</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
In my /etc/mdadm.conf i have this:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>DEVICE /dev/sda /dev/sdc /dev/sdd<br />
ARRAY /dev/md0 level=raid5 devices=3 UUID=0b5156a9:a5f3a4ef:3262aff4:7e565f58</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
When i type /sbin/mdadm --assemble --scan -v     i get this<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@localhost realms]# /sbin/mdadm --assemble --scan -v<br />
mdadm: looking for devices for /dev/md0<br />
mdadm: /dev/sda is not one of 3<br />
mdadm: /dev/sdc is not one of 3<br />
mdadm: /dev/sdd is not one of 3<br />
mdadm: no devices found for /dev/md0</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
Any help on this matter would be greatly appreciated. If there is any other info you need, please let me know. I have some very important data i need to get off these drives. I have recently purchased an Adaptec RAID controller to put in but haven't had a chance to do it yet. Thanks in advance for your help.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
After a recent power outage, my mdadm raid5 array will now lock up my machine when i try to rebuild it. I use this command:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>/sbin/mdadm --assemble --force /dev/md0 /dev/sda /dev/sdc /dev/sdd</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
When i do an mdadm --examine i get this:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@localhost realms]# /sbin/mdadm --examine /dev/sda<br />
/dev/sda:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Magic : a92b4efc<br />
&nbsp;&nbsp;&nbsp;&nbsp;Version : 00.90.00<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UUID : 0b5156a9:a5f3a4ef:3262aff4:7e565f58<br />
 Creation Time : Thu Jun 12 14:12:07 2008<br />
 Raid Level : raid5<br />
 Used Dev Size : 156290816 (149.05 GiB 160.04 GB)<br />
 Array Size : 312581632 (298.10 GiB 320.08 GB)<br />
&nbsp;&nbsp;Raid Devices : 3<br />
 Total Devices : 3<br />
Preferred Minor : 0<br />
<br />
Update Time : Mon Aug 25 18:19:29 2008<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;State : active<br />
Active Devices : 3<br />
Working Devices : 3<br />
Failed Devices : 0<br />
 Spare Devices : 0<br />
&nbsp;&nbsp; Checksum : a57fc0d4 - correct<br />
&nbsp;&nbsp;&nbsp;&nbsp; Events : 0.15<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; Layout : left-symmetric<br />
 Chunk Size : 64K<br />
<br />
&nbsp;&nbsp;Number&nbsp;&nbsp; Major&nbsp;&nbsp; Minor&nbsp;&nbsp; RaidDevice State<br />
this&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
<br />
&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
[root@localhost realms]# /sbin/mdadm --examine /dev/sdc<br />
/dev/sdc:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Magic : a92b4efc<br />
&nbsp;&nbsp;&nbsp;&nbsp;Version : 00.90.00<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UUID : 0b5156a9:a5f3a4ef:3262aff4:7e565f58<br />
 Creation Time : Thu Jun 12 14:12:07 2008<br />
 Raid Level : raid5<br />
 Used Dev Size : 156290816 (149.05 GiB 160.04 GB)<br />
 Array Size : 312581632 (298.10 GiB 320.08 GB)<br />
&nbsp;&nbsp;Raid Devices : 3<br />
 Total Devices : 3<br />
Preferred Minor : 0<br />
<br />
Update Time : Mon Aug 25 18:19:29 2008<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;State : active<br />
Active Devices : 3<br />
Working Devices : 3<br />
Failed Devices : 0<br />
 Spare Devices : 0<br />
&nbsp;&nbsp; Checksum : a57fc0f6 - correct<br />
&nbsp;&nbsp;&nbsp;&nbsp; Events : 0.15<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; Layout : left-symmetric<br />
 Chunk Size : 64K<br />
<br />
&nbsp;&nbsp;Number&nbsp;&nbsp; Major&nbsp;&nbsp; Minor&nbsp;&nbsp; RaidDevice State<br />
this&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
<br />
&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
[root@localhost realms]# <br />
[root@localhost realms]# /sbin/mdadm --examine /dev/sdd<br />
/dev/sdd:<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Magic : a92b4efc<br />
&nbsp;&nbsp;&nbsp;&nbsp;Version : 00.90.00<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UUID : 0b5156a9:a5f3a4ef:3262aff4:7e565f58<br />
 Creation Time : Thu Jun 12 14:12:07 2008<br />
 Raid Level : raid5<br />
 Used Dev Size : 156290816 (149.05 GiB 160.04 GB)<br />
 Array Size : 312581632 (298.10 GiB 320.08 GB)<br />
&nbsp;&nbsp;Raid Devices : 3<br />
 Total Devices : 3<br />
Preferred Minor : 0<br />
<br />
Update Time : Mon Aug 25 18:19:29 2008<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;State : active<br />
Active Devices : 3<br />
Working Devices : 3<br />
Failed Devices : 0<br />
 Spare Devices : 0<br />
&nbsp;&nbsp; Checksum : a57fc108 - correct<br />
&nbsp;&nbsp;&nbsp;&nbsp; Events : 0.15<br />
<br />
&nbsp;&nbsp;&nbsp;&nbsp; Layout : left-symmetric<br />
 Chunk Size : 64K<br />
<br />
&nbsp;&nbsp;Number&nbsp;&nbsp; Major&nbsp;&nbsp; Minor&nbsp;&nbsp; RaidDevice State<br />
this&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
<br />
&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sda<br />
&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdc<br />
&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;active sync&nbsp;&nbsp; /dev/sdd<br />
[root@localhost realms]#</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
In my /etc/mdadm.conf i have this:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>DEVICE /dev/sda /dev/sdc /dev/sdd<br />
ARRAY /dev/md0 level=raid5 devices=3 UUID=0b5156a9:a5f3a4ef:3262aff4:7e565f58</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
When i type /sbin/mdadm --assemble --scan -v     i get this<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[root@localhost realms]# /sbin/mdadm --assemble --scan -v<br />
mdadm: looking for devices for /dev/md0<br />
mdadm: /dev/sda is not one of 3<br />
mdadm: /dev/sdc is not one of 3<br />
mdadm: /dev/sdd is not one of 3<br />
mdadm: no devices found for /dev/md0</code></div></div><br />
<br />
 <br />
<br />
 <br />
<br />
Any help on this matter would be greatly appreciated. If there is any other info you need, please let me know. I have some very important data i need to get off these drives. I have recently purchased an Adaptec RAID controller to put in but haven't had a chance to do it yet. Thanks in advance for your help.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Missing SATA Drives]]></title>
			<link>https://www.linux-noob.com/forums/thread-865.html</link>
			<pubDate>Thu, 14 Aug 2008 22:17:40 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2814">jscheponik</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-865.html</guid>
			<description><![CDATA[<br />
I am on vacation and logged in remotely too check on my machine. To my surprise, 2 of my SATA drives that are part of my RAID 5 array seem to be missing. I am unable to get to this machine until Monday when I get home. Is there anything I can do to recover these drives? I have tried rebooting and they don't show up. Fdisk -l doesnt show them.  Dmesg shows:<br />
<br />
 <br />
<br />
ata1: SATA link down (SStatus 0 SControl 300)<br />
<br />
ata1: EH complete<br />
<br />
ata1: exception Emask 0x10 SAct 0x0 SErr 0x150000 action 0xa frozen<br />
<br />
ata1: SError: { PHYRdyChg CommWake Dispar }<br />
<br />
ata1: hard resetting link<br />
<br />
ata4: SATA link down (SStatus 0 SControl 300)<br />
<br />
ata4: EH complete<br />
<br />
ata4: exception Emask 0x10 SAct 0x0 SErr 0x150000 action 0xa frozen<br />
<br />
ata4: SError: { PHYRdyChg CommWake Dispar }<br />
<br />
ata4: hard resetting link<br />
<br />
ata1: SATA link down (SStatus 0 SControl 300)<br />
<br />
ata1: EH complete<br />
<br />
ata1: exception Emask 0x10 SAct 0x0 SErr 0x50000 action 0xa frozen<br />
<br />
ata1: SError: { PHYRdyChg CommWake }<br />
<br />
ata1: hard resetting link<br />
<br />
 <br />
<br />
Not sure if that makes a difference or not. Could this be an issue with the cables? Is there any other commands I could use to try and figure out what happened to my drives? I am kinda newbish still to Fedora 8 and linux in general so any help would be greatly appreciated. Also if you need any other info, please let me know....<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I am on vacation and logged in remotely too check on my machine. To my surprise, 2 of my SATA drives that are part of my RAID 5 array seem to be missing. I am unable to get to this machine until Monday when I get home. Is there anything I can do to recover these drives? I have tried rebooting and they don't show up. Fdisk -l doesnt show them.  Dmesg shows:<br />
<br />
 <br />
<br />
ata1: SATA link down (SStatus 0 SControl 300)<br />
<br />
ata1: EH complete<br />
<br />
ata1: exception Emask 0x10 SAct 0x0 SErr 0x150000 action 0xa frozen<br />
<br />
ata1: SError: { PHYRdyChg CommWake Dispar }<br />
<br />
ata1: hard resetting link<br />
<br />
ata4: SATA link down (SStatus 0 SControl 300)<br />
<br />
ata4: EH complete<br />
<br />
ata4: exception Emask 0x10 SAct 0x0 SErr 0x150000 action 0xa frozen<br />
<br />
ata4: SError: { PHYRdyChg CommWake Dispar }<br />
<br />
ata4: hard resetting link<br />
<br />
ata1: SATA link down (SStatus 0 SControl 300)<br />
<br />
ata1: EH complete<br />
<br />
ata1: exception Emask 0x10 SAct 0x0 SErr 0x50000 action 0xa frozen<br />
<br />
ata1: SError: { PHYRdyChg CommWake }<br />
<br />
ata1: hard resetting link<br />
<br />
 <br />
<br />
Not sure if that makes a difference or not. Could this be an issue with the cables? Is there any other commands I could use to try and figure out what happened to my drives? I am kinda newbish still to Fedora 8 and linux in general so any help would be greatly appreciated. Also if you need any other info, please let me know....<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Low Memory Install]]></title>
			<link>https://www.linux-noob.com/forums/thread-884.html</link>
			<pubDate>Mon, 04 Aug 2008 02:10:12 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2974">websmythe</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-884.html</guid>
			<description><![CDATA[<br />
Hi. So I'm doing an install on a box that's only got 128MB memory (which i know is below the recommended amount) <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Everything is fine until I reboot,  at which point I am shuttled directly to the login prompt ...cause there ain't enough memory to run in graphics mode(?). <br />
<br />
Is there a way to finish the installation in textmode. Has anybody written a How-To if it's possible?<br />
<br />
 <br />
<br />
I don't particularly need graphics mode cause its just a personal webserver project. I wanna do a xampp/eGroupware install. Doesnt matter how slow it is. And seeing as I miss having a commandline, I'd rather learn the text mode commands and switches anyways.  <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi. So I'm doing an install on a box that's only got 128MB memory (which i know is below the recommended amount) <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
Everything is fine until I reboot,  at which point I am shuttled directly to the login prompt ...cause there ain't enough memory to run in graphics mode(?). <br />
<br />
Is there a way to finish the installation in textmode. Has anybody written a How-To if it's possible?<br />
<br />
 <br />
<br />
I don't particularly need graphics mode cause its just a personal webserver project. I wanna do a xampp/eGroupware install. Doesnt matter how slow it is. And seeing as I miss having a commandline, I'd rather learn the text mode commands and switches anyways.  <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Fedora 8 audio driver Question]]></title>
			<link>https://www.linux-noob.com/forums/thread-910.html</link>
			<pubDate>Tue, 01 Jul 2008 14:25:31 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2930">Kumar</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-910.html</guid>
			<description><![CDATA[<br />
I was using fedora 6 32-bit, it has Realtek HD Audio manager installed. The icon for this Audio Manger was shown in lower right corner(Gnome panel) of the desktop by default. Recently i switched to fedora 8 32-bit. I downloaded Realtek HD Audio Manager for Linux and installed it. Although i don't have any problem with audio, I want to ask why the Audio manager application    is not shown in my fedora 8 Gnome panel? Have i done something wrong while installation of the audio driver or it is like this in fedora 8?<br />
<br />
 <br />
<br />
Thank You  <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I was using fedora 6 32-bit, it has Realtek HD Audio manager installed. The icon for this Audio Manger was shown in lower right corner(Gnome panel) of the desktop by default. Recently i switched to fedora 8 32-bit. I downloaded Realtek HD Audio Manager for Linux and installed it. Although i don't have any problem with audio, I want to ask why the Audio manager application    is not shown in my fedora 8 Gnome panel? Have i done something wrong while installation of the audio driver or it is like this in fedora 8?<br />
<br />
 <br />
<br />
Thank You  <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[where are the entries in my /etc/fstab file]]></title>
			<link>https://www.linux-noob.com/forums/thread-970.html</link>
			<pubDate>Tue, 15 Apr 2008 12:16:49 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2827">nishith</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-970.html</guid>
			<description><![CDATA[<br />
I am using fedora8.<br />
<br />
I donot see any entries for my hard disk partitions in the /etc/fstab file. But strangely all the partitions have a shortcut on the desktop !<br />
<br />
is there any other place where these partitons are mounted from ?<br />
<br />
nishith<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I am using fedora8.<br />
<br />
I donot see any entries for my hard disk partitions in the /etc/fstab file. But strangely all the partitions have a shortcut on the desktop !<br />
<br />
is there any other place where these partitons are mounted from ?<br />
<br />
nishith<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Insert fedora core 8 (disc 1) for installing packages ?]]></title>
			<link>https://www.linux-noob.com/forums/thread-975.html</link>
			<pubDate>Fri, 11 Apr 2008 13:39:57 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2832">xenomuse</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-975.html</guid>
			<description><![CDATA[<br />
Hi<br />
<br />
 <br />
<br />
I recently shifted to linux...infact few hours ago. I am using fedora core 8 and I wanna use the gnuplot package. So I go to the add/remove softwares and type in "gnuplot".<br />
<br />
I get the list I select it and then press "apply". Then after resolving dependencies I get this message<br />
<br />
 <br />
<br />
"insert fedorecore8 (disc1) "  ----&gt; I have two options OK and Cancel [<img src="https://www.linux-noob.com/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />]<br />
<br />
 <br />
<br />
I have the fedora core 8 DVD inside the DVD ROM.<br />
<br />
 p.s : I had lost the fedore core 8 DVD which was originally used to install fedora core 8. So I recently downloaded .img file and burnt it on a DVD and inserted it.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi<br />
<br />
 <br />
<br />
I recently shifted to linux...infact few hours ago. I am using fedora core 8 and I wanna use the gnuplot package. So I go to the add/remove softwares and type in "gnuplot".<br />
<br />
I get the list I select it and then press "apply". Then after resolving dependencies I get this message<br />
<br />
 <br />
<br />
"insert fedorecore8 (disc1) "  ----&gt; I have two options OK and Cancel [<img src="https://www.linux-noob.com/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" />]<br />
<br />
 <br />
<br />
I have the fedora core 8 DVD inside the DVD ROM.<br />
<br />
 p.s : I had lost the fedore core 8 DVD which was originally used to install fedora core 8. So I recently downloaded .img file and burnt it on a DVD and inserted it.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[vlc won't sound]]></title>
			<link>https://www.linux-noob.com/forums/thread-978.html</link>
			<pubDate>Wed, 09 Apr 2008 19:46:33 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2827">nishith</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-978.html</guid>
			<description><![CDATA[<br />
I have installed vlc using the yum installer.<br />
<br />
I got a acer laptop which has OSS installed. ALSA didnot work due to issues with ICH8 chipset.<br />
<br />
Anyway, xmms plays audio alright , but when I start vlc and play the same file, it seems to play it but I donot get to hear anything ! [img]&lt;___base_url___&gt;/uploads/emoticons/default_ohmy.png[/img]<br />
<br />
Any idea how to tell vlc to use OSS?<br />
<br />
thanks<br />
<br />
nishith<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I have installed vlc using the yum installer.<br />
<br />
I got a acer laptop which has OSS installed. ALSA didnot work due to issues with ICH8 chipset.<br />
<br />
Anyway, xmms plays audio alright , but when I start vlc and play the same file, it seems to play it but I donot get to hear anything ! [img]&lt;___base_url___&gt;/uploads/emoticons/default_ohmy.png[/img]<br />
<br />
Any idea how to tell vlc to use OSS?<br />
<br />
thanks<br />
<br />
nishith<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[desktop integration for openoffice]]></title>
			<link>https://www.linux-noob.com/forums/thread-979.html</link>
			<pubDate>Wed, 09 Apr 2008 10:13:28 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2827">nishith</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-979.html</guid>
			<description><![CDATA[<br />
I am using fedora 8 on a acer laptop.<br />
<br />
I have installed openoffice from a rpm file.<br />
<br />
I also got a rpm for desktop integration.<br />
<br />
Everything installed without any complaining.....but I can't see any links for the openoffice on the applications menu.<br />
<br />
I can start impress, writer etc from /opt/openoffice-2.0/programs dir but not otherwise.<br />
<br />
Can I get the desktop integration done !<br />
<br />
thanks in advance<br />
<br />
nishith<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I am using fedora 8 on a acer laptop.<br />
<br />
I have installed openoffice from a rpm file.<br />
<br />
I also got a rpm for desktop integration.<br />
<br />
Everything installed without any complaining.....but I can't see any links for the openoffice on the applications menu.<br />
<br />
I can start impress, writer etc from /opt/openoffice-2.0/programs dir but not otherwise.<br />
<br />
Can I get the desktop integration done !<br />
<br />
thanks in advance<br />
<br />
nishith<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[configuring gstreamer properly]]></title>
			<link>https://www.linux-noob.com/forums/thread-980.html</link>
			<pubDate>Tue, 08 Apr 2008 18:53:29 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2827">nishith</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-980.html</guid>
			<description><![CDATA[<br />
I have installed gstreamer on my acer 4720 laptop which is running fedora8.<br />
<br />
 <br />
<br />
But I see the volume control applet with a red cross and on clicking it says :<br />
<br />
 <br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">The volume control did not find any elements and/or devices to control. </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">This means either that you don't have the right GStreamer plugins installed, </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">or that you don't have a sound card configured.</span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b"> </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">You can remove the volume control from the panel by right-clicking the </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">speaker icon on the panel and selecting "Remove From Panel" from the menu.</span></span><br />
<br />
 <br />
<br />
I have both alsa and oss installed on my system. Alsa didnot work with my ICH8 sound chip so I used oss.<br />
<br />
Read somewhere that gstreamer doesn't support oss. How to solve the problem.<br />
<br />
I am unable to adjust the volume of the sound when I use the oss plugin with xmms.<br />
<br />
thanks in advance <br />
<br />
nishith<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I have installed gstreamer on my acer 4720 laptop which is running fedora8.<br />
<br />
 <br />
<br />
But I see the volume control applet with a red cross and on clicking it says :<br />
<br />
 <br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">The volume control did not find any elements and/or devices to control. </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">This means either that you don't have the right GStreamer plugins installed, </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">or that you don't have a sound card configured.</span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b"> </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">You can remove the volume control from the panel by right-clicking the </span></span><br />
<br />
<span style="font-style: italic;" class="mycode_i"><span style="font-weight: bold;" class="mycode_b">speaker icon on the panel and selecting "Remove From Panel" from the menu.</span></span><br />
<br />
 <br />
<br />
I have both alsa and oss installed on my system. Alsa didnot work with my ICH8 sound chip so I used oss.<br />
<br />
Read somewhere that gstreamer doesn't support oss. How to solve the problem.<br />
<br />
I am unable to adjust the volume of the sound when I use the oss plugin with xmms.<br />
<br />
thanks in advance <br />
<br />
nishith<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[32bit apps in FC8 x86_64]]></title>
			<link>https://www.linux-noob.com/forums/thread-984.html</link>
			<pubDate>Sun, 30 Mar 2008 21:27:01 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2814">jscheponik</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-984.html</guid>
			<description><![CDATA[<br />
I've just come back to linux and installed FC8. I used to use RH9 (yea its been a while). I went to compile some old code of mine and this is what I get:<br />
<br />
 <br />
<br />
 <br />
<br />
make ../bin/circle<br />
<br />
make[1]: Entering directory `/home/jay/Desktop/circ/circle-3.1/src'<br />
<br />
gcc -o ../bin/circle  arena.o asciimap.o act.comm.o act.informative.o act.item.o act.movement.o act.offensive.o act.other.o act.social.o act.wizard.o alias.o ban.o boards.o clan.o clanedit.o class.o comm.o color.o config.o constants.o db.o fight.o graph.o handler.o house.o interpreter.o limits.o magic.o mail.o mobact.o modify.o objsave.o olc.o random.o shop.o spec_assign.o spec_procs.o spell_parser.o spells.o utils.o weather.o warzone.o bsd-snprintf.o cedit.o genmob.o genobj.o genolc.o genshp.o genwld.o genzon.o improved-edit.o medit.o oasis.o oasis_copy.o oasis_delete.o oasis_list.o oedit.o redit.o sedit.o tedit.o zedit.o aedit.o range.o diskio.o quest.o -lcrypt<br />
<br />
/usr/bin/ld: i386 architecture of input file `arena.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `asciimap.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.informative.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.item.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.movement.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.offensive.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.other.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.social.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.wizard.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `alias.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `ban.o' is incompatible with i386:x86-64 output<br />
<br />
..........<br />
<br />
/usr/bin/ld: i386 architecture of input file `diskio.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `quest.o' is incompatible with i386:x86-64 output<br />
<br />
collect2: ld returned 1 exit status<br />
<br />
make[1]: *** [../bin/circle] Error 1<br />
<br />
make[1]: Leaving directory `/home/jay/Desktop/circ/circle-3.1/src'<br />
<br />
make: *** [all] Error 2<br />
<br />
 <br />
<br />
 <br />
<br />
For some reason the i386 version of FC8 would not install. Any suggestions would be appreciated.<br />
<br />
 <br />
<br />
Thanx.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I've just come back to linux and installed FC8. I used to use RH9 (yea its been a while). I went to compile some old code of mine and this is what I get:<br />
<br />
 <br />
<br />
 <br />
<br />
make ../bin/circle<br />
<br />
make[1]: Entering directory `/home/jay/Desktop/circ/circle-3.1/src'<br />
<br />
gcc -o ../bin/circle  arena.o asciimap.o act.comm.o act.informative.o act.item.o act.movement.o act.offensive.o act.other.o act.social.o act.wizard.o alias.o ban.o boards.o clan.o clanedit.o class.o comm.o color.o config.o constants.o db.o fight.o graph.o handler.o house.o interpreter.o limits.o magic.o mail.o mobact.o modify.o objsave.o olc.o random.o shop.o spec_assign.o spec_procs.o spell_parser.o spells.o utils.o weather.o warzone.o bsd-snprintf.o cedit.o genmob.o genobj.o genolc.o genshp.o genwld.o genzon.o improved-edit.o medit.o oasis.o oasis_copy.o oasis_delete.o oasis_list.o oedit.o redit.o sedit.o tedit.o zedit.o aedit.o range.o diskio.o quest.o -lcrypt<br />
<br />
/usr/bin/ld: i386 architecture of input file `arena.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `asciimap.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.informative.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.item.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.movement.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.offensive.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.other.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.social.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `act.wizard.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `alias.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `ban.o' is incompatible with i386:x86-64 output<br />
<br />
..........<br />
<br />
/usr/bin/ld: i386 architecture of input file `diskio.o' is incompatible with i386:x86-64 output<br />
<br />
/usr/bin/ld: i386 architecture of input file `quest.o' is incompatible with i386:x86-64 output<br />
<br />
collect2: ld returned 1 exit status<br />
<br />
make[1]: *** [../bin/circle] Error 1<br />
<br />
make[1]: Leaving directory `/home/jay/Desktop/circ/circle-3.1/src'<br />
<br />
make: *** [all] Error 2<br />
<br />
 <br />
<br />
 <br />
<br />
For some reason the i386 version of FC8 would not install. Any suggestions would be appreciated.<br />
<br />
 <br />
<br />
Thanx.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[operating shockwave]]></title>
			<link>https://www.linux-noob.com/forums/thread-1050.html</link>
			<pubDate>Tue, 15 Jan 2008 14:13:24 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2638">Charles Anthony</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1050.html</guid>
			<description><![CDATA[<br />
After upgrading to Fedora 8 from 7, I am no longer able to play online poker games through any of the browsers: Firefox, Galeon and Konqueror.  I think it is a problem with Flash but I am not sure how to solve it.  <br />
<br />
 <br />
<br />
The website requires both the Java Runtime Environment and Shockwave, both of which seem to be correctly installed.  When I enter the "about:plugins" this is what I get:  <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>GCJ Web Browser Plugin 1.4<br />
<br />
File name: gcjwebplugin.so<br />
The GCJ Web Browser Plugin executes Java applets.<br />
<br />
MIME Type &nbsp;&nbsp;&nbsp;&nbsp;Description &nbsp;&nbsp;&nbsp;&nbsp;Suffixes &nbsp;&nbsp;&nbsp;&nbsp;Enabled<br />
application/x-java-vm &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.2.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.2.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.3.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.4 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.4.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.4.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.5 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.6 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.7 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;jpi-version=1.7.0_00 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.2.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.2.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.3.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.4 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.4.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.4.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.5 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.6 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.7 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;jpi-version=1.7.0_00 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
Shockwave Flash<br />
<br />
File name: libflashplayer.so<br />
Shockwave Flash 9.0 d78<br />
<br />
MIME Type &nbsp;&nbsp;&nbsp;&nbsp;Description &nbsp;&nbsp;&nbsp;&nbsp;Suffixes &nbsp;&nbsp;&nbsp;&nbsp;Enabled<br />
application/x-shockwave-flash &nbsp;&nbsp;&nbsp;&nbsp;Shockwave Flash &nbsp;&nbsp;&nbsp;&nbsp;swf &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/futuresplash &nbsp;&nbsp;&nbsp;&nbsp;FutureSplash Player &nbsp;&nbsp;&nbsp;&nbsp;spl &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible<br />
<br />
File name: nphelix.so<br />
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible version 0.4.0.622 built with gcc 3.2.0 on Jul 18 2006<br />
<br />
MIME Type &nbsp;&nbsp;&nbsp;&nbsp;Description &nbsp;&nbsp;&nbsp;&nbsp;Suffixes &nbsp;&nbsp;&nbsp;&nbsp;Enabled<br />
audio/x-pn-realaudio-plugin &nbsp;&nbsp;&nbsp;&nbsp;RealPlayer Plugin Metafile &nbsp;&nbsp;&nbsp;&nbsp;rpm &nbsp;&nbsp;&nbsp;&nbsp;Yes</code></div></div><br />
<br />
<br />
<br />
When I test my java by loading this page  <a href="http://www.javatester.org/version.html" target="_blank" rel="noopener" class="mycode_url">http://www.javatester.org/version.html</a><br />
<br />
I get a positive result:  <span style="font-style: italic;" class="mycode_i">Java Version 1.7.0 from Sun Microsystems</span>  <br />
<br />
 <br />
<br />
With Shockwave, I am confused because I am able to play YouTube videos diirectly from the site without a glitch but when I load this site to test <a href="http://www.explorelearning.com/View/vCorp/shockPop.html" target="_blank" rel="noopener" class="mycode_url">http://www.explorelearning.com/View/vCorp/shockPop.html</a> it, I get a failure and a message that tells me to download the plugin.  The link leads me to the Adobe download page but it presents me with the following message:  <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Shockwave Player Download Center<br />
We are unable to locate a Web player that matches your platform and browser.<br />
<br />
ATTENTION NETSCAPE 6 USERS:<br />
<br />
Note: If you have Netscape 6.0, then please update to Netscape 6.1 before installing the Shockwave Player. To determine what version of Netscape you have, select the "About Communicator" option in your browser's Help Menu. Click here to update your browser to Netscape 6.1.<br />
<br />
Please visit our table of recommended Web players .</code></div></div><br />
<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
After upgrading to Fedora 8 from 7, I am no longer able to play online poker games through any of the browsers: Firefox, Galeon and Konqueror.  I think it is a problem with Flash but I am not sure how to solve it.  <br />
<br />
 <br />
<br />
The website requires both the Java Runtime Environment and Shockwave, both of which seem to be correctly installed.  When I enter the "about:plugins" this is what I get:  <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>GCJ Web Browser Plugin 1.4<br />
<br />
File name: gcjwebplugin.so<br />
The GCJ Web Browser Plugin executes Java applets.<br />
<br />
MIME Type &nbsp;&nbsp;&nbsp;&nbsp;Description &nbsp;&nbsp;&nbsp;&nbsp;Suffixes &nbsp;&nbsp;&nbsp;&nbsp;Enabled<br />
application/x-java-vm &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.2.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.2.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.3.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.4 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.4.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.4.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.5 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.6 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;version=1.7 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-applet;jpi-version=1.7.0_00 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.2.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.2.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.3 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.3.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.4 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.4.1 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.4.2 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.5 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.6 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;version=1.7 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/x-java-bean;jpi-version=1.7.0_00 &nbsp;&nbsp;&nbsp;&nbsp;IcedTea &nbsp;&nbsp;&nbsp;&nbsp;class,jar &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
Shockwave Flash<br />
<br />
File name: libflashplayer.so<br />
Shockwave Flash 9.0 d78<br />
<br />
MIME Type &nbsp;&nbsp;&nbsp;&nbsp;Description &nbsp;&nbsp;&nbsp;&nbsp;Suffixes &nbsp;&nbsp;&nbsp;&nbsp;Enabled<br />
application/x-shockwave-flash &nbsp;&nbsp;&nbsp;&nbsp;Shockwave Flash &nbsp;&nbsp;&nbsp;&nbsp;swf &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
application/futuresplash &nbsp;&nbsp;&nbsp;&nbsp;FutureSplash Player &nbsp;&nbsp;&nbsp;&nbsp;spl &nbsp;&nbsp;&nbsp;&nbsp;Yes<br />
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible<br />
<br />
File name: nphelix.so<br />
Helix DNA Plugin: RealPlayer G2 Plug-In Compatible version 0.4.0.622 built with gcc 3.2.0 on Jul 18 2006<br />
<br />
MIME Type &nbsp;&nbsp;&nbsp;&nbsp;Description &nbsp;&nbsp;&nbsp;&nbsp;Suffixes &nbsp;&nbsp;&nbsp;&nbsp;Enabled<br />
audio/x-pn-realaudio-plugin &nbsp;&nbsp;&nbsp;&nbsp;RealPlayer Plugin Metafile &nbsp;&nbsp;&nbsp;&nbsp;rpm &nbsp;&nbsp;&nbsp;&nbsp;Yes</code></div></div><br />
<br />
<br />
<br />
When I test my java by loading this page  <a href="http://www.javatester.org/version.html" target="_blank" rel="noopener" class="mycode_url">http://www.javatester.org/version.html</a><br />
<br />
I get a positive result:  <span style="font-style: italic;" class="mycode_i">Java Version 1.7.0 from Sun Microsystems</span>  <br />
<br />
 <br />
<br />
With Shockwave, I am confused because I am able to play YouTube videos diirectly from the site without a glitch but when I load this site to test <a href="http://www.explorelearning.com/View/vCorp/shockPop.html" target="_blank" rel="noopener" class="mycode_url">http://www.explorelearning.com/View/vCorp/shockPop.html</a> it, I get a failure and a message that tells me to download the plugin.  The link leads me to the Adobe download page but it presents me with the following message:  <br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Shockwave Player Download Center<br />
We are unable to locate a Web player that matches your platform and browser.<br />
<br />
ATTENTION NETSCAPE 6 USERS:<br />
<br />
Note: If you have Netscape 6.0, then please update to Netscape 6.1 before installing the Shockwave Player. To determine what version of Netscape you have, select the "About Communicator" option in your browser's Help Menu. Click here to update your browser to Netscape 6.1.<br />
<br />
Please visit our table of recommended Web players .</code></div></div><br />
<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Nvidia + Livna nvidia drivers+ compiz= compiz not working???]]></title>
			<link>https://www.linux-noob.com/forums/thread-1072.html</link>
			<pubDate>Thu, 13 Dec 2007 14:51:01 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2120">Deltanoob</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1072.html</guid>
			<description><![CDATA[<br />
I think i already posted this but i can't find it? so here it is again. <br />
<br />
 <br />
<br />
Ok so i get fedora 8, install the kmod-nvidia drivers from livna and the installed drivers from nvidias site. <br />
<br />
After that i installed Compiz and enabled desktop effects.....<br />
<br />
 <br />
<br />
but when i try to start compiz nothing happens...wtf?<br />
<br />
i get no errors and nothing saying it crashed it just doesn't start. <br />
<br />
Also i noticed that the nvidia splash doesn't flash on xserver start...but the drivers where installed.<br />
<br />
 <br />
<br />
this is my xorg.conf: <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code># Xorg configuration created by livna-config-display<br />
<br />
Section "ServerLayout"<br />
Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Default Layout"<br />
Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;"Screen0" 0 0<br />
InputDevice&nbsp;&nbsp;&nbsp;&nbsp;"Mouse0" "CorePointer"<br />
InputDevice&nbsp;&nbsp;&nbsp;&nbsp;"Keyboard0" "CoreKeyboard"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AIGLX" "true"<br />
EndSection<br />
<br />
Section "Files"<br />
ModulePath&nbsp;&nbsp; "/usr/lib/xorg/modules"<br />
EndSection<br />
<br />
Section "Module"<br />
Load&nbsp;&nbsp;"glx"<br />
Load&nbsp;&nbsp;"dbe"<br />
Load&nbsp;&nbsp;"extmod"<br />
EndSection<br />
<br />
Section "ServerFlags"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AIGLX" "on"<br />
EndSection<br />
<br />
Section "InputDevice"<br />
<br />
# generated from default<br />
Identifier&nbsp;&nbsp;"Mouse0"<br />
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mouse"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Protocol" "auto"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Device" "/dev/input/mice"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Emulate3Buttons" "no"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ZAxisMapping" "4 5"<br />
EndSection<br />
<br />
Section "InputDevice"<br />
Identifier&nbsp;&nbsp;"Keyboard0"<br />
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kbd"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"XkbModel" "pc105"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"XkbLayout" "us+inet"<br />
EndSection<br />
<br />
Section "Monitor"<br />
Identifier&nbsp;&nbsp; "Monitor0"<br />
VendorName&nbsp;&nbsp; "Unknown"<br />
ModelName&nbsp;&nbsp;&nbsp;&nbsp;"Unknown"<br />
HorizSync&nbsp;&nbsp;&nbsp;&nbsp;30.0 - 110.0<br />
VertRefresh&nbsp;&nbsp;50.0 - 150.0<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"DPMS"<br />
EndSection<br />
<br />
Section "Device"<br />
Identifier&nbsp;&nbsp;"Videocard0"<br />
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nv"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"XAANoOffscreenPixmaps" "true"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Composite" "Enable"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"TripleBuffer" "true"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"RenderAccel" "true"<br />
EndSection<br />
<br />
Section "Screen"<br />
Identifier "Screen0"<br />
Device&nbsp;&nbsp;&nbsp;&nbsp; "Videocard0"<br />
Monitor&nbsp;&nbsp;&nbsp;&nbsp;"Monitor0"<br />
DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br />
SubSection "Display"<br />
&nbsp;&nbsp;&nbsp;&nbsp;Viewport&nbsp;&nbsp; 0 0<br />
&nbsp;&nbsp;&nbsp;&nbsp;Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br />
&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AddARGBGLXVisuals" "true"<br />
EndSubSection<br />
EndSection<br />
<br />
Section "Extensions"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Composite" "Enable"<br />
EndSection</code></div></div><br />
<br />
  <br />
<br />
 <br />
<br />
thanks guys <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I think i already posted this but i can't find it? so here it is again. <br />
<br />
 <br />
<br />
Ok so i get fedora 8, install the kmod-nvidia drivers from livna and the installed drivers from nvidias site. <br />
<br />
After that i installed Compiz and enabled desktop effects.....<br />
<br />
 <br />
<br />
but when i try to start compiz nothing happens...wtf?<br />
<br />
i get no errors and nothing saying it crashed it just doesn't start. <br />
<br />
Also i noticed that the nvidia splash doesn't flash on xserver start...but the drivers where installed.<br />
<br />
 <br />
<br />
this is my xorg.conf: <br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code># Xorg configuration created by livna-config-display<br />
<br />
Section "ServerLayout"<br />
Identifier&nbsp;&nbsp;&nbsp;&nbsp; "Default Layout"<br />
Screen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;0&nbsp;&nbsp;"Screen0" 0 0<br />
InputDevice&nbsp;&nbsp;&nbsp;&nbsp;"Mouse0" "CorePointer"<br />
InputDevice&nbsp;&nbsp;&nbsp;&nbsp;"Keyboard0" "CoreKeyboard"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AIGLX" "true"<br />
EndSection<br />
<br />
Section "Files"<br />
ModulePath&nbsp;&nbsp; "/usr/lib/xorg/modules"<br />
EndSection<br />
<br />
Section "Module"<br />
Load&nbsp;&nbsp;"glx"<br />
Load&nbsp;&nbsp;"dbe"<br />
Load&nbsp;&nbsp;"extmod"<br />
EndSection<br />
<br />
Section "ServerFlags"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AIGLX" "on"<br />
EndSection<br />
<br />
Section "InputDevice"<br />
<br />
# generated from default<br />
Identifier&nbsp;&nbsp;"Mouse0"<br />
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"mouse"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Protocol" "auto"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Device" "/dev/input/mice"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Emulate3Buttons" "no"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ZAxisMapping" "4 5"<br />
EndSection<br />
<br />
Section "InputDevice"<br />
Identifier&nbsp;&nbsp;"Keyboard0"<br />
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"kbd"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"XkbModel" "pc105"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"XkbLayout" "us+inet"<br />
EndSection<br />
<br />
Section "Monitor"<br />
Identifier&nbsp;&nbsp; "Monitor0"<br />
VendorName&nbsp;&nbsp; "Unknown"<br />
ModelName&nbsp;&nbsp;&nbsp;&nbsp;"Unknown"<br />
HorizSync&nbsp;&nbsp;&nbsp;&nbsp;30.0 - 110.0<br />
VertRefresh&nbsp;&nbsp;50.0 - 150.0<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"DPMS"<br />
EndSection<br />
<br />
Section "Device"<br />
Identifier&nbsp;&nbsp;"Videocard0"<br />
Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"nv"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"XAANoOffscreenPixmaps" "true"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Composite" "Enable"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"TripleBuffer" "true"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"RenderAccel" "true"<br />
EndSection<br />
<br />
Section "Screen"<br />
Identifier "Screen0"<br />
Device&nbsp;&nbsp;&nbsp;&nbsp; "Videocard0"<br />
Monitor&nbsp;&nbsp;&nbsp;&nbsp;"Monitor0"<br />
DefaultDepth&nbsp;&nbsp;&nbsp;&nbsp; 24<br />
SubSection "Display"<br />
&nbsp;&nbsp;&nbsp;&nbsp;Viewport&nbsp;&nbsp; 0 0<br />
&nbsp;&nbsp;&nbsp;&nbsp;Depth&nbsp;&nbsp;&nbsp;&nbsp; 24<br />
&nbsp;&nbsp;&nbsp;&nbsp;Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"AddARGBGLXVisuals" "true"<br />
EndSubSection<br />
EndSection<br />
<br />
Section "Extensions"<br />
Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"Composite" "Enable"<br />
EndSection</code></div></div><br />
<br />
  <br />
<br />
 <br />
<br />
thanks guys <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Trouble with livdvdcss]]></title>
			<link>https://www.linux-noob.com/forums/thread-1074.html</link>
			<pubDate>Fri, 07 Dec 2007 12:05:35 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=2092">Dreyfuss</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1074.html</guid>
			<description><![CDATA[Hi all.I have big problems with dvd for VLC,Kaffeine and Ogle don't detect libdvdcss despite it's installed.Do you have any hints,pls?I have got livdvdcss from Livna repo.Thanx in advance.<br />
]]></description>
			<content:encoded><![CDATA[Hi all.I have big problems with dvd for VLC,Kaffeine and Ogle don't detect libdvdcss despite it's installed.Do you have any hints,pls?I have got livdvdcss from Livna repo.Thanx in advance.<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Who's using Fedora 8?]]></title>
			<link>https://www.linux-noob.com/forums/thread-1085.html</link>
			<pubDate>Thu, 29 Nov 2007 23:54:46 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=576">glennzo</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1085.html</guid>
			<description><![CDATA[Wondering who's using Fedora 8 here at Linux-Noob. How is it working out for you? I'm running it on a Toshiba laptop and so far it's awesome. Even have Compiz-Fusion working!<br />
]]></description>
			<content:encoded><![CDATA[Wondering who's using Fedora 8 here at Linux-Noob. How is it working out for you? I'm running it on a Toshiba laptop and so far it's awesome. Even have Compiz-Fusion working!<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[nx, freenx fedora 8 problems]]></title>
			<link>https://www.linux-noob.com/forums/thread-1087.html</link>
			<pubDate>Wed, 28 Nov 2007 03:07:00 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=444">modernbob</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-1087.html</guid>
			<description><![CDATA[<br />
after loading up Fedora 8 I discovered that an application I use everyday didn't work anymore. FreeNx is like remote desktop for Linux. I use this to do things on this server everday and discovered that when I used the client application I would connect but when it came to displaying the remote desktop the program just crashed out. After about a week of looking around and asking questions someone finally enlightened me on what to do to fix this issue. Please see below:<br />
<br />
 <br />
<br />
So I suggest: <br />
<br />
 <br />
<br />
- checking security contexts <br />
<br />
- checking /tmp/.X11-unix/ for correct permissions and creation: <br />
<br />
 <br />
<br />
&#36; mkdir -m1755 /tmp/.X11-unix/ <br />
<br />
 <br />
<br />
If it still does not work, changing DISPLAY="unix:&#36;display" to DISPLAY=":&#36;display" everywhere in /usr/libexec/nx/nxnode. <br />
<br />
 <br />
<br />
 <br />
<br />
This worked for me!   <img src="https://www.linux-noob.com/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
after loading up Fedora 8 I discovered that an application I use everyday didn't work anymore. FreeNx is like remote desktop for Linux. I use this to do things on this server everday and discovered that when I used the client application I would connect but when it came to displaying the remote desktop the program just crashed out. After about a week of looking around and asking questions someone finally enlightened me on what to do to fix this issue. Please see below:<br />
<br />
 <br />
<br />
So I suggest: <br />
<br />
 <br />
<br />
- checking security contexts <br />
<br />
- checking /tmp/.X11-unix/ for correct permissions and creation: <br />
<br />
 <br />
<br />
&#36; mkdir -m1755 /tmp/.X11-unix/ <br />
<br />
 <br />
<br />
If it still does not work, changing DISPLAY="unix:&#36;display" to DISPLAY=":&#36;display" everywhere in /usr/libexec/nx/nxnode. <br />
<br />
 <br />
<br />
 <br />
<br />
This worked for me!   <img src="https://www.linux-noob.com/forums/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" /><br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>