Rhys
Its unfortunate that you have had this experience with sme. Possibly hardware compatibility is your problem, but that's not a sme isssue, it's a Red Hat issue. If Red Hat supports your hardware then sme will also. Check the Red Hat hardware compatibility site.
I saw your earlier post re RAID drive problems which no-one answered.
" I installed SME Linux and accidentally clicked on soft RAID. Then I figured I'd probably made a ghastly mistake doing that and reinstalled. I already have a RAID card so I figured hard raid would do what I was after. Oops. Then started a lot of problems - I figured one of my drives might have been faulty. That probed not to be the case - they just don't like to be in combination and combined with my Ultra ATA 133 RAID Controller and the Medeley GUI driver doesn't include Linux.
It was working when I had it running via soft raid and both drives running through the raid card. What do I do to get back to a working, raided Linux? "
To reset your drives see the FAQ at
http://www.e-smith.org/faq.php3 and particularly
http://www.e-smith.org/faq.php3#7q15In order for Software raid to work correctly, the geometries on both disks must be the same. .......Next, ensure both drives are using "NORMAL" (or LBA) mode in the BIOS. (Normal mode says "just give the truth about the disks".)
If any partition table is found on the disks, the information there will override the geometry specified in the BIOS. To remove any partition tables, perform the following commands as root:
dd if=/dev/zero of=/dev/hda bs=512 count=1
dd if=/dev/zero of=/dev/hdc bs=512 count=1
(This assumes disks are set as primary and secondary masters -- if they are not they should be.) Re-install SME Server.......
If you are still willing to give sme a chance you could try the above commands and then do your instal again, correctly this time. ie if you have a RAID hardware card then do not select software raid instal, just instal as a normal "single" disk instal.
Regards
Ray Mitchell