[2876] in SIPB_Linux_Development
Returned mail: Remote protocol error
daemon@ATHENA.MIT.EDU (Mail Delivery Subsystem)
Thu May 25 19:32:40 2000
Date: Thu, 25 May 00 19:32:24 EDT
From: MAILER-DAEMON@MIT.EDU (Mail Delivery Subsystem)
To: owner-linux-help@MIT.EDU
----- Transcript of session follows -----
>>> MAIL From:<root@localhost.localdomain>
<<< 501 <root@localhost.localdomain>... Sender domain must exist
554 boyko@theory.lcs.mit.edu... Remote protocol error: Bad file number
>>> MAIL From:<root@localhost.localdomain>
<<< 501 <root@localhost.localdomain>... Sender domain must exist
554 jsholmes@lcs.mit.edu... Remote protocol error: Bad file number
>>> MAIL From:<root@localhost.localdomain>
<<< 501 <root@localhost.localdomain>... Sender domain must exist
554 jrandall@MEDIA.MIT.EDU... Remote protocol error: Bad file number
----- Unsent message follows -----
Received: from CEIFEIRO.MIT.EDU by MIT.EDU with SMTP
id AA20661; Thu, 25 May 00 19:32:24 EDT
Received: from localhost.localdomain (IDENT:root@localhost.localdomain [127.0.0.1])
by localhost.localdomain (8.9.3/8.9.3) with ESMTP id NAA02398
for <linux-help@mit.edu>; Thu, 25 May 2000 13:41:33 -0400
Message-Id: <200005251741.NAA02398@localhost.localdomain>
To: linux-help@MIT.EDU
Reply-To: jmorash@MIT.EDU
Subject: CDROM problems
Date: Thu, 25 May 2000 13:41:32 -0400
From: root <root@localhost.localdomain>
Hi,
I just installed redhat-6.1, and now my CDROM doesn't work.
Here is my /etc/fstab:
/dev/hda1 / ext2 defaults 1 1
/dev/hda3 /f ext2 defaults 1 2
/dev/hdb1 /g ext2 defaults 1 2
/dev/hda2 swap swap defaults 0 0
/dev/fd0 /mnt/floppy ext2 noauto,owner 0 0
none /proc proc defaults 0 0
none /dev/pts devpts gid=5,mode=620 0 0
/dev/hdc /cd iso9660 ro,user,exec,noauto,unhide
and here's what happens when I try to mount /cd:
mount: the kernel does not recognize /dev/hdc as a block device
(maybe `insmod driver'?)
so I tried using modprobe (I don't really know how to use kernel
modules, just tried this after reading the manpages for insmod and
modprobe):
[root@localhost]# modprobe -t cdrom /lib/modules/2.2.12-20/cdrom/*
/lib/modules/2.2.12-20/cdrom/aztcd.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/cdu31a.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/cm206.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/gscd.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/isp16.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/mcd.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/mcdx.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/optcd.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/sbpcd.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/sjcd.o: init_module: Device or resource busy
/lib/modules/2.2.12-20/cdrom/sonycd535.o: init_module: Device or resource busy
any suggestions? I'm really not sure what type of CDROM I have.
thanks,
--Jim Morash
jmorash@mit.edu