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> hm, I think that's a private url
<misha354> oh, woops
<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
<fche> [13:23:30] % stap -V
<fche> Systemtap translator/driver (version 4.0/0.174, rpm 4.0-2.fc29)
<fche> Copyright (C) 2005-2018 Red Hat, Inc. and others
<fche> This is free software; see the source for copying conditions.
<fche> tested kernel versions: 2.6.18 ... 4.19-rc7
<fche> enabled features: AVAHI BOOST_STRING_REF DYNINST BPF JAVA PYTHON3 LIBRPM LIBSQLITE3 LIBVIRT LIBXML2 NLS NSS READLINE
<fche> ^^^ on fedora 29 e.g.
<fche> so consider building a newer one perhaps
<misha354> Thank you, that is definitely something to go on. I will try either installing from a different repository or building from source
<fche> or maybe someone has a PPA with a newer build
<fche> btw: see the
<fche> Pass 4: compilation failed. [man error::pass4]
<fche> at the bottom
<fche> man error::pass4 ought to give useful advice
<fche> but I gather the debian packager folks split off the man pages so you may need apt-get install systemtap-doc or such
<misha354> indeed
<misha354> thanks a lot for your help!
<fche> my pleasure
<fche> sorry it's not Just Working out of the box
<fche> unfortunately the kernel folks refuse to have anything like a fixed api let alone abi, so out-of-tree modules have to play catchup constantly
<fche> and in this case, you were given a five-year-old laggard :)
misha354 has quit [Quit: Page closed]
gila has quit [Ping timeout: 268 seconds]
slowfranklin has joined #systemtap
slowfranklin has quit [Quit: slowfranklin]
gila has joined #systemtap
gila has quit [Read error: Connection reset by peer]
orivej has quit [Ping timeout: 258 seconds]
wcohen has quit [Ping timeout: 246 seconds]
tromey has quit [Quit: ERC (IRC client for Emacs 26.1.90)]