fix ras-mc-ctl --summary failed
This commit is contained in:
parent
6b21185d42
commit
f0b4938899
25
fix-ras-mc-ctl-summary-failed.patch
Normal file
25
fix-ras-mc-ctl-summary-failed.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From 8f9b6aeb13884696fbf17da7ac28111a672c1301 Mon Sep 17 00:00:00 2001
|
||||
From: root <zhangnan134@huawei.com>
|
||||
Date: Sat, 19 Apr 2025 10:04:20 +0800
|
||||
Subject: [PATCH] fix ras-mc-ctl --summary failed
|
||||
|
||||
---
|
||||
misc/rasdaemon.service.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/misc/rasdaemon.service.in b/misc/rasdaemon.service.in
|
||||
index 508aa3c..4ef3d2c 100644
|
||||
--- a/misc/rasdaemon.service.in
|
||||
+++ b/misc/rasdaemon.service.in
|
||||
@@ -4,7 +4,7 @@ After=syslog.target
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=@SYSCONFDEFDIR@/rasdaemon
|
||||
-ExecStart=@sbindir@/rasdaemon -f
|
||||
+ExecStart=@sbindir@/rasdaemon -f -r
|
||||
ExecStartPost=@sbindir@/rasdaemon --enable
|
||||
ExecStop=@sbindir@/rasdaemon --disable
|
||||
Restart=on-abort
|
||||
--
|
||||
2.27.0
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: rasdaemon
|
||||
Version: 0.8.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
License: GPLv2
|
||||
Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events
|
||||
URL: https://github.com/mchehab/rasdaemon.git
|
||||
@ -35,6 +35,7 @@ Patch9008: backport-rasdaemon-diskerror-fix-incomplete-diskerror-log.patch
|
||||
Patch9009: bugfix-fix-cpu-isolate-errors-when-some-cpus-are-.patch
|
||||
Patch9010: rasdaemon-ras-mc-ctl-Modify-check-for-HiSilicon-KunP.patch
|
||||
Patch9011: bugfix-set-to-default-when-param-is-overflow.patch
|
||||
Patch9012: fix-ras-mc-ctl-summary-failed.patch
|
||||
|
||||
%description
|
||||
The rasdaemon program is a daemon which monitors the platform
|
||||
@ -86,6 +87,12 @@ fi
|
||||
/usr/bin/systemctl disable rasdaemon.service >/dev/null 2>&1 || :
|
||||
|
||||
%changelog
|
||||
* Sat Apr 19 2025 zhangnan <zhangnan134@huawei.com> - 0.8.0-7
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:fix ras-mc-ctl --summary failed
|
||||
|
||||
* Mon Dec 16 2024 guodashun <guodashun1@huawei.com> - 0.8.0-6
|
||||
- Type:bugfix
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user