FS#44960 - [devtools] don't ignore errors when running systemd-nspawn

Attached to Project: Arch Linux
Opened by lilydjwg (lilydjwg) - Thursday, 14 May 2015, 10:13 GMT
Last edited by Eli Schwartz (eschwartz) - Tuesday, 01 August 2017, 21:58 GMT
Task Type Bug Report
Category Arch Projects
Status Closed
Assigned To Pierre Schmitz (Pierre)
Dave Reisner (falconindy)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

devtools redirects stderr to /dev/null thus ignores all error messages when running systemd-nspawn (code https://projects.archlinux.org/devtools.git/tree/arch-nspawn.in?id=a1594ae1f6cd183efaee5c52eca01fe5d708b1e1#n99).

This means when something bad happens, the log will become confusing or even mysterious, see https://bbs.archlinux.org/viewtopic.php?pid=1525215.

Additional info:
* devtools 20150228-1
This task depends upon

Closed by  Eli Schwartz (eschwartz)
Tuesday, 01 August 2017, 21:58 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in commit 5a7890f0768810c81e32dcb31627eb41e2ee41fd available since v20151129
Comment by Jason Plum (WarheadsSE) - Tuesday, 06 October 2015, 20:20 GMT
Changing out line 99's 2>/dev/null for -q seems to solve this.
Comment by Jason Plum (WarheadsSE) - Monday, 12 October 2015, 15:47 GMT

Loading...