Project

General

Profile

Actions

Feature #3079

open

System checks should log better

Added by Marek Hulán over 10 years ago. Updated over 10 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

We should have stdout and stderr separated so we can log better. It was removed in https://github.com/ares/kafo/commit/7e188c6a795c839718c093d100285dfe89480b1a because it did not work on Ruby 1.8.7. We could use popen4 gem to it.

Actions #1

Updated by Greg Sutcliffe over 10 years ago

You can use open3 so long as you check for the presence of `wait_thr` before you use it on 1.8.7. It that is required, then you will need open4, true. Or we can wait until the 1.4 dev cycle starts and consider the question of dropping ruby1.8 support again :)

For the record, open4 is packaged upstream for wheezy and raring.

Actions

Also available in: Atom PDF