Weiter Zurück Inhaltsverzeichnis
Das heißt, daß kscd auf Ihr CD-Laufwerk nicht zugreifen
konnte.
The name of the device in the 'CDROM Device' field of the "kscd
Configuration" must actually refer to the block device associated with your
CD-ROM drive. This will often be a hardlink to the appropriate IDE
(/dev/hdx
) or SCSI (/dev/sdx
) device. The
device file normally belongs to user root in group root, and
does not allow normal users to open it for reading, writing, or execution
directly. This has *nothing* to do with the SUID (Set User ID programs use
the setuid()
function in the standard Unix library to assume the
identity of another user) mount
command, which has no problems
with permissions; kscd must be able to get a read-only file descriptor
referring to the CD device to control the CDROM drive and read raw data off the
disk.
Falls Sie das root-Paßwort besitzen, können Sie dies schnell und
leicht beheben. Als Root führen Sie chmod a+r /dev/cdrom
aus, um
jedem Benutzer des Systems den Zugriff auf /dev/cdrom
zu erlauben.
Falls Ihr CD-ROM-Grät anders heißt, ändern Sie dessen
Zugriffsrechte mit oben stehenden Befehl. Falls Sie keinen Root-Zugriff haben,
bitten Sie Ihren Systemadminstrator, Ihnen Lesezugriff auf das CD-Laufwerk zu
geben.
Siehe auch »Konfiguration von kscd.
Sollten sie auf Probleme mit kscd (speziell mit der CDDB Unterstützung)
stoßen, starten sie kscd mit kscd -d
.
Weiter Zurück Inhaltsverzeichnis