diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-01-05 15:48:07 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2019-01-05 15:48:07 +0100 |
commit | f14a6c30cc7cb82775c337e09946bfcb41aab07f (patch) | |
tree | 331cecc873810e249e05df27d5e168e4dadd7675 /hurd/debugging | |
parent | 993788346f893ae65dc5a892683b483c5ca511b3 (diff) |
Fix using netdde's eth0
Diffstat (limited to 'hurd/debugging')
-rw-r--r-- | hurd/debugging/translator/capturing_stdout_and_stderr.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn index 47fbbc48..c1abc7f9 100644 --- a/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn +++ b/hurd/debugging/translator/capturing_stdout_and_stderr.mdwn @@ -16,7 +16,7 @@ silently dying all the time, without any console output: $ sudo settrans -fgap ↩ /servers/socket/2 ↩ /bin/sh -c 'exec >> /root/pfinet.log 2>&1 && date && ↩ - /hurd/pfinet -i eth0 -a [...]' + /hurd/pfinet -i /dev/eth0 -a [...]' $ [...] $ cat /root/pfinet.log [date] |