From cc8090b7e5b9c12616ec5f75195488b9a2737f80 Mon Sep 17 00:00:00 2001 From: srinivasa Date: Mon, 18 Feb 2008 14:09:27 +0000 Subject: [PATCH] FAQ is present in wiki. So we dont need this in src. --- FAQ | 137 ------------------------------------------------------------ 1 file changed, 137 deletions(-) delete mode 100644 FAQ diff --git a/FAQ b/FAQ deleted file mode 100644 index d03472027..000000000 --- a/FAQ +++ /dev/null @@ -1,137 +0,0 @@ -1) I have installed SystemTap but am getting a "semantic error: libdwfl -failure (missing kernel debuginfo): No such file or directory", when I -try to run a script. What am I missing? How do I fix it? - -This error message is related to the processing of debug-information. It -may simply be missing, or may have some consistency/correctness problems. -So please make sure that kernel-debuginfo rpm is installed in your system -or in case of custom built kernels, your kernel is compiled with debug -options(ref Q.2). Please refer this link -http://sources.redhat.com/systemtap/tutorial/node27.html - -Common error messages that one may encounter while using SystemTap along -with possible reasons for them, are listed at -http://sources.redhat.com/systemtap/tutorial/node23.html and -http://sources.redhat.com/systemtap/tutorial/node27.html - -2) What config options need to be enabled to be able to use SystemTap on -custom built kernels? - -Look at http://sources.redhat.com/systemtap/wiki/SystemTapWithSelfBuiltKernel -for the specific config options to be enabled for SystemTap. - -3) I have a kernel built with options listed in (2), but still can't get -SystemTap to work. What am I missing? - -See Q2. Also, if you've used 'make install' to install your custom built kernel, -it may not have copied the uncompressed 'vmlinux' to /boot/vmlinux-'uname-r' - -4) Is it possible for me to view the kernel module generated by SystemTap? - -You can specify -p3 to look at the kernel module code translated by SystemTap. -stap -p3