Public bug reported: == Comment: #0 - Praveen K. Pandey <praveen.pan...@in.ibm.com> - 2016-01-05 01:57:38 == Hi
In Power NV Ubuntu14.04.04 i try to run rtas_errd but it flashes wrong info Actual Result: rtas_errd: is not supported on the PowerKVM Host platform Expected Result: rtas_errd :is not supported on the PowerNV Host platform LOG: root@lep8d:~# rtas_errd rtas_errd: is not supported on the PowerKVM Host platform root@lep8d:~# == Comment: #2 - Vaishnavi Bhat <vaish...@in.ibm.com> - 2016-01-06 05:48:16 == PowerNV needs to be added in the platform list. My guess is that this patch should fix the issue. I will attach the package with the below changes for testing. --- platform.c.orig 1970-01-01 13:45:26.655448356 -0600 +++ platform.c 1970-01-01 13:46:45.003467943 -0600 @@ -19,6 +19,7 @@ const char *__platform_name[] = { "PowerKVM Host", "PowerKVM pSeries Guest", "PowerVM pSeries LPAR", + "PowerNV", /* Add new platforms name here */ }; == Comment: #5 - Vaishnavi Bhat <vaish...@in.ibm.com> - 2016-01-14 04:23:26 == The following commit fixes the issue upstream. commit 466496052fc82a834083685fbee7c4c15aac47eb Author: Vaishnavi Bhat <vaishn...@linux.vnet.ibm.com> Date: Tue Jan 12 11:20:01 2016 +0530 PowerKVM is a distro, not a platform PowerKVM is a distro, not a platform. Bare metal systems are not PowerKVM (which is IBM distro), but PowerNV. This patch fixes naming convention for baremetal system. Before: # rtas_errd rtas_errd: is not supported on the PowerKVM platform After: # rtas_errd rtas_errd: is not supported on the PowerNV platform Signed-off-by: Vaishnavi Bhat <vaishn...@linux.vnet.ibm.com> [Updated subject, description - Vasant] Signed-off-by: Vasant Hegde <hegdevas...@linux.vnet.ibm.com> ** Affects: ubuntu Importance: Undecided Assignee: Taco Screen team (taco-screen-team) Status: New ** Tags: architecture-ppc64le bugnameltc-134449 severity-medium targetmilestone-inin14044 ** Tags added: architecture-ppc64le bugnameltc-134449 severity-medium targetmilestone-inin14044 ** Changed in: ubuntu Assignee: (unassigned) => Taco Screen team (taco-screen-team) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1536516 Title: Ubuntu14.04.04 Power NV system : rtas_errd flashing wrong info To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+bug/1536516/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs