fche changed the topic of #systemtap to: http://sourceware.org/systemtap; email systemtap@sourceware.org if answers here not timely, conversations may be logged
orivej has quit [Read error: Connection reset by peer]
orivej has joined #systemtap
orivej has quit [Ping timeout: 268 seconds]
orivej has joined #systemtap
orivej has quit [Ping timeout: 245 seconds]
_whitelogger has joined #systemtap
slowfranklin has joined #systemtap
mjw has joined #systemtap
orivej has joined #systemtap
slowfranklin has quit [Ping timeout: 250 seconds]
slowfranklin has joined #systemtap
orivej has quit [Ping timeout: 272 seconds]
orivej_ has joined #systemtap
orivej_ has quit [Ping timeout: 258 seconds]
gila has joined #systemtap
wcohen has joined #systemtap
tromey has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
orivej has joined #systemtap
misha354 has joined #systemtap
<misha354>
Can anyone help me debug this systemtap error? missing unwind/symbol data for module 'kernel', on Ubuntu 14.04 with kernel patched to version 4.4.0-133?
<fche>
hi misha354
<misha354>
hi!
<fche>
stap should give a hint like [man SOMETHING], which is a suggestion to run man SOMETHING
<fche>
but basically for some stap scripts, especially including backtrace/symbol type operations, stap needs access to the kernel image vmlinux that matches the target (running) one
<misha354>
Thank you, is there a way to ensure that?
<fche>
ok, the WARNING message is not your problem
<fche>
your problem is that the kernel is considerably newer than the version of systemtap you're using
<fche>
stap -V ?
<misha354>
Systemtap translator/driver (version 2.3/0.158, Debian version 2.3-1ubuntu1.4 (trusty)) Copyright (C) 2005-2013 Red Hat, Inc. and others This is free software; see the source for copying conditions. enabled features: AVAHI LIBSQLITE3 NSS TR1_UNORDERED_MAP NLS
<misha354>
that makes sense, I patched the kernel, but am still using the Trusty package repositories
<fche>
yeah, so it's old enough that it doesn't tell you the range of kernel versions it's able to work with