Actions
Bug #359
closedlttng destroy fails
Start date:
10/02/2012
Due date:
% Done:
100%
Estimated time:
Description
Hello
I noticed a minor issue when executing the following command sequence:
lttng create auto
Session auto created.
Traces will be written in /home/bernd/lttng-traces/auto-20121002-144207
lttng destroy
Warning: Session name auto not found
The session is sill around after that. I think the problem is that in the file .lttngrc the wrong session name is stored. In the file .lttngrc the session name "auto" is stored but the actual name is "auto-20121002-144207".
BTW, I'm using lttng-tools 2.1 RC4.
BR,
Bernd
Updated by David Goulet about 12 years ago
- Status changed from New to Confirmed
- Assignee set to David Goulet
- Target version set to 2.1 stable
Right, the "auto" session name is reserverd. It should actually deny the creation of a session called "auto".
Will be fixed in 2.1-stable.
Updated by David Goulet about 12 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 61b35a5aa71d4c0715f390a32cb4e967e817c81f.
Actions