+ Reply to Thread
Results 1 to 4 of 4

Thread: Kit Installation fault

  1. #1
    admin_kusu is offline Junior Member
    Join Date
    March 6th, 2008
    Posts
    0
    Downloads
    0
    Uploads
    0

    Default 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



  2. #2
    mikem's Avatar
    mikem is offline Project Moderator
    Join Date
    April 10th, 2008
    Posts
    22
    Blog Entries
    9
    Downloads
    0
    Uploads
    0

    Default 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


  3. #3
    admin_kusu is offline Junior Member
    Join Date
    March 6th, 2008
    Posts
    0
    Downloads
    0
    Uploads
    0

    Default 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


  4. #4
    mikem's Avatar
    mikem is offline Project Moderator
    Join Date
    April 10th, 2008
    Posts
    22
    Blog Entries
    9
    Downloads
    0
    Uploads
    0

    Default 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


+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts