fix ras-mc-ctl --summary failed
This commit is contained in:
parent
4fd4ff1350
commit
7ea70ac275
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: 23
|
Release: 24
|
||||||
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
|
||||||
@ -62,6 +62,7 @@ Patch9010: fix-rasdaemon-print-loading-config-logs-multiple-times.patch
|
|||||||
Patch9011: bugfix-fix-cpu-isolate-errors-when-some-cpus-are-.patch
|
Patch9011: bugfix-fix-cpu-isolate-errors-when-some-cpus-are-.patch
|
||||||
Patch9012: 0001-revert-rasdaemon-Add-HBM-Memory-ACLS-support-for-HiS.patch
|
Patch9012: 0001-revert-rasdaemon-Add-HBM-Memory-ACLS-support-for-HiS.patch
|
||||||
Patch9013: bugfix-set-to-default-when-param-is-overflow.patch
|
Patch9013: bugfix-set-to-default-when-param-is-overflow.patch
|
||||||
|
Patch9014: fix-ras-mc-ctl-summary-failed.patch
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -116,6 +117,12 @@ if [ $1 -eq 0 ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 23 2025 yanglongkang <yanglongkang@h-partners.com> - 0.6.7-24
|
||||||
|
- Type:bugfix
|
||||||
|
- ID:NA
|
||||||
|
- SUG:NA
|
||||||
|
- DESC:fix ras-mc-ctl --summary failed
|
||||||
|
|
||||||
* Mon Dec 16 2024 guodashun <guodashun1@huawei.com> - 0.6.7-23
|
* Mon Dec 16 2024 guodashun <guodashun1@huawei.com> - 0.6.7-23
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user