Bummer :) Let's try a different approach to figure out what is causing the message:
There's a utility which is named "strace" (see https://wiki.ubuntu.com/Strace) that might help out. I wrote a small shell script (see attachment) that traces the whole process-tree for file related system calls. There seems to be a counterpart though: I noticed my system became instable after using the script a couple of times, so a reboot might be required :(. It's wise to save your work beforehand!!! Steps: - download the attached file into /tmp and name it strace-all.sh - open a shell: - $ chmod +x /tmp/strace-all.sh - $ /tmp/strace-all.sh # (this will cause some output for at least 5 seconds) - $ tar -czf /tmp/all-files.tar.gz /var/tmp/strace* /var/tmp/ps* - attach /tmp/all-files.tar.gz to this bug - on the shell again: - $ sudo rm -f /var/tmp/strace* /var/tmp/ps* (- reboot your system??) Hope it helps ** Attachment added: "strace-all.sh" http://launchpadlibrarian.net/21142488/strace-all.sh -- Kernel-message "cdrom: This disc doesn't have any tracks I recognize!" every 4 seconds in syslog https://bugs.launchpad.net/bugs/314108 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
