Hi,

i'm using cdrtools-1.11a08, and the cdrecord that i've compiled on the
very same machine with the same kernel that it is running exits without
comment after identifying the drive. Just to be overly verbose, i've included
uname -a  and the output of strace running on cdrecord - that's truss for 
you Solaris addicts. 

what's wrong with my setup? (OK, so it's SuSE with the standard SuSE kernel,
I know that. But aside from that?)

thanks,

rainer


root@brennkiste:/ # /opt/schily/bin/cdrecord -dummy -v scgcheck/
Cdrecord 1.11a08 (i586-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
TOC Type: 1 = CD-ROM
scsidev: '0,5,0'
scsibus: 0 target: 5 lun: 0
Linux sg driver version: 3.1.17
Using libscg version 'schily-0.5'
atapi: 0
Device type    : Removable CD-ROM
Version        : 2
Response Format: 2
Capabilities   : RELADR SYNC LINKED 
Vendor_info    : 'TEAC    '
Identifikation : 'CD-R55S         '
Revision       : '1.0N'
Device seems to be: Teac CD-R50S.
root@brennkiste:/ # uname -a
Linux brennkiste 2.4.4-4GB #1 Wed May 16 00:37:55 GMT 2001 i586 unknown 

root@brennkiste:/ # strace ./cdrecord/OBJ/i586-linux-cc/cdrecord -v /tmp/README.linux
execve("./cdrecord/OBJ/i586-linux-cc/cdrecord", 
["./cdrecord/OBJ/i586-linux-cc/cdrecord", "-v", "README.linux"], [/* 53 vars */]) = 0
uname({sys="Linux", node="brennkiste", ...}) = 0
brk(0)                                  = 0x807c0fc
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/opt/schily/lib/i586/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/schily/lib/i586/mmx", 0xbfffea2c) = -1 ENOENT (No such file or directory)
open("/opt/schily/lib/i586/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/schily/lib/i586", 0xbfffea2c) = -1 ENOENT (No such file or directory)
open("/opt/schily/lib/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/schily/lib/mmx", 0xbfffea2c) = -1 ENOENT (No such file or directory)
open("/opt/schily/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/opt/schily/lib", {st_mode=S_IFDIR|0775, st_size=211, ...}) = 0
open("/opt/schily/lib/libc.so.6", 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=34404, ...}) = 0
old_mmap(NULL, 34404, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40017000
close(3)                                = 0
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@\315\1"..., 1024) = 1024
fstat64(3, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
old_mmap(NULL, 1164516, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40020000
mprotect(0x40133000, 38116, PROT_NONE)  = 0
old_mmap(0x40133000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3, 0x112000) 
= 0x40133000
old_mmap(0x40139000, 13540, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, 
-1, 0) = 0x40139000
close(3)                                = 0
munmap(0x40017000, 34404)               = 0
getpid()                                = 25121
brk(0)                                  = 0x807c0fc
brk(0x807c13c)                          = 0x807c13c
brk(0x807d000)                          = 0x807d000
getrlimit(0x7, 0xbfffd314, 0xbffff6ec, 0xbfffd314, 0x7) = 0
setrlimit(RLIMIT_NOFILE, {rlim_cur=109, rlim_max=1024}) = 0
access("README.linux", R_OK)            = 0
open("README.linux", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=7226, ...}) = 0
open("/etc/default/cdrecord", O_RDONLY) = -1 ENOENT (No such file or directory)
fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40017000
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
write(1, "Cdrecord 1.11a08 (i586-pc-linux-"..., 76Cdrecord 1.11a08 (i586-pc-linux-gnu) 
Copyright (C) 1995-2001 Jörg Schilling
) = 76
fstat64(2, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 2), ...}) = 0
write(1, "TOC Type: 1 = CD-ROM\n", 21TOC Type: 1 = CD-ROM
)  = 21
mlockall(0x3, 0x40017000)               = 0
sched_get_priority_max(0x2)             = 99
sched_setscheduler(0, 0x2, 0xbfffd308)  = 0
mmap2(NULL, 4198400, PROT_READ|PROT_WRITE, MAP_SHARED|MAP_ANONYMOUS, -1, 0) = 
0x4013d000
close(-1)                               = -1 EBADF (Bad file descriptor)
brk(0x807f000)                          = 0x807f000
write(2, "scsidev: \'0,5,0\'\n", 17scsidev: '0,5,0'
)    = 17
write(2, "scsibus: 0 target: 5 lun: 0\n", 28scsibus: 0 target: 5 lun: 0
) = 28
open("/dev/sg0", O_RDWR)                = 4
ioctl(4, TIOCGKISS, 0xbfffd118)         = 0
write(2, "Linux sg driver version: 3.1.17\n", 32Linux sg driver version: 3.1.17
) = 32
ioctl(4, CDROMAUDIOBUFSIZ, 0xbfffd0b4)  = 0
ioctl(4, 0x5386, 0xbfffd0b0)            = 0
close(4)                                = 0
open("/dev/sg1", O_RDWR)                = 4
ioctl(4, CDROMAUDIOBUFSIZ, 0xbfffd0b4)  = 0
ioctl(4, 0x5386, 0xbfffd0b0)            = 0
shmat(4, 0x4, 0x3)                      = 0x560
shmat(4, 0x4, 0x4ptrace: umoven: Input/output error
)                      = ?
read(4, 0xbfffd044, 136)                = -1 EAGAIN (Resource temporarily unavailable)
shmat(4, 0x4, 0x4ptrace: umoven: Input/output error
)                      = ?
ioctl(4, TIOCSCCINI, 0xbfffd008)        = 0
write(1, "Using libscg version \'schily-0.5"..., 34Using libscg version 'schily-0.5'
) = 34
ioctl(4, 0x2272, 0xbfffd2d8)            = 0
ioctl(4, 0x2275, 0xbfffd2d4)            = 0
ioctl(4, 0x2272, 0xbfffd2d4)            = 0
ioctl(4, 0x2272, 0xbfffd2a8)            = 0
ioctl(4, 0x2272, 0xbfffd2a4)            = 0
brk(0x8091000)                          = 0x8091000
ioctl(4, 0x2203, 0xbfffd310)            = 0
write(1, "atapi: 0\n", 9atapi: 0
)               = 9
gettimeofday({1004354847, 221944}, NULL) = 0
ioctl(4, 0x2285, 0xbfffd28c)            = 0
gettimeofday({1004354847, 223441}, NULL) = 0
gettimeofday({1004354847, 223650}, NULL) = 0
ioctl(4, 0x2285, 0xbfffd08c)            = 0
gettimeofday({1004354847, 225034}, NULL) = 0
gettimeofday({1004354847, 225420}, NULL) = 0
ioctl(4, 0x2285, 0xbfffd0cc)            = 0
gettimeofday({1004354847, 228335}, NULL) = 0
write(1, "Device type    : Removable CD-RO"..., 34Device type    : Removable CD-ROM
) = 34
write(1, "Version        : 2\n", 19Version        : 2
)    = 19
write(1, "Response Format: 2\n", 19Response Format: 2
)    = 19
write(1, "Capabilities   : RELADR SYNC LIN"..., 37Capabilities   : RELADR SYNC LINKED 
) = 37
write(1, "Vendor_info    : \'TEAC    \'\n", 28Vendor_info    : 'TEAC    '
) = 28
write(1, "Identifikation : \'CD-R55S       "..., 36Identifikation : 'CD-R55S         '
) = 36
write(1, "Revision       : \'1.0N\'\n", 24Revision       : '1.0N'
) = 24
write(1, "Device seems to be: Teac CD-R50S"..., 34Device seems to be: Teac CD-R50S.
) = 34
gettimeofday({1004354847, 231476}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcf6c)            = 0
gettimeofday({1004354847, 232905}, NULL) = 0
gettimeofday({1004354847, 233104}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcf7c)            = 0
gettimeofday({1004354847, 240032}, NULL) = 0
gettimeofday({1004354847, 240241}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcddc)            = 0
gettimeofday({1004354847, 241646}, NULL) = 0
gettimeofday({1004354847, 241847}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcdac)            = 0
gettimeofday({1004354847, 249593}, NULL) = 0
gettimeofday({1004354847, 249797}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcddc)            = 0
gettimeofday({1004354847, 251131}, NULL) = 0
gettimeofday({1004354847, 251333}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcdac)            = 0
gettimeofday({1004354847, 259265}, NULL) = 0
gettimeofday({1004354847, 259503}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcfac)            = 0
gettimeofday({1004354847, 261068}, NULL) = 0
gettimeofday({1004354847, 261266}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcfbc)            = 0
gettimeofday({1004354847, 268338}, NULL) = 0
gettimeofday({1004354847, 268543}, NULL) = 0
ioctl(4, 0x2285, 0xbfffce1c)            = 0
gettimeofday({1004354847, 269882}, NULL) = 0
gettimeofday({1004354847, 270084}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcdec)            = 0
gettimeofday({1004354847, 277479}, NULL) = 0
gettimeofday({1004354847, 277681}, NULL) = 0
ioctl(4, 0x2285, 0xbfffce1c)            = 0
gettimeofday({1004354847, 279605}, NULL) = 0
gettimeofday({1004354847, 279807}, NULL) = 0
ioctl(4, 0x2285, 0xbfffcdec)            = 0
gettimeofday({1004354847, 287439}, NULL) = 0
munmap(0x40017000, 4096)                = 0
_exit(-1)                               = ?


-- 
Rainer M. Canavan


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to