Comment 12 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:12 EDT-------
I have installed a P9 9006-22C Hardware with Ubuntu 16.04.3 OS.

root@bostonp16:~# uname -a
Linux bostonp16 4.10.0-27-generic #30~16.04.2-Ubuntu SMP Thu Jun 29 16:06:52 UTC 2017 ppc64le ppc64le ppc64le GNU/Linux
root@bostonp16:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.2 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial

root@bostonp16:~# ps -ef | grep opal
root 202 2 0 01:58 ? 00:00:00 [kopald]
root 15325 1 0 02:58 ? 00:00:00 /usr/sbin/opal-prd --pnor /dev/mtd0
root 16275 16260 0 03:10 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@bostonp16:~# kill -9 15325

root@bostonp16:~# ps -ef | grep opal
root 202 2 0 01:58 ? 00:00:00 [kopald]
root 16288 1 0 03:11 ? 00:00:00 /usr/sbin/opal-prd --pnor /dev/mtd0
root 16299 16260 0 03:11 pts/0 00:00:00 grep --color=auto opal

As can be seen the opal-prd daemon restarts.