Hi, > I'm new to lttng. I use ubuntu 13.10. While performing basic operations, > on command lttng view, i get the following error. > [error] Cannot open any trace for reading. > > [error] opening trace "/home/mariya/lttng-traces/mysession-20140227-163353" > for reading. > > [error] none of the specified trace paths could be opened.
Have a look at the directory and see if trace events have actually been written or not. You should see something like /home/mariya/lttng-traces/mysession-20140227-163353/kernel/metadata (if it was a kernel tracing session) > the o/p of the command "lttng-sessiond --verbose" is as follows > > DEBUG3: Creating LTTng run directory: /home/mariya/.lttng [in > create_lttng_rundir() at main.c:3692] > DEBUG1: Client socket path /home/mariya/.lttng/client-lttng-sessiond [in > main() at main.c:3995] > DEBUG1: Application socket path /home/mariya/.lttng/apps-lttng-sessiond [in > main() at main.c:3996] > DEBUG1: LTTng run directory path: /home/mariya/.lttng [in main() at > main.c:3997] > Error: Already running daemon. You probably did this again while the previous instance of lttng-sessiond was already running and hence the last error. Kill currently running sessiond and then start afresh using the verbose mode. Then proceed with usual lttng commands and observe the debug output (more lines of debug output would be definitely better). Please show it on the list if you need help in that. I would also recommend you to have a look at the lttng manual as well as at the Quickstart doc at [1] for detailed info of what the commands are doing. [1] https://bugs.lttng.org/projects/lttng-tools/wiki -- Suchakra _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
