shutdown shows the message /etc/rc6.d/killall /etc/init.d/pvmd3 no such file or directory This is because the file in /etc/init.d is called pvmd but the execution of /etc/init.d/pvmd touches the file /var/lock/subsys/pvmd3 killall strips the directory part from the entry in /var/lock/subsys/pvmd3 and tries execute the file in /etc/init.d/pvmd3 which does not exist
This was fixed in 3.4.3-25 yesterday, coming to Rawhide soonish.