* Jonathan Brandmeyer <[EMAIL PROTECTED]> [2003-11-26 17:11]: > The installer improperly set up device names for the DVD+/-RW > device. It correctly set up ide_scsi emulation for the drive, but > did not set up the device names right. /dev/cdrom -> /dev/cdrom0 -> > /dev/scd0. But, /dev/scd0 is not where ide_scsi sets up my cdrom. > /dev/sr0 is the right place.
/dev/sr0 is normally just an alias for /dev/scd0. $ ll /dev/sr0 lrwxrwxrwx 1 root root 4 2003-09-11 16:05 /dev/sr0 -> scd0 Can you confirm this? > The system hostname was not established properly. I named my > machine "office-linux", but instead it was named "localhost". I'm > not actually sure how to fix this. Simply changing /etc/hostname > was not the right solution. This is a known issue. Changing /etc/hostname should work, but it might not have recognized this immediately. -- Martin Michlmayr [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

