From 847f792f9e3acb53c23700c669c30b2e0e7f2b5c Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 11 Jan 2021 12:29:59 +0000 Subject: drakbug_report: fail quietly when trying journalctl for system log. --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') diff --git a/perl-install/any.pm b/perl-install/any.pm index 2fdf15902..f2bb1c6d1 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -1487,7 +1487,7 @@ sub report_bug { header("dmsetup table"), `dmsetup table`, header("dmsetup ls"), `dmsetup ls`, header("cpuinfo"), cat_("/proc/cpuinfo"), - header("syslog"), cat_("/tmp/syslog") || cat_("$::prefix/var/log/syslog") || `journalctl -D $::prefix/var/log/journal -b`, + header("syslog"), cat_("/tmp/syslog") || cat_("$::prefix/var/log/syslog") || `journalctl -q -D $::prefix/var/log/journal -b`, header("Xorg.log"), cat_("/var/log/Xorg.0.log"), header("monitor_full_edid"), monitor_full_edid(), header("stage1.log"), cat_("/tmp/stage1.log") || cat_("$::prefix/root/drakx/stage1.log"), -- cgit v1.2.1