Ubuntu 16.04: RAS tools like "snap" and "rtas_dump" gives error message on Habanero PKVM guest.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
powerpc-utils (Ubuntu) |
Triaged
|
Undecided
|
Adam Conrad |
Bug Description
---Problem Description---
RAS tools like "snap" and "rtas_dump" gives error message on Habanero PKVM guest after default installation. issue got resolved after installing "perl" [apt-get install perl].
--Steps to reproduce--
1. Install Ubuntu 16.04 PKVM guest on Habanero.
2. Run "snap" or "rtas_dump" commands.
Logs
-------
root@ubuntu:~# snap
Can't locate Getopt/Std.pm in @INC (you may need to install the Getopt::Std module) (@INC contains: /etc/perl /usr/local/
BEGIN failed--compilation aborted at /usr/sbin/snap line 25.
root@ubuntu:~# rtas_dump
Can't locate Data/Dumper.pm in @INC (you may need to install the Data::Dumper module) (@INC contains: /etc/perl /usr/local/
BEGIN failed--compilation aborted.
rtas_dump: is not supported on the platform
Thanks,
Pavithra
affects: | ubuntu → powerpc-utils (Ubuntu) |
Changed in powerpc-utils (Ubuntu): | |
assignee: | Taco Screen team (taco-screen-team) → Adam Conrad (adconrad) |
status: | New → Triaged |
tags: | added: bugnameltc-139911 severity-medium |
------- Comment From <email address hidden> 2016-04-19 03:51 EDT-------
Perl is already installed after default installation. Below is the information about version.
root@ubuntu:~# which perl
/usr/bin/perl
root@ubuntu:~# perl --version
This is perl 5, version 22, subversion 1 (v5.22.1) built for powerpc64le- linux-gnu- thread- multi
(with 58 registered patches, see perl -V for more detail)
Copyright 1987-2015, Larry Wall
Issue is observed in other systems also after fresh installation.