<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Robin,<br>
    Hi List,<br>
    <br>
    enabling syslog seems working well. Particularly for debugging and
    logging purposes it is useful.<br>
    <br>
    It is possible, to select, which output channel is taken? I assume
    not yet, but this seems also useful (like stderr & stdout in
    linux).<br>
    <br>
    If not, I could imagine three ways to do it:<br>
    <ol>
      <li>Setting a default channel while compiling, but allow sending
        to a different channel via (i.e.) <br>
        echo ${mac:hexhyp} >CONSOLE<br>
        echo ${mac:hexhyp} >SYSLOGS</li>
      <li>Changing the default channel via i.e. an "channel" command<br>
        echo ${mac:hexhyp}<br>
        set channel SYSLOGS<br>
        echo ${mac:hexhyp}<br>
        set channel CONSOLE<br>
        # it could make sense setting multiple channels:<br>
        set channel CONSOLE,SYSLOG<br>
      </li>
      <li>Setting a boolean Variable for which sending channels are
        enabled:<br>
        set CONSOLE_OUTPUT on<br>
        set SYSLOGS_OUTPUT off</li>
    </ol>
    <p>Regards<br>
      Oliver<br>
      <br>
    </p>
    <br>
    <div class="moz-cite-prefix">Am 10.01.2014 08:31, schrieb Robin
      Smidsrød:<br>
    </div>
    <blockquote cite="mid:52CFA1ED.2000606@smidsrod.no" type="cite">
      <pre wrap="">Enabling syslog console doesn't disable the BIOS console. You need to
explicitly disable the BIOS console. Just be aware that disabling the
BIOS console will also disable your ability to react to anything, like
selecting stuff in menus.

Not sure exactly how the syslogs support works. I think the only
difference is encryption support.

-- Robin

On 08.01.2014 15:37, Oliver Rath wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hi Robin,

this sounds like an excellend idea, too! Will try that asap.

I.e. if i enable syslog, is normal output automatically disabled? Do I
see right, if Im using SYSLOGS, the port 443 is used?

Regards
Oliver

On 08.01.2014 09:27, Robin Smidsrød wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">On 05.01.2014 16:38, Oliver Rath wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">is it possible to disable all the messages from ipxe in an easy way or
do I have to change all lines  with output directly in the code?

I have something in mind like the "-q" or "--quiet" option in most
linux-tools.
</pre>
          </blockquote>
          <pre wrap="">The only way to make iPXE silent is to redirect the console output. See
<a class="moz-txt-link-freetext" href="http://ipxe.org/console">http://ipxe.org/console</a> for details.

-- Robin
_______________________________________________
ipxe-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ipxe-devel@lists.ipxe.org">ipxe-devel@lists.ipxe.org</a>
<a class="moz-txt-link-freetext" href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel">https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel</a>
</pre>
        </blockquote>
        <pre wrap="">
_______________________________________________
ipxe-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ipxe-devel@lists.ipxe.org">ipxe-devel@lists.ipxe.org</a>
<a class="moz-txt-link-freetext" href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel">https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel</a>

</pre>
      </blockquote>
      <pre wrap="">
_______________________________________________
ipxe-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:ipxe-devel@lists.ipxe.org">ipxe-devel@lists.ipxe.org</a>
<a class="moz-txt-link-freetext" href="https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel">https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>