On Tuesday 25 May 2010 02:06:29 Kurt Roeckx wrote: > Does creating a symlink at /usr/lib/debug/boot/vmlinux-`uname -r` > work? If it does, this bug should be reassigned to linux-2.6 > again asking them to move the file to /usr/lib/debug/boot/ > where it belongs.
Yes, the symlink creation fixes the problem. So if the kernel team can ship it
into /usr/lib/debug/boot/vmlinux-`uname -r` , we should be good.
These are the paths stap looks at for.
open("/usr/lib/debug//boot/vmlinux-2.6.34-1-amd64", O_RDONLY) = -1 ENOENT (No
such file or directory)
lstat("/boot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/boot/vmlinux-2.6.34-1-amd64", 0x7fffc8bf3380) = -1 ENOENT (No such file
or directory)
open("/usr/lib/debug//boot/vmlinux-2.6.34-1-amd64.debug", O_RDONLY) = -1
ENOENT (No such file or directory)
lstat("/boot", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/boot/vmlinux-2.6.34-1-amd64", 0x7fffc8bf3380) = -1 ENOENT (No such file
or directory)
open("/lib/modules/2.6.34-1-amd64/vmlinux", O_RDONLY) = -1 ENOENT (No such file
or directory)
open("/usr/lib/debug//lib/modules/2.6.34-1-amd64/vmlinux", O_RDONLY) = -1
ENOENT (No such file or directory)
lstat("/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
lstat("/lib/modules", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat("/lib/modules/2.6.34-1-amd64", {st_mode=S_IFDIR|0755, st_size=4096,
...}) = 0
lstat("/lib/modules/2.6.34-1-amd64/vmlinux", 0x7fffc8bf33a0) = -1 ENOENT (No
such file or directory)
open("/usr/lib/debug//lib/modules/2.6.34-1-amd64/vmlinux.debug", O_RDONLY) =
-1 ENOENT (No such file or directory)
lstat("/lib", {st_mode=S_IFDIR|0755, st_size=12288, ...}) = 0
Regards,
Ritesh
--
Ritesh Raj Sarraf | http://people.debian.org/~rrs
signature.asc
Description: This is a digitally signed message part.

