Comment 13 for bug 1671019

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2017-07-11 04:51 EDT-------
I have installed a P8 8335-GTB Hardware with Ubuntu 17.04 OS.

root@ltc-garri2:~# uname -a
Linux ltc-garri2 4.10.0-24-generic #28-Ubuntu SMP Wed Jun 14 08:14:41 UTC 2017 ppc64le ppc64le ppc64le GNU/Linux
root@ltc-garri2:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="17.04 (Zesty Zapus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 17.04"
VERSION_ID="17.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=zesty
UBUNTU_CODENAME=zesty

root@ltc-garri2:~# ps -ef | grep opal
root 780 2 0 03:21 ? 00:00:00 [kopald]
root 3434 1 0 03:21 ? 00:00:00 /usr/sbin/opal-prd --pnor /dev/mtd0
root 73729 4905 0 03:48 pts/0 00:00:00 grep --color=auto opal

Then I killed the PID of the opal-prd daemon and verified if it again re-spawns.

root@ltc-garri2:~# kill -9 3434

root@ltc-garri2:~# ps -ef | grep opal
root 780 2 0 03:21 ? 00:00:00 [kopald]
root 73732 1 2 03:49 ? 00:00:00 /usr/sbin/opal-prd --pnor /dev/mtd0
root 73736 4905 0 03:49 pts/0 00:00:00 grep --color=auto opal

As can be seen the opal-prd daemon restarts.