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
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
---
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](
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
>
>
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
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
> +++