Michael Mansour wrote:

Hi,

I'm running RH8.0 with kernel 2.4.18-27.8.0 on a Dual
Pentium II 300MHz CPU. The system boots up and runs
fine, although I get a couple of errors. Following is
my dmesg output:

(feel free to go scan though it and tell me if
anything looks weird to you, especially the "invalid
operand: 0000" bit of the output).

Linux version 2.4.18-27.8.0smp
([EMAIL PROTECTED]) (gcc version

<SNIP>
hdc: ATAPI 20X CD-ROM drive, 120kB Cache
Uniform CD-ROM driver Revision: 3.12
cdrom: This disc doesn't have any tracks I recognize!
cdrom: This disc doesn't have any tracks I recognize!


?? in fstab... do you have auto in the cdrom line???

it should look something like one of these if correct...

/dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0
/dev/cdrom1 /mnt/burner iso9660 noauto,owner,kudzu,ro 0 0


The other issue I get when booting (it's not included
in dmesg but does show up on the screen) is a
segmentation fault error on line 44 of the rc.sysinit
script, which is basically the bit of the script:

if [ "$PROMPT" != "no" ]; then
echo -en $"\t\tPress 'I' to enter interactive
startup."
echo
sleep 1
fi

# Fix console loglevel
/bin/dmesg -n $LOGLEVEL

# Mount /proc (done here so volume labels can work
with fsck)
action $"Mounting proc filesystem: " mount -n -t proc
/proc /proc


ie. line 44 is the "fi" after the "sleep 1" line. Weird why that error is produced.

Works fine with no errors when booting the non-SMP
kernel.


Ah the joys of SMP... have you tried filing a bug in bugzilla??? there may be some sort of issue wiht the SMP kernel that comes out of hte box (wouldnt be the first time)



Cheers
jeff



--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to