Changes

Jump to navigation Jump to search
no edit summary
Line 346: Line 346:     
Please note that other hardware devices such as CD-ROM drives as well as a standard 40-conductor IDE cable may cause a problem as well. This is true of all OS's.
 
Please note that other hardware devices such as CD-ROM drives as well as a standard 40-conductor IDE cable may cause a problem as well. This is true of all OS's.
 +
 +
 +
*My SMESERVER suddenly stopped working. I look in the log messages I see: kernel: ata1: command 0x35 timeout, stat 0x50
 +
host_stat 0x1. Any ideas what could be causing this?
 +
Most likely, this is either a hardware or BIOS problem or a kernel bug. It's very unlikely we can fix any of those. However, you can try editing /etc/grub/grub.conf. In this file, close to the top, you'll see the latest kernel. It looks like this:
 +
kernel /vmlinuz-2.6.9-42.0.10.EL ro root=/dev/vg_primary/lv_root
 +
Add "noapic" to the end. It should look like this:
 +
kernel /vmlinuz-2.6.9-42.0.10.EL ro root=/dev/vg_primary/lv_root noapic
 +
Then reboot. Hopefully the problem goes away.
    
===Installation (not hardware related) & Initial Configuration===
 
===Installation (not hardware related) & Initial Configuration===
227

edits

Navigation menu