[lttng-dev] [2.11.0] Saving then loading network session loses absolute path

2019-10-21 Thread Kramer, Zach
Hi, With all LTTng versions being 2.11.0 I have the following problem: lttng-sessiond -d lttng-relayd -d lttng create example –set-url=net://localhost/test OR lttng create example --live –set-url=net://localhost/test NOT lttng create example –set-url=file:///home//lttng-traces/test lttng enable

[lttng-dev] [PATCH lttng-ust] fix: Add missing files to distribution

2019-10-21 Thread Michael Jeanson
Signed-off-by: Michael Jeanson --- Makefile.am | 15 --- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 810761ca..73b51909 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,9 +34,18 @@ SUBDIRS += tests doc pkgconfigdir = $(libdir)/pkgco

[lttng-dev] [PATCH lttng-ust] fix: document proper liburcu version dependency

2019-10-21 Thread Michael Jeanson
--- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff491701..fc2cc6c0 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ user space tracing helpers for any application. Prerequisites - -LTTng-UST depends on [liburcu](

Re: [lttng-dev] [2.11.0] Saving then loading network session loses absolute path

2019-10-21 Thread Jonathan Rajotte-Julien
Hi, Indeed this is not expected. I was able to reproduce. I am looking into it. Thanks for reporting. Cheers On Mon, Oct 21, 2019 at 03:27:50PM +, Kramer, Zach wrote: > Hi, > > With all LTTng versions being 2.11.0 I have the following problem: > > lttng-sessiond -d > lttng-relayd -d > >

Re: [lttng-dev] [PATCH lttng-ust] fix: Add missing files to distribution

2019-10-21 Thread Mathieu Desnoyers
Merged into UST 2.10, 2.11, master, thanks! Mathieu - On Oct 21, 2019, at 1:04 PM, Michael Jeanson mjean...@efficios.com wrote: > Signed-off-by: Michael Jeanson > --- > Makefile.am | 15 --- > 1 file changed, 12 insertions(+), 3 deletions(-) > > diff --git a/Makefile.am b/Makefi

Re: [lttng-dev] [PATCH lttng-ust] fix: document proper liburcu version dependency

2019-10-21 Thread Mathieu Desnoyers
Merged into UST 2.11, master, thanks! Mathieu - On Oct 21, 2019, at 1:04 PM, Michael Jeanson mjean...@efficios.com wrote: > --- > README.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/README.md b/README.md > index ff491701..fc2cc6c0 100644 > --- a/README.md > +++