<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Le 2012-06-15 09:41, somanath sahoo a écrit :
    <blockquote
      cite="mid:1339746088.90723.YahooMailNeo@web161201.mail.bf1.yahoo.com"
      type="cite">
      <div style="color: rgb(0, 0, 0); background-color: rgb(255, 255,
        255); font-family: times new roman,new york,times,serif;
        font-size: 12pt;">
        <div>Hi,</div>
        <div><br>
        </div>
        <div>As i am new to lttng usage, I have followed the
          instructions from
          <a class="moz-txt-link-rfc2396E" href="https://launchpad.net/~lttng/+archive/ppa"><https://launchpad.net/~lttng/+archive/ppa></a> in order to
          install the lttng tool set in my ubuntu 11.10.</div>
        <div>After successful installation, i followed the getting
          started link on lttng.org <a class="moz-txt-link-rfc2396E" href="http://lttng.org/quickstart"><http://lttng.org/quickstart></a>
          in "root mode".</div>
      </div>
    </blockquote>
    <br>
    You may verify if kernel modules are loaded correctly. If not, then
    there may be a problem while the installation. <br>
    <br>
    lsmod | grep lttng<br>
    <br>
    If not, you may try to load them and see if any error message
    occurs:<br>
    <br>
    sudo modprobe lttng_tracer<br>
    <br>
    Francis<br>
    <br>
  </body>
</html>