> retitle 582810 "/usr/lib/debug path is not searched for vmlinux-`uname -r`"
Is this related to #555549 I asked you to look at earlier today? The bug report is rather unclear to me. Please atleast give the full name of the expected file. A strace of all places it now tries to look at would be useful too. Looking at the code I believe it now tries to look at: /boot/vmlinux-`uname -r` /usr/lib/debug/boot/vmlinux-`uname -r` /lib/modules/`uname -r`/vmlinux /usr/lib/debug/lib/modules/`uname -r`/vmlinux And maybe some dirs with "/.debug/" in it. The guess from the bug report would that it needs to look at: /usr/lib/debug/vmlinux-`uname -r` But it might make more sense if it was: /usr/lib/debug/boot/vmlinux-`uname -r` That would be the place I was looking for it, and I'm guessing that's where we look for it. Is there a file /boot/vmlinuz-`uname -r` (with z, not x) like usual? Did it set up a debuglink? Kurt -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

