search for: 5a7e209

Displaying 1 result from an estimated 1 matches for "5a7e209".

Did you mean: 57209
2015 May 26
2
[PATCH] api: Don't truncate /dev/stdout or /dev/stderr when used as FileOut.
...s truncated and corrupted. With this patch the log file is no longer corrupted. --- customize/customize_run.ml | 7 +------ src/proto.c | 13 +++++++++++-- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/customize/customize_run.ml b/customize/customize_run.ml index 5a7e209..d9547a0 100644 --- a/customize/customize_run.ml +++ b/customize/customize_run.ml @@ -45,12 +45,7 @@ let run (g : Guestfs.guestfs) root (ops : ops) = (* Function to cat the log file, for debugging and error messages. *) let debug_logfile () = - try - (* XXX If stderr is redirected t...