<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6002.18494" name=GENERATOR><!-- converted from rtf -->
<STYLE>.EmailQuote {
        PADDING-LEFT: 4pt; MARGIN-LEFT: 1pt; BORDER-LEFT: #800000 2px solid
}
</STYLE>
</HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=605504310-11092012><FONT face=Arial 
color=#0000ff size=2>Hi,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=605504310-11092012><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=605504310-11092012><FONT face=Arial 
color=#0000ff size=2>The directory is empty. This is what I try to show in the 
following command sequence below.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=605504310-11092012><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=605504310-11092012><FONT face=Arial 
color=#0000ff size=2>
<DIV>per@per-VirtualBox:~$ sudo ls 
/home/per/lttng-traces/foo-20120905-135905/ust</DIV>
<DIV>per@per-VirtualBox:~$ sudo babeltrace 
/home/per/lttng-traces/foo-20120905-135905/ust</DIV></FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=605504310-11092012><FONT face=Arial 
color=#0000ff size=2>BR</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=605504310-11092012><FONT face=Arial 
color=#0000ff size=2>/per</FONT></SPAN></DIV>
<DIV dir=ltr align=left><BR> </DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Irina Guilman <BR><B>Sent:</B> den 10 
september 2012 16:45<BR><B>To:</B> Per Nilsson; 
lttng-dev@lists.lttng.org<BR><B>Subject:</B> RE: User space 
tracing<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2>Per,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2>You dont get traces at all, or you do get them but 
babeltrace fails to convert them?</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2>If you open </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN 
class=524444214-10092012>/home/per/lttng-traces/foo-20120905-135905/ust/*/metadata</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2>
<DIV dir=ltr align=left><SPAN class=524444214-10092012><FONT face=Arial 
color=#0000ff size=2>can you see your 
events?</FONT></SPAN></DIV></FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Per Nilsson 
[mailto:per.e.nilsson@ericsson.com] <BR><B>Sent:</B> September-10-12 3:33 
AM<BR><B>To:</B> lttng-dev@lists.lttng.org<BR><B>Subject:</B> [lttng-dev] User 
space tracing<BR></FONT><BR></DIV>
<DIV></DIV><FONT face="Arial, sans-serif" size=2>
<DIV>Hi,</DIV>
<DIV>I am trying to get started with userspace tracing with LTTng, but I am 
having a hard time to get it to work.</DIV>
<DIV>I'm using Ubunto 11.04, with kernel version: 2.6.38-8-generic.</DIV>
<DIV> </DIV>
<DIV>I downloaded and compiled the following lttng software:</DIV>
<DIV> </DIV>
<DIV>Userspace-rcu-0.7.4</DIV>
<DIV>Lttng-ust-2.0.5</DIV>
<DIV>Lttng-tools-2-0.4</DIV>
<DIV>Babeltrace-1.0.0-rc5</DIV>
<DIV> </DIV>
<DIV>Maybe some one can tell me what is wrong.</DIV>
<DIV> </DIV>
<DIV>// This is command line command I use to start the trace session.</DIV>
<DIV> </DIV>
<DIV>per@per-VirtualBox:~$ sudo lttng create foo</DIV>
<DIV>[sudo] password for per: </DIV>
<DIV>Session foo created.</DIV>
<DIV>Traces will be written in /home/per/lttng-traces/foo-20120905-135905</DIV>
<DIV>per@per-VirtualBox:~$ sudo lttng enable-event -a -u</DIV>
<DIV>All UST events are enabled in channel channel0</DIV>
<DIV>per@per-VirtualBox:~$ sudo lttng start</DIV>
<DIV>Tracing started for session foo</DIV>
<DIV>per@per-VirtualBox:~$ sudo lttng stop</DIV>
<DIV>Tracing stopped for session foo</DIV>
<DIV>per@per-VirtualBox:~$ sudo ls 
/home/per/lttng-traces/foo-20120905-135905/ust</DIV>
<DIV>per@per-VirtualBox:~$ sudo babeltrace 
/home/per/lttng-traces/foo-20120905-135905/ust</DIV>
<DIV>[error] Cannot open any trace for reading.</DIV>
<DIV> </DIV>
<DIV>[error] opening trace "/home/per/lttng-traces/foo-20120905-135905/ust" for 
reading.</DIV>
<DIV> </DIV>
<DIV>[error] none of the specified trace paths could be opened.</DIV>
<DIV> </DIV>
<DIV>// This is the traces from the lttng-sessiond</DIV>
<DIV> </DIV>
<DIV>per@per-VirtualBox:~$ sudo lttng-sessiond --verbose 
--verbose-consumer</DIV>
<DIV>DEBUG3: Creating LTTng run directory: /var/run/lttng [in 
create_lttng_rundir() at main.c:4317]</DIV>
<DIV>DEBUG1: Client socket path /var/run/lttng/client-lttng-sessiond [in main() 
at main.c:4609]</DIV>
<DIV>DEBUG1: Application socket path /var/run/lttng/apps-lttng-sessiond [in 
main() at main.c:4610]</DIV>
<DIV>DEBUG1: LTTng run directory path: /var/run/lttng [in main() at 
main.c:4611]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d4e0a0 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d4e340 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>FATAL: Module lttng_tracer not found.</DIV>
<DIV>Error: Unable to load module lttng-tracer</DIV>
<DIV>DEBUG1: Failed to open /proc/lttng [in init_kernel_tracer() at 
main.c:1871]</DIV>
<DIV>Error: Unable to remove module lttng-tracer</DIV>
<DIV>Warning: No kernel tracer available</DIV>
<DIV>DEBUG1: Signal handler set for SIGTERM, SIGPIPE and SIGINT [in 
set_signal_handler() at main.c:4451]</DIV>
<DIV>Warning: No tracing group detected</DIV>
<DIV>DEBUG1: epoll set max size is 100188 [in compat_epoll_set_max_size() at 
compat-epoll.c:224]</DIV>
<DIV>DEBUG1: Thread manage kernel started [in thread_manage_kernel() at 
main.c:876]</DIV>
<DIV>DEBUG1: Updating kernel poll set [in update_kernel_poll() at 
main.c:748]</DIV>
<DIV>DEBUG1: Thread kernel polling on 2 fds [in thread_manage_kernel() at 
main.c:905]</DIV>
<DIV>DEBUG1: [thread] Manage application started [in thread_manage_apps() at 
main.c:1179]</DIV>
<DIV>DEBUG1: Apps thread polling on 2 fds [in thread_manage_apps() at 
main.c:1200]</DIV>
<DIV>DEBUG1: [thread] Manage application registration started [in 
thread_registration_apps() at main.c:1392]</DIV>
<DIV>DEBUG1: Notifying applications of session daemon state: 1 [in 
notify_ust_apps() at main.c:687]</DIV>
<DIV>DEBUG1: Got the wait shm fd 17 [in get_wait_shm() at shm.c:117]</DIV>
<DIV>DEBUG1: Futex wait update active 1 [in futex_wait_update() at 
futex.c:62]</DIV>
<DIV>DEBUG1: Accepting application registration [in thread_registration_apps() 
at main.c:1423]</DIV>
<DIV>DEBUG1: [thread] Dispatch UST command started [in 
thread_dispatch_ust_registration() at main.c:1324]</DIV>
<DIV>DEBUG1: Futex n to 1 prepare done [in futex_nto1_prepare() at 
futex.c:73]</DIV>
<DIV>DEBUG1: Woken up but nothing in the UST command queue [in 
thread_dispatch_ust_registration() at main.c:1334]</DIV>
<DIV>DEBUG1: [thread] Manage client started [in thread_manage_clients() at 
main.c:3794]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Nothing recv() from client... continuing [in 
thread_manage_clients() at main.c:3902]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Processing client command 8 [in process_client_msg() at 
main.c:3309]</DIV>
<DIV>DEBUG3: mkdir() recursive /home/per/lttng-traces/foo-20120905-135905 with 
mode 504 for uid 0 and gid 0 [in run_as_mkdir_recursive() at runas.c:339]</DIV>
<DIV>DEBUG1: Using run_as_clone [in run_as() at runas.c:323]</DIV>
<DIV>DEBUG1: Tracing session foo created in 
/home/per/lttng-traces/foo-20120905-135905 with ID 1 by UID 0 GID 0 [in 
session_create() at session.c:232]</DIV>
<DIV>DEBUG1: Sending response (size: 16, retcode: Success) [in 
thread_manage_clients() at main.c:3936]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Nothing recv() from client... continuing [in 
thread_manage_clients() at main.c:3902]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Processing client command 6 [in process_client_msg() at 
main.c:3309]</DIV>
<DIV>DEBUG1: Getting session foo by name [in process_client_msg() at 
main.c:3364]</DIV>
<DIV>DEBUG1: Creating UST session [in create_ust_session() at main.c:1965]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d55840 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d55b00 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d55dc0 of type 0 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG3: mkdir() recursive /home/per/lttng-traces/foo-20120905-135905/ust 
with mode 504 for uid 0 and gid 0 [in run_as_mkdir_recursive() at 
runas.c:339]</DIV>
<DIV>DEBUG1: Using run_as_clone [in run_as() at runas.c:323]</DIV>
<DIV>DEBUG1: Spawning consumerd [in spawn_consumerd() at main.c:1659]</DIV>
<DIV>DEBUG1: [thread] Manage consumer started [in thread_manage_consumer() at 
main.c:982]</DIV>
<DIV>DEBUG1: Using 64-bit UST consumer at: 
/usr/local/lib/lttng/libexec/lttng-consumerd [in spawn_consumerd() at 
main.c:1733]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x247d030 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x247d2f0 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG1: Connecting to error socket /var/run/lttng/ustconsumerd64/error [in 
main() at lttng-consumerd.c:349]</DIV>
<DIV>DEBUG1: Updating poll fd array [in consumer_update_poll_array() at 
consumer.c:521]</DIV>
<DIV>DEBUG1: polling on 1 fd [in lttng_consumer_thread_poll_fds() at 
consumer.c:1013]</DIV>
<DIV>DEBUG1: Creating command socket /var/run/lttng/ustconsumerd64/command [in 
lttng_consumer_thread_receive_fds() at consumer.c:1160]</DIV>
<DIV>DEBUG1: Sending ready command to lttng-sessiond [in 
lttng_consumer_thread_receive_fds() at consumer.c:1173]</DIV>
<DIV>DEBUG1: consumer command socket ready [in thread_manage_consumer() at 
main.c:1062]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d57720 of type 0 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d579e0 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG3: Created hashtable size 4 at 0x1d57f00 of type 1 [in lttng_ht_new() 
at hashtable.c:96]</DIV>
<DIV>DEBUG1: UST app creating event * for all apps for session id 1 [in 
ust_app_create_event_glb() at ust-app.c:1916]</DIV>
<DIV>DEBUG1: Event UST * created in channel channel0 [in 
event_ust_enable_tracepoint() at event.c:486]</DIV>
<DIV>DEBUG1: Sending response (size: 16, retcode: Success) [in 
thread_manage_clients() at main.c:3936]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Connection on client_socket [in lttng_consumer_thread_receive_fds() 
at consumer.c:1196]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Nothing recv() from client... continuing [in 
thread_manage_clients() at main.c:3902]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Processing client command 16 [in process_client_msg() at 
main.c:3309]</DIV>
<DIV>DEBUG1: Getting session foo by name [in process_client_msg() at 
main.c:3364]</DIV>
<DIV>DEBUG1: Starting all UST traces [in ust_app_start_trace_all() at 
ust-app.c:2207]</DIV>
<DIV>DEBUG1: Sending response (size: 16, retcode: Success) [in 
thread_manage_clients() at main.c:3936]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Nothing recv() from client... continuing [in 
thread_manage_clients() at main.c:3902]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV>DEBUG1: Wait for client response [in thread_manage_clients() at 
main.c:3863]</DIV>
<DIV>DEBUG1: Receiving data from client ... [in thread_manage_clients() at 
main.c:3898]</DIV>
<DIV>DEBUG1: Processing client command 17 [in process_client_msg() at 
main.c:3309]</DIV>
<DIV>DEBUG1: Getting session foo by name [in process_client_msg() at 
main.c:3364]</DIV>
<DIV>DEBUG1: Stopping all UST traces [in ust_app_stop_trace_all() at 
ust-app.c:2233]</DIV>
<DIV>DEBUG1: Sending response (size: 16, retcode: Success) [in 
thread_manage_clients() at main.c:3936]</DIV>
<DIV>DEBUG1: Clean command context structure [in clean_command_ctx() at 
main.c:534]</DIV>
<DIV>DEBUG1: Accepting client command ... [in thread_manage_clients() at 
main.c:3826]</DIV>
<DIV> </DIV>
<DIV>// this is the traces from the small test application</DIV>
<DIV> </DIV>
<DIV>per@per-VirtualBox:/usr/local/src/lttng-ust-2.0.5/doc/examples/gen-tp$ 
export LTTNG_UST_DEBUG=1</DIV>
<DIV>per@per-VirtualBox:/usr/local/src/lttng-ust-2.0.5/doc/examples/gen-tp$ 
./sample liblttng_ust_tracepoint[1748/1748]: just registered a tracepoints 
section from 0x7f431694fc38 and having 1 tracepoints (in 
tracepoint_register_lib() at tracepoint.c:641)</DIV>
<DIV>liblttng_ust_tracepoint[1748/1748]: registered tracepoint: 
lttng_ust:metadata (in tracepoint_register_lib() at tracepoint.c:646)</DIV>
<DIV>libust[1748/1748]: LTT : ltt ring buffer client init</DIV>
<DIV>(in ltt_ring_buffer_metadata_client_init() at 
ltt-ring-buffer-metadata-client.h:334)</DIV>
<DIV>libust[1748/1748]: LTT : ltt ring buffer client init</DIV>
<DIV>(in ltt_ring_buffer_client_overwrite_init() at 
ltt-ring-buffer-client.h:584)</DIV>
<DIV>libust[1748/1748]: LTT : ltt ring buffer client init</DIV>
<DIV>(in ltt_ring_buffer_client_discard_init() at 
ltt-ring-buffer-client.h:584)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Waiting for local apps sessiond (in wait_for_sessiond() 
at lttng-ust-comm.c:638)</DIV>
<DIV>libust[1748/1750]: Linux kernels 2.6.33 to 3.0 (with the exception of 
stable versions) do not support FUTEX_WAKE on read-only memory mappings 
correctly. Please upgrade your kernel (fix is commit 
9ea71503a8ed9184d2d0b8ccc4d269d05f7940ae in Linux kernel mainline). LTTng-UST 
will use polling mode fallback. (in wait_for_sessiond() at 
lttng-ust-comm.c:651)</DIV>
<DIV>libust[1748/1750]: Error: futex: Bad address (in wait_for_sessiond() at 
lttng-ust-comm.c:653)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1748]: just registered probe sample_tracepoint containing 1 
events (in ltt_probe_register() at ltt-probes.c:109)</DIV>
<DIV>libust[1748/1748]: Registered event probe "sample_tracepoint:message" with 
signature "char *, text" (in ltt_probe_register() at ltt-probes.c:118)</DIV>
<DIV>liblttng_ust_tracepoint[1748/1748]: just registered a tracepoints section 
from 0x602138 and having 1 tracepoints (in tracepoint_register_lib() at 
tracepoint.c:641)</DIV>
<DIV>liblttng_ust_tracepoint[1748/1748]: registered tracepoint: 
sample_tracepoint:message (in tracepoint_register_lib() at 
tracepoint.c:646)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1749]: Info: sessiond not accepting connections to global apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV>libust[1748/1750]: Info: sessiond not accepting connections to local apps 
socket (in ust_listener_thread() at lttng-ust-comm.c:716)</DIV>
<DIV> </DIV>
<DIV>BR</DIV>
<DIV>/Per Nilsson</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></FONT></BODY></HTML>