[Bug 106957] Re: Systemtap should require kernel debug information

2013-07-22 Thread Michael Terry
This seems like it can be closed, now that stap-prep is the documented way to ensure all the debug packages are installed. ** Changed in: systemtap (Ubuntu) Status: Triaged = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 106957] Re: Systemtap should require kernel debug information

2013-03-08 Thread Timo Juhani Lindfors
systemtap 2.1-1~experimental1 in debian now instructs users to see README.Debian every time stap fails. README.Debian then asks them to run the stap-prep command that installs all the required headers and debugging symbols. This has been tested on both Debian and Ubuntu. -- You received this bug

[Bug 106957] Re: Systemtap should require kernel debug information

2009-10-24 Thread Daniel Hahler
See also bug 289087 - which is about the missing packages, e.g. linux-image-debug-generic. This is documented at http://sourceware.org/systemtap/wiki/SystemtapOnUbuntu ** Changed in: systemtap (Ubuntu) Status: Confirmed = Triaged ** Changed in: systemtap (Ubuntu) Importance: Undecided

[Bug 106957] Re: Systemtap should require kernel debug information

2008-11-17 Thread Giannis Kozyrakis
There is one, but it's very well hidden. (dont ask why, i dont know too). The packages containing the vmlinux files are here: http://ddebs.ubuntu.com/pool/main/l/linux/ -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug

[Bug 106957] Re: Systemtap should require kernel debug information

2008-10-29 Thread jlouis
Just an addition: There seems to be no linux-image-debug-generic package in Intrepid. Will such a package be added later or should we be using something else for Intrepid? -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug

[Bug 106957] Re: Systemtap should require kernel debug information

2008-09-16 Thread marc staveley
I have the same problem as OH mentioned in a href=https://bugs.launchpad.net/ubuntu/+source/systemtap/+bug/106957/comments/11;comment 11/a. What packages contains the symbols for the loadable modules? -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957

[Bug 106957] Re: Systemtap should require kernel debug information

2008-06-13 Thread Elliot Hughes
The package attached depends upon the mentioned required packages - give it a go. I can't promise it won't break anything - but it would be nice to have it tested. This package is for amd64. ** Attachment added: Revised systemtap package to resolve the issue about dependencies

[Bug 106957] Re: Systemtap should require kernel debug information

2008-06-05 Thread Michael R. Head
Can the systemtap package effectively do what is described in the http://sourceware.org/systemtap/wiki/SystemtapOnUbuntu page? $ sudo apt-get install linux-image-debug-generic $ sudo ln -s /boot/vmlinux-debug-$(uname -r) /lib/modules/$(uname -r)/vmlinux $ sudo apt-get install

[Bug 106957] Re: Systemtap should require kernel debug information

2008-06-05 Thread Steven Harms
** Changed in: systemtap (Ubuntu) Assignee: Jordan Kanter (jikanter) = (unassigned) -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 106957] Re: Systemtap should require kernel debug information

2008-04-28 Thread Steven Harms
Jordan, This is still an issue in Hardy, are you still the correct person for this to be assigned to? -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 106957] Re: Systemtap should require kernel debug information

2008-02-14 Thread oh
I am unable to resolve module functions with systemtap, like: probe module(hidp).function(hidp_input_report) { fails with: WARNING: cannot find module hidp debuginfo: No DWARF information found ..etc. I have linux-image-debug installed, but it only contains the _kernel_ with debug info, not

[Bug 106957] Re: Systemtap should require kernel debug information

2007-11-22 Thread Francois Deppierraz
I confirm that the proposed fix does work under gutsy x86_64. # ln -s /boot/vmlinux-debug-2.6.22-14-generic /boot/vmlinux-2.6.22-14-generic -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug notification because you are a member of

[Bug 106957] Re: Systemtap should require kernel debug information

2007-09-20 Thread Jeff Schroeder
** Changed in: systemtap (Ubuntu) Status: Incomplete = Confirmed -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs

[Bug 106957] Re: Systemtap should require kernel debug information

2007-09-18 Thread Jeff Schroeder
Jordan, symlinking the debug kernel to the running kernel name doesn't work for me. Am I doing something wrong? See bug 115830 Thanks -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug notification because you are a member of Ubuntu

[Bug 106957] Re: Systemtap should require kernel debug information

2007-08-17 Thread Frank Ch. Eigler
Miek, it is possible that this is a systemtap or kernel problem (in which case we'd appreciate hearing more details about the crash - see http://sourceware.org/systemtap/wiki/HowToReportBugs). But it is also possible that your rebuilt kernel does not exactly match the one you're *running*. This

[Bug 106957] Re: Systemtap should require kernel debug information

2007-08-04 Thread Miek Gieben
Okay, I was typing this when systemtap decided to issue a illegal opcode and crash my server :( Anyhow. Looks like I got it working by: apt-get install linux-source-2.6.20 compiling a kernel in /usr/src setting /lib/modules/`uname -r`/build - /usr/src/linux-source-2.6.20 and then running

[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Miek Gieben
This is on powerpc - to get systemtap working I followed the instruction from the previous post, but I still get errors: ./keyhack.stp -v Pass 1: parsed user script and 52 library script(s) in 1010usr/20sys/1120real ms. WARNING: cannot find module kernel debuginfo: No DWARF information found

[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Sylvain Pasche
Hi Miek, It may be possible that my instructions above are out of date. You need the linux-image-debug-* package that matches your running kernel. You can get your kernel version with running uname -a. As of now, I had to install linux-image-debug-2.6.20-16-generic. Of course, the symlink name

[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Miek Gieben
I did all that, I've installed the debug-* package and fixed the symlink - but still no go. I might try to run this on my AMD64 system. But on power-pc it looks like a no-go. -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug

[Bug 106957] Re: Systemtap should require kernel debug information

2007-06-25 Thread Sylvain Pasche
Did you try with strace? What information did you get? You can also attach the interesting information there. -- Systemtap should require kernel debug information https://bugs.launchpad.net/bugs/106957 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 106957] Re: Systemtap should require kernel debug information

2007-04-16 Thread Jordan Kanter
Thank you for your bug report. Could you please upload the log files and/or tell me exactly what happened when you tried to run this package. Thanks. ** Changed in: systemtap (Ubuntu) Assignee: (unassigned) = Jordan Kanter Status: Unconfirmed = Needs Info -- Systemtap should

[Bug 106957] Re: Systemtap should require kernel debug information

2007-04-16 Thread Sylvain Pasche
I installed systemtap, and tried the sample from the tutorial: http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/doc/tutorial /strace-open.stp?rev=1.2content-type=text/plaincvsroot=systemtap # stap strace-open.stp semantic error: libdwfl failure (dwfl_linux_kernel_report_offline): No such