Bug #855
closedError after configuring UST metadata channel
100%
Description
I tried to configure the metadata channel for UST. After that I get an error when listing the session.
Could someone please verify this? See below for the commands I used and the error message.
This problem happens also with LTTng Tools 2.6 RC1.
Many thanks in advance!
Best Regards
Bernd
lttng create
Session auto-20141020-141307 created.
Traces will be written in /home/bernd/lttng-traces/auto-20141020-141307
lttng enable-channel --subbuf-size 8192 -u metadata
UST channel metadata enabled for session auto-20141020-141307
lttng list auto-20141020-141307
Tracing session auto-20141020-141307: [inactive]
Trace path: /home/bernd/lttng-traces/auto-20141020-141307
=== Domain: UST global ===
Buffer type: per UID
Error: UST channel not found
Error: Command error
Updated by Christian Babeux about 10 years ago
- Status changed from New to Confirmed
Hi Bernd,
I can confirm that I observe the same behavior here with lttng-tools HEAD. The list command seems to be the culprit here. We will investigate.
Thanks
Updated by Christian Babeux about 10 years ago
This bug seems to be a current limitation of the "hackish" metadata channel. If you configure the metadata channel and don't have any other channels enabled, the list command will fail.
One workaround is to enable an event prior to the configuration of the metadata channel. The enabling of any event will create the default "channel0".
We will investigate a proper fix for this issue.
Updated by Christian Babeux about 10 years ago
- Assignee set to Jérémie Galarneau
Updated by Jérémie Galarneau about 10 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset tools|commit:ade7ce5245446944d27824943142773f7e4d0674.
Updated by Jonathan Rajotte Julien almost 9 years ago
- Related to Bug #994: Configured metadata data channel not listed for UST domain added