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.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
