Re: [lttng-dev] lttng create --output problem

2012-04-09 Thread Mathieu Desnoyers
anks ! Mathieu > > Thank you, > > Ryan Kyser > > > > > From: > Mathieu Desnoyers > To: > ryan.ky...@jci.com > Cc: > lttng-dev@lists.lttng.org, David Goulet > Date: > 04/06/2012 12:31 PM > Subject: > Re: [lttng-dev] lttng create --output p

Re: [lttng-dev] lttng create --output problem

2012-04-09 Thread Ryan . Kyser
.lttng.org, David Goulet Date: 04/06/2012 12:31 PM Subject: Re: [lttng-dev] lttng create --output problem * Mathieu Desnoyers (mathieu.desnoy...@efficios.com) wrote: > * ryan.ky...@jci.com (ryan.ky...@jci.com) wrote: > > *** I'm resending this because I saw that mailman sc

Re: [lttng-dev] lttng create --output problem

2012-04-06 Thread Mathieu Desnoyers
* Mathieu Desnoyers (mathieu.desnoy...@efficios.com) wrote: > * ryan.ky...@jci.com (ryan.ky...@jci.com) wrote: > > *** I'm resending this because I saw that mailman scrubbed my message.*** > > > > > > Mathieu: > > > > I have provided the requested information below. > > > > Also, I want to incl

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread Mathieu Desnoyers
* Ettore Del Negro (ett...@ettoredelnegro.me) wrote: > On 3/4/2012 11:22 PM, David Goulet wrote: > > Actually it does. If you type: lttng create test -o /tmp/test > > > > /tmp/test is created and empty. > > > Yeah, that was meant as a reply for Ryan. > > > > > Anyway, i just noticed a problem with

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread David Goulet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-04-03 05:56 PM, Ettore Del Negro wrote: > On 3/4/2012 11:22 PM, David Goulet wrote: >> Actually it does. If you type: lttng create test -o /tmp/test >> >> /tmp/test is created and empty. >> > Yeah, that was meant as a reply for Ryan. Oh right!

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread Ettore Del Negro
On 3/4/2012 11:22 PM, David Goulet wrote: > Actually it does. If you type: lttng create test -o /tmp/test > > /tmp/test is created and empty. > Yeah, that was meant as a reply for Ryan. > > > Anyway, i just noticed a problem with relative paths: > > (~)> lttng > > LTTng Trace Control 2.0.0-rc2 > >

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread David Goulet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12-04-03 04:26 PM, Ettore Del Negro wrote: > Hello, > actually 'lttng create --output dir session_name' should at least create an > empty directory with the chosen name. First of all try not to choose an > already > existing directory so you can

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread Mathieu Desnoyers
on new3) > > DEBUG1: Clean exit [in clean_exit() at lttng.c:165] > > > > Thank you, > > Ryan Kyser > > > > > > From: David Goulet > > To: ryan.ky...@jci.com > > Cc: lttng-dev@lists.lttng.org > > Date: 04/03/

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread David Goulet
EBUG1: Clean exit [in clean_exit() at lttng.c:165] > > Thank you, > Ryan Kyser > > > From: David Goulet > To: ryan.ky...@jci.com > Cc: lttng-dev@lists.lttng.org > Date: 04/03/2012 04:11 PM > Subject: Re: [lttng-dev] lttng create --output pro

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread Ryan . Kyser
From: David Goulet To: ryan.ky...@jci.com Cc: lttng-dev@lists.lttng.org Date: 04/03/2012 04:11 PM Subject: Re: [lttng-dev] lttng create --output problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ryan, Well, the --output works on our test suites so it might be something you do that

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread Ettore Del Negro
Hello, actually 'lttng create --output dir session_name' should at least create an empty directory with the chosen name. First of all try not to choose an already existing directory so you can check whether it is created or not. Anyway, i just noticed a problem with relative paths: (~)> lttng LTTn

Re: [lttng-dev] lttng create --output problem

2012-04-03 Thread David Goulet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ryan, Well, the --output works on our test suites so it might be something you do that does not create the trace. Simply using create, start and stop will produce nothing. You have to at least enable events for trace files to be created since they

[lttng-dev] lttng create --output problem

2012-04-03 Thread Ryan . Kyser
Whenever I try using the --output flag for creating a new session, it doesn't seem to use the location specified. Additionally, if I do a find on the entire file system, no files are found that start with session name specified. This seems like a bug to me ... or am I doing something wrong? //---