Hi<br><br>i am trying to track down a issue, where kernel installed by yumex generate postinstall scriptlet errors<br><br>$ uname -r<br>2.6.31.1-56.fc12.i686.PAE<br><br>$ sudo rpm -e kernel-PAE-2.6.31.5-96.fc12.i686<br>initrdfile is /boot/initrd-2.6.31.5-96.fc12.i686.PAE.img<br>
removing modules.dep info for 2.6.31.5-96.fc12.i686.PAE<br>removing initrd /boot/initrd-2.6.31.5-96.fc12.i686.PAE.img<br>removing 2.6.31.5-96.fc12.i686.PAE from /boot/grub/grub.conf<br>/etc/lilo.conf does not exist, not running grubby<br>
<br>$ yum list updates kernel-PAE<br>Loaded plugins: presto, refresh-packagekit<br>Updated Packages<br>kernel-PAE.i686                   2.6.31.5-96.fc12                    rawhide<br><br>Running a very simple yum api test script (attached)<br>
$ sudo python test.py<br>..<br>..<br>initrdfile is /boot/initramfs-2.6.31.5-96.fc12.i686.PAE.img<br>making it the default based on config<br>running depmod for 2.6.31.5-96.fc12.i686.PAE<br>/sbin/new-kernel-pkg: line 292: /sbin/depmod: Permission denied<br>
creating initrd: /sbin/dracut -f /boot/initramfs-2.6.31.5-96.fc12.i686.PAE.img 2.6.31.5-96.fc12.i686.PAE<br>/usr/bin/ldd: line 126: /sbin/udevd: Permission denied<br>found /boot/initramfs-2.6.31.5-96.fc12.i686.PAE.img and using it with grubby<br>
adding 2.6.31.5-96.fc12.i686.PAE to /boot/grub/grub.conf<br>/etc/lilo.conf does not exist, not running grubby<br>initrdfile is /boot/initrd-2.6.31.5-96.fc12.i686.PAE.img<br><br>yum-cli works without errors.<br>$ sudo yum update kernel-PAE<br>
..<br>..<br>Running Transaction<br>Warning: RPMDB has been altered since the last yum transaction.<br>  Installing     : kernel-PAE-2.6.31.5-96.fc12.i686                                         1/1 <br>initrdfile is /boot/initramfs-2.6.31.5-96.fc12.i686.PAE.img<br>
making it the default based on config<br>running depmod for 2.6.31.5-96.fc12.i686.PAE<br>creating initrd: /sbin/dracut -f /boot/initramfs-2.6.31.5-96.fc12.i686.PAE.img 2.6.31.5-96.fc12.i686.PAE<br>W: Possible missing firmware ql8100_fw.bin for module qla2xxx.ko<br>
W: Possible missing firmware aic94xx-seq.fw for module aic94xx.ko<br>found /boot/initramfs-2.6.31.5-96.fc12.i686.PAE.img and using it with grubby<br>adding 2.6.31.5-96.fc12.i686.PAE to /boot/grub/grub.conf<br>/etc/lilo.conf does not exist, not running grubby<br>
initrdfile is /boot/initrd-2.6.31.5-96.fc12.i686.PAE.img<br><br>Installed:<br>  kernel-PAE.i686 0:2.6.31.5-96.fc12                                                            <br><br>Complete!<br><br><b>Anybody there can see what goes wrong here ?</b><br>
<br>I have modified the /sbin/new-kernel-pkg script called by the kernel postinstall scriptlet and <br>changed <br><br>verbose=&quot;&quot;<br>to<br>verbose=&quot;-v&quot;<br><br>to get some extra verbose output<br><br>Tim<br>