Package: cdtool Version: 2.1.5-13 Severity: normal Error description:
I am using ATA and SCSI Cd-Drives which are /dev/hdc or /dev/scd0. Now if I try 'cdctrl e' it access the drive and nothing happen. I must use ^C to interupt the operation, because other programs like "eject" can not access the CD-Drive. Output of strace: ----8<-------------------------------------------------------------- execve("/usr/bin/cdctrl", ["cdctrl", "e"], [/* 70 vars */]) = 0 uname({sys="Linux", node="michelle1.private", ...}) = 0 brk(0) = 0x8051760 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=23534, ...}) = 0 old_mmap(NULL, 23534, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000 close(3) = 0 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) open("/lib/libc.so.6", O_RDONLY) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360^\1"..., 512) = 512 fstat64(3, {st_mode=S_IFREG|0755, st_size=1244688, ...}) = 0 old_mmap(NULL, 1254852, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000 old_mmap(0x40146000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x127000) = 0x40146000 old_mmap(0x4014e000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4014e000 close(3) = 0 munmap(0x40018000, 23534) = 0 close(2) = 0 dup2(1, 2) = 2 open("e", O_RDONLY|O_NONBLOCK) = -1 ENOENT (No such file or directory) write(2, "CDCTRL: can\'t open cdrom (e)", 28) = 28 fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40018000 write(1, "\n", 1) = 1 munmap(0x40018000, 4096) = 0 exit_group(1) = ? ----8<-------------------------------------------------------------- Please note, that cdctrl does not work at all, but cdplay does its job. Oh yes, /dev/cdrom is a working symlink to the right devices... Greetings Michelle Konzack Systemadministrator -- System Information Debian Release: 3.1 Kernel Version: Linux michelle1.private 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 2005 i686 GNU/Linux Versions of the packages cdtool depends on: ii debconf 1.4.30.13 Debian configuration management system ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries and Timezone -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]