Actions
Bug #553
closedlttng-probe-lttng removed from lttng-modules but not from lttng-tools
Start date:
05/31/2013
Due date:
% Done:
100%
Estimated time:
Description
The lttng-modules
commit 662ed16 (2.2.0-rc1-10) of Wed, 8 May 2013 14:09:19 (http://git.lttng.org/?p=lttng-modules.git;a=commit;h=662ed1665428b38ee00d4be5751581108bf35390) removed the lttng-probe-lttng
kernel module. But lttng-sessiond
still tries to load it (see src/bin/lttng-sessiond/modprobe.c
in any lttng-tools
2.2.0-rc2 commit), giving rise to spurious "fatal" error messages (which aren't actually fatal).
Either the lttng-probe-lttng module needs to be re-instated or lttng-sessiond should stop trying to load it.
Updated by David Goulet over 11 years ago
- Status changed from New to Confirmed
- Target version set to 2.2
Updated by Jérémie Galarneau over 11 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 51fedb7b1d13307ab06e125b810654c422fe4ece.
Actions