https://bugzilla.novell.com/show_bug.cgi?id=284966 Summary: xcdroast can not be started Product: openSUSE 10.2 Version: Final Platform: i686 OS/Version: openSUSE 10.2 Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: robin.listas@telefonica.net QAContact: sndirsch@novell.com It is not possible to start xcdroast, even as root: nimrodel:~ # xcdroast ** (xcdroast:13871): WARNING **: Failed to access cdrecord. Please check the permissions and ownership of /usr/bin/cdrecord The file does exist, but it is a symlink to wodim: nimrodel:~ # l /usr/bin/cdrecord lrwxrwxrwx 1 root root 5 Feb 16 14:51 /usr/bin/cdrecord -> wodim* nimrodel:~ # l /usr/bin/wodim -rwxr-xr-x 1 root root 351244 Nov 27 2006 /usr/bin/wodim* Being root, permissions can't be the problem. I did an strace to find out more clues: .. stat64("/bin/uname", {st_mode=S_IFREG|0755, st_size=18932, ...}) = 0 stat64("/usr/bin/df", 0xbf83e81c) = -1 ENOENT (No such file or directory) stat64("/bin/df", {st_mode=S_IFREG|0755, st_size=40516, ...}) = 0 stat64("/usr/X11R6/lib/xcdroast-0.98/bin/cdrecord", 0xbf83e850) = -1 ENOENT (No such file or directory) stat64("/usr/bin/cdrecord", {st_mode=S_IFREG|0755, st_size=351244, ...}) = 0 lstat64("/usr/bin/cdrecord", {st_mode=S_IFLNK|0777, st_size=5, ...}) = 0 readlink("/usr/bin/cdrecord", "wodim", 1023) = 5 pipe([4, 5]) = 0 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xb752d918) = 14468 close(5) = 0 fstat64(4, {st_mode=S_IFIFO|0600, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7ee7000 read(4, "", 4096) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- close(4) = 0 waitpid(14468, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 14468 munmap(0xb7ee7000, 4096) = 0 open("/opt/gnome/lib/charset.alias", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) write(2, "\n** (xcdroast:14465): WARNING **"..., 126) = 126 exit_group(1) = ? Perhaps from that you can know or guess what is happening. Maybe xcdroast can not work with wodim? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.