<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemd-206: journald logs are corrupted in console from time to time"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67745#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - systemd-206: journald logs are corrupted in console from time to time"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=67745">bug 67745</a>
              from <span class="vcard"><a class="email" href="mailto:zbyszek@in.waw.pl" title="Zbigniew Jedrzejewski-Szmek <zbyszek@in.waw.pl>"> <span class="fn">Zbigniew Jedrzejewski-Szmek</span></a>
</span></b>
        <pre>Based on the ttyshot you provided, it looks like the tty got put in raw mode,
and the text is not being wrapper properly. It doesn't seem really garbled, but
rather badly wrapped :). That mode change could be an effect of writing
non-text to the tty. Looking at server_forward_console() in
src/journal/journald-console.c, we make no attempt to filter binary data. So
the next question is: was there anything in the logs which isn't text (the
MESSAGE= part)?</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>