Hi Augustin, On Mon, 25 Feb 2008 13:04:45 -0800 "March, Agustin M" <[EMAIL PROTECTED]> wrote:
> Hi , > I generated a kit following the instruction posted at the KUSU blog > (on the home page). However, the kit could not correctly provisioned > on the cluster. The only log that I found was on the install.log > > Installing cluster-runtime - 1.1-1.x86_64 > /var/tmp/rpm-tmp.74398: line 213: uname: command not found > error: %post(cluster-runtime-1.1-1.x86_64) scriptlet failed, exit > status 1 Right, looks like your %post section failed because the uname command was not found. > The rpm work fine, If I installed by hand work ok. But when tried to > installed by KUSU as kit I am not succeed to do. I think that there > some dependences but I don't know how to identify or added on the kit > creation. uname is provided by the coreutils package: # which uname /bin/uname # rpm -qf `which uname` coreutils-5.97-12.1.el5 Try putting that in your Requires: section. Also it may be necessary to put the full path to the uname binary in your %post section. Hope that helps, Mike _______________________________________________ Kusu-users mailing list [email protected] http://mail.osgdc.org/mailman/listinfo/kusu-users
