[Bug 1715397] Comment bridged from LTC Bugzilla
bugproxy
bugproxy at us.ibm.com
Fri Sep 8 11:09:22 UTC 2017
------- Comment From hegdevasant at in.ibm.com 2017-09-08 06:59 EDT-------
(In reply to comment #6)
> Kernel team, IBM is working on a fix with top priority. Please stay tuned
> for a fix from Fred.
Very bad :-( accidently I added "=|!" instead of "=|" in upstream which
is causing below warnings in syslog.
This is just a warning comes on PowerNV host and safe to ignore.
Below patch should fix this issue . Can you please verify ?
diff --git a/scripts/rtas_errd.service b/scripts/rtas_errd.service
index 5507b8a..8475c3e 100644
--- a/scripts/rtas_errd.service
+++ b/scripts/rtas_errd.service
@@ -1,7 +1,7 @@
[Unit]
Description=ppc64-diag rtas_errd (platform error handling) Service
-ConditionPathExists=|!/proc/ppc64/rtas/error_log
-ConditionPathExists=|!/proc/ppc64/error_log
+ConditionPathExists=|/proc/ppc64/rtas/error_log
+ConditionPathExists=|/proc/ppc64/error_log
After=syslog.target
[Service]
-Vasant
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ppc64-diag in Ubuntu.
https://bugs.launchpad.net/bugs/1715397
Title:
systemd 234-2ubuntu9 ADT test failure with linux 4.13.0-9.10
Status in The Ubuntu-power-systems project:
New
Status in ppc64-diag package in Ubuntu:
New
Bug description:
Testing failed on:
ppc64el: https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-artful-canonical-kernel-team-unstable/artful/ppc64el/s/systemd/20170906_131209_2a96a@/log.gz
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1715397/+subscriptions
More information about the foundations-bugs
mailing list