Re: [lttng-dev] Create channel error resolved

2015-07-08 Thread Jérémie Galarneau
Good to hear, thanks! Jérémie On Wed, Jul 8, 2015 at 5:27 PM, Dylan wrote: > Hello Jeremie, > > So I uninstalled lttng-ust and reinstalled it using my package manager and > the error I was getting seemed to be gone (I am able to enable the user > events without a create channel error now). > >

Re: [lttng-dev] UST Create Channel Failed, Why?

2015-07-08 Thread Jérémie Galarneau
Can you test whether or not you can reproduce this using the latest 2.5 release (lttng-tools 2.5.4 + lttng-ust 2.5.5)? Jérémie On Tue, Jul 7, 2015 at 2:23 PM, Dilong Zheng wrote: > Hi, > > I'm using *LTTng v2.5.1 - Fumisterie*. > > I launched the session daemon manually using: lttng-sessiond -v

Re: [lttng-dev] [PATCH lttng-ust] Fix: Use $enableval with AC_ARG_ENABLE

2015-07-08 Thread Mathieu Desnoyers
Merged into master and stable-2.6. The regression was introduced in 2.6, so not backported to 2.5. Thanks, Mathieu - On Jul 8, 2015, at 2:24 PM, Michael Jeanson mjean...@efficios.com wrote: > Signed-off-by: Michael Jeanson > --- > configure.ac | 2 +- > 1 file changed, 1 insertion(+), 1 del

[lttng-dev] [PATCH lttng-ust] Fix: Use $enableval with AC_ARG_ENABLE

2015-07-08 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8bbf7b9..cb4bb21 100644 --- a/configure.ac +++ b/configure.ac @@ -255,7 +255,7 @@ fi # Check for JNI header files if requested AC_ARG_ENABLE([jni