On Mon, 2015-10-19 at 17:14 +0100, Ian Jackson wrote:
> On Linux opening /dev/stderr produces a non-O_APPEND open-file, with
> its own file position pointer, even if stderr was opened O_APPEND.
>
> As a result the logfile from this step would be mangled. So use
> `tee -a'.
>
> Signed-off-by: Ian
On Linux opening /dev/stderr produces a non-O_APPEND open-file, with
its own file position pointer, even if stderr was opened O_APPEND.
As a result the logfile from this step would be mangled. So use
`tee -a'.
Signed-off-by: Ian Jackson
---
ts-host-ping-check |2 +-
1 file changed, 1 inser