-
February 25th, 2008 08:04 PM #1
Kit Installation fault
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
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.
Any help will be great.
Regards,
Agustin March <mailto:agustin.m.march@intel.com>=20
Argentina Distributing Computing Solution=20
=20
-
February 25th, 2008 10:58 PM #2
Kit Installation fault
Hi Augustin,
On Mon, 25 Feb 2008 13:04:45 -0800
"March, Agustin M" <agustin.m.march@intel.com> 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
-
February 26th, 2008 04:15 PM #3
Kit Installation fault
Hi Mike,
Thank you!! It is a good point. However, I created an installed
a new kit under a node installed which it has just installed with the
package coreutils but it is the same issue, the tool was not correctly
installed. But if I installed by rpm -i the tools is correctly
installed!
Any help or clue on this will be great!
Regards,
=20
-----Original Message-----
From: Mike Mazur [mailto:mmazur@osgdc.org]=20
Sent: Monday, February 25, 2008 9:58 PM
To: Users of Kusu
Cc: March, Agustin M
Subject: Re: [Kusu-users] Kit Installation fault
Hi Augustin,
On Mon, 25 Feb 2008 13:04:45 -0800
"March, Agustin M" <agustin.m.march@intel.com> 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
>=20
> 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
-
February 27th, 2008 12:13 AM #4
Kit Installation fault
Hi Augustin,
On Tue, 26 Feb 2008 09:15:04 -0800
"March, Agustin M" <agustin.m.march@intel.com> wrote:
> Hi Mike,
> Thank you!! It is a good point. However, I created an
> installed a new kit under a node installed which it has just
> installed with the package coreutils but it is the same issue, the
> tool was not correctly installed. But if I installed by rpm -i the
> tools is correctly installed!
> Any help or clue on this will be great!
Could you post your %post section? or even the entire SPEC file?
Thanks,
Mike
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules