Changes between Initial Version and Version 4 of Ticket #6168


Ignore:
Timestamp:
Apr 27, 2014, 9:36:52 AM (10 years ago)
Author:
jessicah
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6168

    • Property Patch 01
    • Property Owner changed from axeld to jessicah
    • Property Status newin-progress
  • Ticket #6168 – Description

    initial v4  
    11When debugging without a serial port, network-based output would provide an alternative to re-typing screen output or taking pictures.
    22
    3 As a proof of concept this patch adds UDP-based '''syslog-ng''' support ([http://datatracker.ietf.org/doc/rfc5424/ RFC5424], [http://datatracker.ietf.org/doc/rfc5426/ RFC5426]) to the boot loader. While UDP is potentially lossy, unidirectional broadcast of datagrams avoids server discovery/selection and it avoids a dependency on still-pending TCP support patches (#5240).
     3As a proof of concept this patch adds UDP-based '''syslog-ng''' support ([rfc:5424], [http://datatracker.ietf.org/doc/rfc5426/ RFC5426]) to the boot loader. While UDP is potentially lossy, unidirectional broadcast of datagrams avoids server discovery/selection and it avoids a dependency on still-pending TCP support patches (#5240).
    44
    55Output starts once the network stack is initialized - on ppc currently only when network-booting, before searching for boot volumes - and with #6166 patches until the last {{{malloc()}}} for kernel ELF sections.