!189 fix ras-mc-ctl --summary failed
From: @fwo Reviewed-by: @hubin95 Signed-off-by: @hubin95
This commit is contained in:
commit
24cb9ed6d8
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
|
Name: rasdaemon
|
||||||
Version: 0.6.7
|
Version: 0.6.7
|
||||||
Release: 15
|
Release: 16
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events
|
Summary: Utility to get Platform Reliability, Availability and Serviceability (RAS) reports via the Kernel tracing events
|
||||||
URL: https://github.com/mchehab/rasdaemon.git
|
URL: https://github.com/mchehab/rasdaemon.git
|
||||||
@ -56,6 +56,7 @@ Patch9007: fix-ras-events-quit-loop-in-read_ras_event-when-kbuf-dat.patch
|
|||||||
Patch9008: add-dynamic-switch-of-ras-events-support-and-disable-block-rq-complete.patch
|
Patch9008: add-dynamic-switch-of-ras-events-support-and-disable-block-rq-complete.patch
|
||||||
Patch9009: fix-rasdaemon-print-loading-config-logs-multiple-times.patch
|
Patch9009: fix-rasdaemon-print-loading-config-logs-multiple-times.patch
|
||||||
Patch9010: bugfix-set-to-default-when-param-is-overflow.patch
|
Patch9010: bugfix-set-to-default-when-param-is-overflow.patch
|
||||||
|
Patch9011: fix-ras-mc-ctl-summary-failed.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The rasdaemon program is a daemon which monitors the platform
|
The rasdaemon program is a daemon which monitors the platform
|
||||||
@ -101,6 +102,13 @@ rm INSTALL %{buildroot}/usr/include/*.h
|
|||||||
/usr/bin/systemctl enable rasdaemon.service >/dev/null 2>&1 || :
|
/usr/bin/systemctl enable rasdaemon.service >/dev/null 2>&1 || :
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Apr 28 2025 wangjiang <app@cameyan.com> - 0.6.7-16
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix ras-mc-ctl --summary failed
|
||||||
|
Add some improvements and add new modules to HiSilicon common section
|
||||||
|
|
||||||
* Mon Dec 16 2024 guodashun <guodashun1@huawei.com> - 0.6.7-15
|
* Mon Dec 16 2024 guodashun <guodashun1@huawei.com> - 0.6.7-15
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user