just for kicks I did an strace on cdrecord, and found that I didn't have any 
of the files it thinks it needs, not even the /usr/lib/i686. I can burn 
anything but this caught my attention. Is this normal or have my brains 
leaked out?




[root@localhost /root]# strace cdrecord
execve("/usr/bin/cdrecord", ["cdrecord"], [/* 46 vars */]) = 0
brk(0)                                  = 0x807265c
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x40013000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or 
directory)
open("/usr/lib/i686/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat("/usr/lib/i686/mmx", 0xbffff164)   = -1 ENOENT (No such file or 
directory)
open("/usr/lib/i686/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat("/usr/lib/i686", 0xbffff164)       = -1 ENOENT (No such file or 
directory)
open("/usr/lib/mmx/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat("/usr/lib/mmx", 0xbffff164)        = -1 ENOENT (No such file or 
directory)
open("/usr/lib/libc.so.6", O_RDONLY)    = -1 ENOENT (No such file or 
directory)
stat("/usr/lib", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=60391, ...}) = 0
old_mmap(NULL, 60391, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40014000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
fstat(3, {st_mode=S_IFREG|0755, st_size=931668, ...}) = 0

-- 
Michael R. Powell PhD.
[EMAIL PROTECTED]
Scyld Beowulf Cluster Master
Running on Linux-Mandrake 7.2
Linux reg# 83815



Reply via email to