<div dir="ltr">Hi,<div>i'm trying to create multiple tracing sessions which will relay to the same relayd.</div><div>And i'm not able to create more than one session.</div><div>create channel of the second session hangs and doesn't give me the console back.</div><div><br></div><div>Here are the steps i followed</div><div>$> lttng-relayd -d -g mygrp</div><div><br></div><div><div> $> /usr/bin/lttng-sessiond --consumerd32-path /usr/lib/lttng/libexec/lttng-consumerd --consumerd32-libdir /usr/lib/ --consumerd64-path /usr/lib64/lttng/libexec/lttng-consumerd --consumerd64-libdir /usr/lib64/ -b --no-kernel -g mygrp</div><div>Warning: No tracing group detected</div><div><br></div><div>$> /usr/bin/lttng create mysession  --live 1000000 -U net://<a href="http://128.0.0.4">128.0.0.4</a><br></div><div>Session mysession created.</div><div>Traces will be written in net://<a href="http://128.0.0.4">128.0.0.4</a></div><div>Live timer set to 1000000 usec</div><div><br></div><div> $> /usr/bin/lttng enable-channel mychannel --userspace --buffers-pid -s mysession --tracefile-size 8388608 --tracefile-count 8Warning: No tracing group detected</div><div>Warning: No tracing group detected</div><div>UST channel mychannel enabled for session mysession</div><div><br></div><div> $> /usr/bin/lttng enable-event --channel mychannel --userspace --all --exclude 'ust_libc:*' -s mysession<br></div><div>All UST events excluding ust_libc:* are enabled in channel mychannel</div><div><br></div><div>==> With this first session is created. Now i'm trying to create another session.</div><div><br></div><div> $>  /usr/bin/lttng create mysession2  --live 1000000 -U net://<a href="http://128.0.0.4">128.0.0.4</a></div><div>Session mysession2 created.</div><div>Traces will be written in net://<a href="http://128.0.0.4">128.0.0.4</a></div><div>Live timer set to 1000000 usec</div><div><br></div><div> $>  /usr/bin/lttng enable-channel mychannel2 --userspace --buffers-pid -s mysession2 --tracefile-size 8388608 --tracefile-count 8<br></div></div><div><br></div><div>==>>>> Console is stuck here and the command never returns.</div><div><br></div><div><br></div><div>I tried to create same without relayd and it works. Am i missing anything here?</div><div><br></div><div>Although in the above example i'm enabling same/all events in session1 and session2, but i think this should work and capture same events in both the sessions.</div><div>Please let me know the correct way to enable this.</div><div><br></div><div>Thanks,</div><div>Anand Neeli</div></div>