RTEMS Tools | Extra line feeds when logging to the console (#34)

Chris Johns (@chris) gitlab at rtems.org
Sun Mar 22 00:22:49 UTC 2026



Chris Johns created an issue: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/34



The change https://gitlab.rtems.org/rtems/tools/rtems-tools/-/commit/da2a7f68ed666cc4b3872448adf060129f0ebb5c adding a line feed to the log. This results in output from the TFTP proxy being:

```
RTEMS Tools - TFTP Proxy, 7.0.not_released

 Command Line: /opt/work/rtems/7/bin/rtems-tftp-proxy -c tftp-clients.ini
 Host: FreeBSD ruru 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64
 Python: 3.11.13 (main, Aug  9 2025, 01:11:38) [Clang 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2

Proxy: all:69
```

Reverting the change gives:

```
RTEMS Tools - TFTP Proxy, 7.0.not_released
 Command Line: /opt/work/rtems/7/bin/rtems-tftp-proxy -c tftp-clients.ini
 Host: FreeBSD ruru 14.2-RELEASE-p1 FreeBSD 14.2-RELEASE-p1 GENERIC amd64
 Python: 3.11.13 (main, Aug  9 2025, 01:11:38) [Clang 18.1.6 (https://github.com/llvm/llvm-project.git llvmorg-18.1.6-0-g1118c2
Proxy: all:69
```

However adding the proxy logging option of `-l x.txt` results in no console output until entering `^C` to kill the proxy gives:

```
^Cabort: user terminatedRTEMS Tools - TFTP Proxy, 7.0.not_releasedProxy: all:69
```

This is a single long on the console.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/issues/34
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260322/9e8b8f3b/attachment.htm>


More information about the bugs mailing list