<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:lennart@poettering.net" title="Lennart Poettering <lennart@poettering.net>"> <span class="fn">Lennart Poettering</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - systemd-journal consumes 100% cpu (lxc-container with getty.target)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80002">bug 80002</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - systemd-journal consumes 100% cpu (lxc-container with getty.target)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80002#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - systemd-journal consumes 100% cpu (lxc-container with getty.target)"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=80002">bug 80002</a>
              from <span class="vcard"><a class="email" href="mailto:lennart@poettering.net" title="Lennart Poettering <lennart@poettering.net>"> <span class="fn">Lennart Poettering</span></a>
</span></b>
        <pre>You are creating a log loop, journald reads kmsg, logs that to console, you
loop that back to kmsg.

YOu really should believe mounting /dev/console to kmsg was a good idea. THey
are very different devices, /dev/kmsg isn't even a tty.

Similar for /dev/tty1, you cannot just mount any pts there, since the VT api
means you have a number of files in /sys/class/tty that match it, it means that
you also have /dev/vcsa1, it means you can send a special set of ansi sequences
to it, and it means that you can issue some special ioctls on it. Nothing of
that is provided by simply mounting a pseudo tty on top, and logind will not
work if you ignore that.

Also see:

<a href="http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/">http://www.freedesktop.org/wiki/Software/systemd/ContainerInterface/</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>