Hi there, The package contents are getting installed, but I am getting a "Killed" message during execution of the %post sh script for this package. After a quick look in the initscript.spec file, and examining the states of the filesystem that should have been changed as a result of the %post sh script, I see that the touch /var/run/utmp has occurred, but the first %_post_service random is not. If i manually perform the %post sh statements from the command line, I can execute each without any errors and all expected results. Any ideas? package was installed first using rpm -Uvh initscripts* then rpm -Uvh --force initscripts* with no luck. Also, using rpm -qa | grep initscripts shows multiple instances of the new package name and version (once for each time I tried the install) and the older one. However, this is probably just an artifact of the failed installs. As far as I can tell, I have all the latest stuff from the Cooker mirror, except stuff added after the mirror updated. regards Dave
