From 0ba40d01cad882f314f39cfd9da94b997d32fa6f Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Tue, 2 Jul 2013 16:46:41 +0200 Subject: [PATCH] Don't use daemonized telnet in netcat run-script Fix #782 --- ports/run/noux_net_netcat.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/run/noux_net_netcat.run b/ports/run/noux_net_netcat.run index 5aabc86fb0..87e78b4a1e 100644 --- a/ports/run/noux_net_netcat.run +++ b/ports/run/noux_net_netcat.run @@ -223,7 +223,7 @@ if {[is_qemu_available]} { regexp {[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+} $serial_ip_addr serial_ip_addr # connect to Genode target and reading log output via network connection - exec telnet $serial_ip_addr 8888 > $noux_output_file & + exec socat -u tcp:$serial_ip_addr:8888 OPEN:$noux_output_file,creat,append & } sleep 4