Closed Thread
Results 1 to 9 of 9

Thread: [RPM LIST]

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

    Default [RPM LIST]


    Hi,
    I am working with external packages from KUSU and some kits
    distribution. So, I would to add to compute nodes, so I did the
    following but without success.
    Because, I could not identify the correct rpm name used by the kusu in
    the packages tables.

    cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    repoman -u -r "Nmame"=20
    insert the rpm name into the database. =20
    Since, there two version of the same name packages, kusu installs both.=20

    Is there any way to identify those package in the kusu?

    Thank you

    Agustin March <mailto:agustin.m.march@intel.com>=20
    Argentina Distributing Computing Solution=20
    +54 351 5265618
    Intel Argentina S.A.
    =20



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

    Default [RPM LIST]


    Hi

    Are there more than 1 rpm of the same package name in the repo, Nmame?

    You can find the packages using:
    /depot/repos/<repoid> -name "*<pkg name>*"?

    repoid can be found using "repoman -l".

    You can use rpm -qa | grep or rpm -qi to identify the packages once they
    are installed.

    HTH,
    Liming


    March, Agustin M wrote:
    > Hi,
    > I am working with external packages from KUSU and some kits
    > distribution. So, I would to add to compute nodes, so I did the
    > following but without success.
    > Because, I could not identify the correct rpm name used by the kusu in
    > the packages tables.
    >
    > cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    > repoman -u -r "Nmame"
    > insert the rpm name into the database.
    > Since, there two version of the same name packages, kusu installs both.
    >
    > Is there any way to identify those package in the kusu?
    >
    > Thank you
    >
    > Agustin March <mailto:agustin.m.march@intel.com>
    > Argentina Distributing Computing Solution
    > +54 351 5265618
    > Intel Argentina S.A.
    >
    >
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users


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

    Default [RPM LIST]


    Hi,
    Yes, there two packages with different version of the same
    architecture. Is it possible to select on of them? So, How Could I
    select, the ngedit does not allow it?=20
    One example of this is the ofed package 1.3, the following packages are
    in the repo

    dapl-1.2.4-0.285.x86_64.rpm
    dapl-2.0.6-0.286.x86_64.rpm


    Regards,
    Agustin

    -----Original Message-----
    From: kusu-users-bounces@osgdc.org [mailto:kusu-users-bounces@osgdc.org]
    On Behalf Of Tsai Li Ming
    Sent: Wednesday, March 19, 2008 10:50 PM
    To: Users of Kusu
    Subject: Re: [Kusu-users] [RPM LIST]

    Hi

    Are there more than 1 rpm of the same package name in the repo, Nmame?

    You can find the packages using:
    /depot/repos/<repoid> -name "*<pkg name>*"?

    repoid can be found using "repoman -l".

    You can use rpm -qa | grep or rpm -qi to identify the packages once they

    are installed.

    HTH,
    Liming


    March, Agustin M wrote:
    > Hi,
    > I am working with external packages from KUSU and some kits
    > distribution. So, I would to add to compute nodes, so I did the
    > following but without success.
    > Because, I could not identify the correct rpm name used by the kusu in
    > the packages tables.
    >=20
    > cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    > repoman -u -r "Nmame"=20
    > insert the rpm name into the database. =20
    > Since, there two version of the same name packages, kusu installs
    both.=20
    >=20
    > Is there any way to identify those package in the kusu?
    >=20
    > Thank you
    >=20
    > Agustin March <mailto:agustin.m.march@intel.com>=20
    > Argentina Distributing Computing Solution=20
    > +54 351 5265618
    > Intel Argentina S.A.
    > =20
    >=20
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    _______________________________________________
    Kusu-users mailing list
    Kusu-users@osgdc.org
    http://mail.osgdc.org/mailman/listinfo/kusu-users


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

    Default [RPM LIST]


    Hi Agustin,

    It could be a bug in repoman. To help me isolate this, can you run the
    following on both packages:

    rpm -qp <pkg> --qf="%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"

    -Liming


    March, Agustin M wrote:
    > Hi,
    > Yes, there two packages with different version of the same
    > architecture. Is it possible to select on of them? So, How Could I
    > select, the ngedit does not allow it?
    > One example of this is the ofed package 1.3, the following packages are
    > in the repo
    >
    > dapl-1.2.4-0.285.x86_64.rpm
    > dapl-2.0.6-0.286.x86_64.rpm
    >
    >
    > Regards,
    > Agustin
    >
    > -----Original Message-----
    > From: kusu-users-bounces@osgdc.org [mailto:kusu-users-bounces@osgdc.org]
    > On Behalf Of Tsai Li Ming
    > Sent: Wednesday, March 19, 2008 10:50 PM
    > To: Users of Kusu
    > Subject: Re: [Kusu-users] [RPM LIST]
    >
    > Hi
    >
    > Are there more than 1 rpm of the same package name in the repo, Nmame?
    >
    > You can find the packages using:
    > /depot/repos/<repoid> -name "*<pkg name>*"?
    >
    > repoid can be found using "repoman -l".
    >
    > You can use rpm -qa | grep or rpm -qi to identify the packages once they
    >
    > are installed.
    >
    > HTH,
    > Liming
    >
    >
    > March, Agustin M wrote:
    >> Hi,
    >> I am working with external packages from KUSU and some kits
    >> distribution. So, I would to add to compute nodes, so I did the
    >> following but without success.
    >> Because, I could not identify the correct rpm name used by the kusu in
    >> the packages tables.
    >>
    >> cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    >> repoman -u -r "Nmame"
    >> insert the rpm name into the database.
    >> Since, there two version of the same name packages, kusu installs
    > both.
    >> Is there any way to identify those package in the kusu?
    >>
    >> Thank you
    >>
    >> Agustin March <mailto:agustin.m.march@intel.com>
    >> Argentina Distributing Computing Solution
    >> +54 351 5265618
    >> Intel Argentina S.A.
    >>
    >>
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users


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

    Default [RPM LIST]


    Hi Liming,
    This is the ouput

    [root@kususf-eth1 ~]# rpm -qp
    /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    dapl (none) 2.0.6 0.286.ofed20080207

    [root@kususf-eth1 ~]# rpm -qp
    /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    dapl (none) 1.2.4 0.285.ofed20080207


    Regards,
    Agustin
    -----Original Message-----
    From: kusu-users-bounces@osgdc.org [mailto:kusu-users-bounces@osgdc.org]
    On Behalf Of Tsai Li Ming
    Sent: Thursday, March 27, 2008 12:39 PM
    To: Users of Kusu
    Subject: Re: [Kusu-users] [RPM LIST]

    Hi Agustin,

    It could be a bug in repoman. To help me isolate this, can you run the=20
    following on both packages:

    rpm -qp <pkg> --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"

    -Liming


    March, Agustin M wrote:
    > Hi,
    > Yes, there two packages with different version of the same
    > architecture. Is it possible to select on of them? So, How Could I
    > select, the ngedit does not allow it?=20
    > One example of this is the ofed package 1.3, the following packages
    are
    > in the repo
    >=20
    > dapl-1.2.4-0.285.x86_64.rpm
    > dapl-2.0.6-0.286.x86_64.rpm
    >=20
    >=20
    > Regards,
    > Agustin
    >=20
    > -----Original Message-----
    > From: kusu-users-bounces@osgdc.org
    [mailto:kusu-users-bounces@osgdc.org]
    > On Behalf Of Tsai Li Ming
    > Sent: Wednesday, March 19, 2008 10:50 PM
    > To: Users of Kusu
    > Subject: Re: [Kusu-users] [RPM LIST]
    >=20
    > Hi
    >=20
    > Are there more than 1 rpm of the same package name in the repo, Nmame?
    >=20
    > You can find the packages using:
    > /depot/repos/<repoid> -name "*<pkg name>*"?
    >=20
    > repoid can be found using "repoman -l".
    >=20
    > You can use rpm -qa | grep or rpm -qi to identify the packages once
    they
    >=20
    > are installed.
    >=20
    > HTH,
    > Liming
    >=20
    >=20
    > March, Agustin M wrote:
    >> Hi,
    >> I am working with external packages from KUSU and some kits
    >> distribution. So, I would to add to compute nodes, so I did the
    >> following but without success.
    >> Because, I could not identify the correct rpm name used by the kusu
    in
    >> the packages tables.
    >>
    >> cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    >> repoman -u -r "Nmame"=20
    >> insert the rpm name into the database. =20
    >> Since, there two version of the same name packages, kusu installs
    > both.=20
    >> Is there any way to identify those package in the kusu?
    >>
    >> Thank you
    >>
    >> Agustin March <mailto:agustin.m.march@intel.com>=20
    >> Argentina Distributing Computing Solution=20
    >> +54 351 5265618
    >> Intel Argentina S.A.
    >> =20
    >>
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    _______________________________________________
    Kusu-users mailing list
    Kusu-users@osgdc.org
    http://mail.osgdc.org/mailman/listinfo/kusu-users


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

    Default [RPM LIST]


    Agustin,

    Both packages are from the same kit?

    Could you do a ls -l on /depot/repos/1000/Server/dapl-*.rpm?

    Thanks,
    Liming


    March, Agustin M wrote:
    > Hi Liming,
    > This is the ouput
    >
    > [root@kususf-eth1 ~]# rpm -qp
    > /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    > --qf="%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    > dapl (none) 2.0.6 0.286.ofed20080207
    >
    > [root@kususf-eth1 ~]# rpm -qp
    > /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    > --qf="%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    > dapl (none) 1.2.4 0.285.ofed20080207
    >
    >
    > Regards,
    > Agustin
    > -----Original Message-----
    > From: kusu-users-bounces@osgdc.org [mailto:kusu-users-bounces@osgdc.org]
    > On Behalf Of Tsai Li Ming
    > Sent: Thursday, March 27, 2008 12:39 PM
    > To: Users of Kusu
    > Subject: Re: [Kusu-users] [RPM LIST]
    >
    > Hi Agustin,
    >
    > It could be a bug in repoman. To help me isolate this, can you run the
    > following on both packages:
    >
    > rpm -qp <pkg> --qf="%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >
    > -Liming
    >
    >
    > March, Agustin M wrote:
    >> Hi,
    >> Yes, there two packages with different version of the same
    >> architecture. Is it possible to select on of them? So, How Could I
    >> select, the ngedit does not allow it?
    >> One example of this is the ofed package 1.3, the following packages
    > are
    >> in the repo
    >>
    >> dapl-1.2.4-0.285.x86_64.rpm
    >> dapl-2.0.6-0.286.x86_64.rpm
    >>
    >>
    >> Regards,
    >> Agustin
    >>
    >> -----Original Message-----
    >> From: kusu-users-bounces@osgdc.org
    > [mailto:kusu-users-bounces@osgdc.org]
    >> On Behalf Of Tsai Li Ming
    >> Sent: Wednesday, March 19, 2008 10:50 PM
    >> To: Users of Kusu
    >> Subject: Re: [Kusu-users] [RPM LIST]
    >>
    >> Hi
    >>
    >> Are there more than 1 rpm of the same package name in the repo, Nmame?
    >>
    >> You can find the packages using:
    >> /depot/repos/<repoid> -name "*<pkg name>*"?
    >>
    >> repoid can be found using "repoman -l".
    >>
    >> You can use rpm -qa | grep or rpm -qi to identify the packages once
    > they
    >> are installed.
    >>
    >> HTH,
    >> Liming
    >>
    >>
    >> March, Agustin M wrote:
    >>> Hi,
    >>> I am working with external packages from KUSU and some kits
    >>> distribution. So, I would to add to compute nodes, so I did the
    >>> following but without success.
    >>> Because, I could not identify the correct rpm name used by the kusu
    > in
    >>> the packages tables.
    >>>
    >>> cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    >>> repoman -u -r "Nmame"
    >>> insert the rpm name into the database.
    >>> Since, there two version of the same name packages, kusu installs
    >> both.
    >>> Is there any way to identify those package in the kusu?
    >>>
    >>> Thank you
    >>>
    >>> Agustin March <mailto:agustin.m.march@intel.com>
    >>> Argentina Distributing Computing Solution
    >>> +54 351 5265618
    >>> Intel Argentina S.A.
    >>>
    >>>
    >>> _______________________________________________
    >>> Kusu-users mailing list
    >>> Kusu-users@osgdc.org
    >>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users


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

    Default [RPM LIST]


    Liming,
    Yes, both packages came from the same packages.

    lrwxrwxrwx 1 root root 62 Mar 27 16:12
    /depot/repos/1000/Server/dapl-1.2.1.1-6.el5.i386.rpm ->
    ../../../kits/rhel/5/x86_64/Server/dapl-1.2.1.1-6.el5.i386.rpm
    lrwxrwxrwx 1 root root 79 Mar 27 16:13
    /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm ->
    ../../../kits/ofed/1.3/noarch/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    lrwxrwxrwx 1 root root 79 Mar 27 16:13
    /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm ->
    ../../../kits/ofed/1.3/noarch/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    lrwxrwxrwx 1 root root 68 Mar 27 16:12
    /depot/repos/1000/Server/dapl-devel-1.2.1.1-6.el5.i386.rpm ->
    ../../../kits/rhel/5/x86_64/Server/dapl-devel-1.2.1.1-6.el5.i386.rpm
    lrwxrwxrwx 1 root root 85 Mar 27 16:13
    /depot/repos/1000/Server/dapl-devel-1.2.4-0.285.ofed20080207.x86_64.rpm
    ->
    ../../../kits/ofed/1.3/noarch/dapl-devel-1.2.4-0.285.ofed20080207.x86_64
    .rpm
    lrwxrwxrwx 1 root root 85 Mar 27 16:13
    /depot/repos/1000/Server/dapl-devel-2.0.6-0.286.ofed20080207.x86_64.rpm
    ->
    ../../../kits/ofed/1.3/noarch/dapl-devel-2.0.6-0.286.ofed20080207.x86_64
    .rpm
    lrwxrwxrwx 1 root root 92 Mar 27 16:13
    /depot/repos/1000/Server/dapl-devel-static-1.2.4-0.285.ofed20080207.x86_
    64.rpm ->
    ../../../kits/ofed/1.3/noarch/dapl-devel-static-1.2.4-0.285.ofed20080207
    .x86_64.rpm
    lrwxrwxrwx 1 root root 92 Mar 27 16:13
    /depot/repos/1000/Server/dapl-devel-static-2.0.6-0.286.ofed20080207.x86_
    64.rpm ->
    ../../../kits/ofed/1.3/noarch/dapl-devel-static-2.0.6-0.286.ofed20080207
    .x86_64.rpm
    lrwxrwxrwx 1 root root 85 Mar 27 16:13
    /depot/repos/1000/Server/dapl-utils-1.2.4-0.285.ofed20080207.x86_64.rpm
    ->
    ../../../kits/ofed/1.3/noarch/dapl-utils-1.2.4-0.285.ofed20080207.x86_64
    .rpm
    lrwxrwxrwx 1 root root 85 Mar 27 16:13
    /depot/repos/1000/Server/dapl-utils-2.0.6-0.286.ofed20080207.x86_64.rpm
    ->
    ../../../kits/ofed/1.3/noarch/dapl-utils-2.0.6-0.286.ofed20080207.x86_64
    .rpm

    Regards,
    Agustin

    -----Original Message-----
    From: kusu-users-bounces@osgdc.org [mailto:kusu-users-bounces@osgdc.org]
    On Behalf Of Tsai Li Ming
    Sent: Thursday, March 27, 2008 2:40 PM
    To: Users of Kusu
    Subject: Re: [Kusu-users] [RPM LIST]

    Agustin,

    Both packages are from the same kit?

    Could you do a ls -l on /depot/repos/1000/Server/dapl-*.rpm?

    Thanks,
    Liming


    March, Agustin M wrote:
    > Hi Liming,
    > This is the ouput
    >=20
    > [root@kususf-eth1 ~]# rpm -qp
    > /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    > --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    > dapl (none) 2.0.6 0.286.ofed20080207
    >=20
    > [root@kususf-eth1 ~]# rpm -qp
    > /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    > --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    > dapl (none) 1.2.4 0.285.ofed20080207
    >=20
    >=20
    > Regards,
    > Agustin
    > -----Original Message-----
    > From: kusu-users-bounces@osgdc.org
    [mailto:kusu-users-bounces@osgdc.org]
    > On Behalf Of Tsai Li Ming
    > Sent: Thursday, March 27, 2008 12:39 PM
    > To: Users of Kusu
    > Subject: Re: [Kusu-users] [RPM LIST]
    >=20
    > Hi Agustin,
    >=20
    > It could be a bug in repoman. To help me isolate this, can you run the

    > following on both packages:
    >=20
    > rpm -qp <pkg> --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >=20
    > -Liming
    >=20
    >=20
    > March, Agustin M wrote:
    >> Hi,
    >> Yes, there two packages with different version of the same
    >> architecture. Is it possible to select on of them? So, How Could I
    >> select, the ngedit does not allow it?=20
    >> One example of this is the ofed package 1.3, the following packages
    > are
    >> in the repo
    >>
    >> dapl-1.2.4-0.285.x86_64.rpm
    >> dapl-2.0.6-0.286.x86_64.rpm
    >>
    >>
    >> Regards,
    >> Agustin
    >>
    >> -----Original Message-----
    >> From: kusu-users-bounces@osgdc.org
    > [mailto:kusu-users-bounces@osgdc.org]
    >> On Behalf Of Tsai Li Ming
    >> Sent: Wednesday, March 19, 2008 10:50 PM
    >> To: Users of Kusu
    >> Subject: Re: [Kusu-users] [RPM LIST]
    >>
    >> Hi
    >>
    >> Are there more than 1 rpm of the same package name in the repo,
    Nmame?
    >>
    >> You can find the packages using:
    >> /depot/repos/<repoid> -name "*<pkg name>*"?
    >>
    >> repoid can be found using "repoman -l".
    >>
    >> You can use rpm -qa | grep or rpm -qi to identify the packages once
    > they
    >> are installed.
    >>
    >> HTH,
    >> Liming
    >>
    >>
    >> March, Agustin M wrote:
    >>> Hi,
    >>> I am working with external packages from KUSU and some kits
    >>> distribution. So, I would to add to compute nodes, so I did the
    >>> following but without success.
    >>> Because, I could not identify the correct rpm name used by the kusu
    > in
    >>> the packages tables.
    >>>
    >>> cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    >>> repoman -u -r "Nmame"=20
    >>> insert the rpm name into the database. =20
    >>> Since, there two version of the same name packages, kusu installs
    >> both.=20
    >>> Is there any way to identify those package in the kusu?
    >>>
    >>> Thank you
    >>>
    >>> Agustin March <mailto:agustin.m.march@intel.com>=20
    >>> Argentina Distributing Computing Solution=20
    >>> +54 351 5265618
    >>> Intel Argentina S.A.
    >>> =20
    >>>
    >>> _______________________________________________
    >>> Kusu-users mailing list
    >>> Kusu-users@osgdc.org
    >>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    _______________________________________________
    Kusu-users mailing list
    Kusu-users@osgdc.org
    http://mail.osgdc.org/mailman/listinfo/kusu-users


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

    Default [RPM LIST]


    Thanks Agustin.

    I noticed both dapl packages, 1.2.4 and 2.0.6 are from the ofed kit. Are
    both provided by the ofed kit?

    -Liming

    March, Agustin M wrote:
    > Liming,
    > Yes, both packages came from the same packages.
    >
    > lrwxrwxrwx 1 root root 62 Mar 27 16:12
    > /depot/repos/1000/Server/dapl-1.2.1.1-6.el5.i386.rpm ->
    > ../../../kits/rhel/5/x86_64/Server/dapl-1.2.1.1-6.el5.i386.rpm
    > lrwxrwxrwx 1 root root 79 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm ->
    > ../../../kits/ofed/1.3/noarch/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    > lrwxrwxrwx 1 root root 79 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm ->
    > ../../../kits/ofed/1.3/noarch/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    > lrwxrwxrwx 1 root root 68 Mar 27 16:12
    > /depot/repos/1000/Server/dapl-devel-1.2.1.1-6.el5.i386.rpm ->
    > ../../../kits/rhel/5/x86_64/Server/dapl-devel-1.2.1.1-6.el5.i386.rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-devel-1.2.4-0.285.ofed20080207.x86_64.rpm
    > ->
    > ../../../kits/ofed/1.3/noarch/dapl-devel-1.2.4-0.285.ofed20080207.x86_64
    > .rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-devel-2.0.6-0.286.ofed20080207.x86_64.rpm
    > ->
    > ../../../kits/ofed/1.3/noarch/dapl-devel-2.0.6-0.286.ofed20080207.x86_64
    > .rpm
    > lrwxrwxrwx 1 root root 92 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-devel-static-1.2.4-0.285.ofed20080207.x86_
    > 64.rpm ->
    > ../../../kits/ofed/1.3/noarch/dapl-devel-static-1.2.4-0.285.ofed20080207
    > .x86_64.rpm
    > lrwxrwxrwx 1 root root 92 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-devel-static-2.0.6-0.286.ofed20080207.x86_
    > 64.rpm ->
    > ../../../kits/ofed/1.3/noarch/dapl-devel-static-2.0.6-0.286.ofed20080207
    > .x86_64.rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-utils-1.2.4-0.285.ofed20080207.x86_64.rpm
    > ->
    > ../../../kits/ofed/1.3/noarch/dapl-utils-1.2.4-0.285.ofed20080207.x86_64
    > .rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-utils-2.0.6-0.286.ofed20080207.x86_64.rpm
    > ->
    > ../../../kits/ofed/1.3/noarch/dapl-utils-2.0.6-0.286.ofed20080207.x86_64
    > .rpm
    >
    > Regards,
    > Agustin
    >
    > -----Original Message-----
    > From: kusu-users-bounces@osgdc.org [mailto:kusu-users-bounces@osgdc.org]
    > On Behalf Of Tsai Li Ming
    > Sent: Thursday, March 27, 2008 2:40 PM
    > To: Users of Kusu
    > Subject: Re: [Kusu-users] [RPM LIST]
    >
    > Agustin,
    >
    > Both packages are from the same kit?
    >
    > Could you do a ls -l on /depot/repos/1000/Server/dapl-*.rpm?
    >
    > Thanks,
    > Liming
    >
    >
    > March, Agustin M wrote:
    >> Hi Liming,
    >> This is the ouput
    >>
    >> [root@kususf-eth1 ~]# rpm -qp
    >> /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    >> --qf="%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >> dapl (none) 2.0.6 0.286.ofed20080207
    >>
    >> [root@kususf-eth1 ~]# rpm -qp
    >> /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    >> --qf="%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >> dapl (none) 1.2.4 0.285.ofed20080207
    >>
    >>
    >> Regards,
    >> Agustin
    >> -----Original Message-----
    >> From: kusu-users-bounces@osgdc.org
    > [mailto:kusu-users-bounces@osgdc.org]
    >> On Behalf Of Tsai Li Ming
    >> Sent: Thursday, March 27, 2008 12:39 PM
    >> To: Users of Kusu
    >> Subject: Re: [Kusu-users] [RPM LIST]
    >>
    >> Hi Agustin,
    >>
    >> It could be a bug in repoman. To help me isolate this, can you run the
    >
    >> following on both packages:
    >>
    >> rpm -qp <pkg> --qf="%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >>
    >> -Liming
    >>
    >>
    >> March, Agustin M wrote:
    >>> Hi,
    >>> Yes, there two packages with different version of the same
    >>> architecture. Is it possible to select on of them? So, How Could I
    >>> select, the ngedit does not allow it?
    >>> One example of this is the ofed package 1.3, the following packages
    >> are
    >>> in the repo
    >>>
    >>> dapl-1.2.4-0.285.x86_64.rpm
    >>> dapl-2.0.6-0.286.x86_64.rpm
    >>>
    >>>
    >>> Regards,
    >>> Agustin
    >>>
    >>> -----Original Message-----
    >>> From: kusu-users-bounces@osgdc.org
    >> [mailto:kusu-users-bounces@osgdc.org]
    >>> On Behalf Of Tsai Li Ming
    >>> Sent: Wednesday, March 19, 2008 10:50 PM
    >>> To: Users of Kusu
    >>> Subject: Re: [Kusu-users] [RPM LIST]
    >>>
    >>> Hi
    >>>
    >>> Are there more than 1 rpm of the same package name in the repo,
    > Nmame?
    >>> You can find the packages using:
    >>> /depot/repos/<repoid> -name "*<pkg name>*"?
    >>>
    >>> repoid can be found using "repoman -l".
    >>>
    >>> You can use rpm -qa | grep or rpm -qi to identify the packages once
    >> they
    >>> are installed.
    >>>
    >>> HTH,
    >>> Liming
    >>>
    >>>
    >>> March, Agustin M wrote:
    >>>> Hi,
    >>>> I am working with external packages from KUSU and some kits
    >>>> distribution. So, I would to add to compute nodes, so I did the
    >>>> following but without success.
    >>>> Because, I could not identify the correct rpm name used by the kusu
    >> in
    >>>> the packages tables.
    >>>>
    >>>> cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    >>>> repoman -u -r "Nmame"
    >>>> insert the rpm name into the database.
    >>>> Since, there two version of the same name packages, kusu installs
    >>> both.
    >>>> Is there any way to identify those package in the kusu?
    >>>>
    >>>> Thank you
    >>>>
    >>>> Agustin March <mailto:agustin.m.march@intel.com>
    >>>> Argentina Distributing Computing Solution
    >>>> +54 351 5265618
    >>>> Intel Argentina S.A.
    >>>>
    >>>>
    >>>> _______________________________________________
    >>>> Kusu-users mailing list
    >>>> Kusu-users@osgdc.org
    >>>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >>> _______________________________________________
    >>> Kusu-users mailing list
    >>> Kusu-users@osgdc.org
    >>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >>> _______________________________________________
    >>> Kusu-users mailing list
    >>> Kusu-users@osgdc.org
    >>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users


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

    Default [RPM LIST]


    Yes, both come with the kit. Instructions on using both are here:
    http://www.openfabrics.org/downloads/dapl/
    but yum has trouble with this.

    -----Original Message-----
    From: kusu-users-bounces@osgdc.org
    [mailto:kusu-users-bounces@osgdc.org]On Behalf Of Tsai Li Ming
    Sent: Thursday, March 27, 2008 9:16 PM
    To: Users of Kusu
    Subject: Re: [Kusu-users] [RPM LIST]


    Thanks Agustin.

    I noticed both dapl packages, 1.2.4 and 2.0.6 are from the ofed kit. Are =

    both provided by the ofed kit?

    -Liming

    March, Agustin M wrote:
    > Liming,
    > Yes, both packages came from the same packages.
    >=20
    > lrwxrwxrwx 1 root root 62 Mar 27 16:12
    > /depot/repos/1000/Server/dapl-1.2.1.1-6.el5.i386.rpm ->
    > ../../../kits/rhel/5/x86_64/Server/dapl-1.2.1.1-6.el5.i386.rpm
    > lrwxrwxrwx 1 root root 79 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm ->
    > ../../../kits/ofed/1.3/noarch/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    > lrwxrwxrwx 1 root root 79 Mar 27 16:13
    > /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm ->
    > ../../../kits/ofed/1.3/noarch/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    > lrwxrwxrwx 1 root root 68 Mar 27 16:12
    > /depot/repos/1000/Server/dapl-devel-1.2.1.1-6.el5.i386.rpm ->
    > ../../../kits/rhel/5/x86_64/Server/dapl-devel-1.2.1.1-6.el5.i386.rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > =
    /depot/repos/1000/Server/dapl-devel-1.2.4-0.285.ofed20080207.x86_64.rpm
    > ->
    > =
    ../../../kits/ofed/1.3/noarch/dapl-devel-1.2.4-0.285.ofed20080207.x86_64
    > .rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > =
    /depot/repos/1000/Server/dapl-devel-2.0.6-0.286.ofed20080207.x86_64.rpm
    > ->
    > =
    ../../../kits/ofed/1.3/noarch/dapl-devel-2.0.6-0.286.ofed20080207.x86_64
    > .rpm
    > lrwxrwxrwx 1 root root 92 Mar 27 16:13
    > =
    /depot/repos/1000/Server/dapl-devel-static-1.2.4-0.285.ofed20080207.x86_
    > 64.rpm ->
    > =
    ../../../kits/ofed/1.3/noarch/dapl-devel-static-1.2.4-0.285.ofed20080207
    > .x86_64.rpm
    > lrwxrwxrwx 1 root root 92 Mar 27 16:13
    > =
    /depot/repos/1000/Server/dapl-devel-static-2.0.6-0.286.ofed20080207.x86_
    > 64.rpm ->
    > =
    ../../../kits/ofed/1.3/noarch/dapl-devel-static-2.0.6-0.286.ofed20080207
    > .x86_64.rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > =
    /depot/repos/1000/Server/dapl-utils-1.2.4-0.285.ofed20080207.x86_64.rpm
    > ->
    > =
    ../../../kits/ofed/1.3/noarch/dapl-utils-1.2.4-0.285.ofed20080207.x86_64
    > .rpm
    > lrwxrwxrwx 1 root root 85 Mar 27 16:13
    > =
    /depot/repos/1000/Server/dapl-utils-2.0.6-0.286.ofed20080207.x86_64.rpm
    > ->
    > =
    ../../../kits/ofed/1.3/noarch/dapl-utils-2.0.6-0.286.ofed20080207.x86_64
    > .rpm
    >=20
    > Regards,
    > Agustin
    >=20
    > -----Original Message-----
    > From: kusu-users-bounces@osgdc.org =
    [mailto:kusu-users-bounces@osgdc.org]
    > On Behalf Of Tsai Li Ming
    > Sent: Thursday, March 27, 2008 2:40 PM
    > To: Users of Kusu
    > Subject: Re: [Kusu-users] [RPM LIST]
    >=20
    > Agustin,
    >=20
    > Both packages are from the same kit?
    >=20
    > Could you do a ls -l on /depot/repos/1000/Server/dapl-*.rpm?
    >=20
    > Thanks,
    > Liming
    >=20
    >=20
    > March, Agustin M wrote:
    >> Hi Liming,
    >> This is the ouput
    >>
    >> [root@kususf-eth1 ~]# rpm -qp
    >> /depot/repos/1000/Server/dapl-2.0.6-0.286.ofed20080207.x86_64.rpm
    >> --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >> dapl (none) 2.0.6 0.286.ofed20080207
    >>
    >> [root@kususf-eth1 ~]# rpm -qp
    >> /depot/repos/1000/Server/dapl-1.2.4-0.285.ofed20080207.x86_64.rpm
    >> --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >> dapl (none) 1.2.4 0.285.ofed20080207
    >>
    >>
    >> Regards,
    >> Agustin
    >> -----Original Message-----
    >> From: kusu-users-bounces@osgdc.org
    > [mailto:kusu-users-bounces@osgdc.org]
    >> On Behalf Of Tsai Li Ming
    >> Sent: Thursday, March 27, 2008 12:39 PM
    >> To: Users of Kusu
    >> Subject: Re: [Kusu-users] [RPM LIST]
    >>
    >> Hi Agustin,
    >>
    >> It could be a bug in repoman. To help me isolate this, can you run =
    the
    >=20
    >> following on both packages:
    >>
    >> rpm -qp <pkg> --qf=3D"%{NAME} %{EPOCH} %{VERSION} %{RELEASE}\n"
    >>
    >> -Liming
    >>
    >>
    >> March, Agustin M wrote:
    >>> Hi,
    >>> Yes, there two packages with different version of the same
    >>> architecture. Is it possible to select on of them? So, How Could I
    >>> select, the ngedit does not allow it?=20
    >>> One example of this is the ofed package 1.3, the following packages
    >> are
    >>> in the repo
    >>>
    >>> dapl-1.2.4-0.285.x86_64.rpm
    >>> dapl-2.0.6-0.286.x86_64.rpm
    >>>
    >>>
    >>> Regards,
    >>> Agustin
    >>>
    >>> -----Original Message-----
    >>> From: kusu-users-bounces@osgdc.org
    >> [mailto:kusu-users-bounces@osgdc.org]
    >>> On Behalf Of Tsai Li Ming
    >>> Sent: Wednesday, March 19, 2008 10:50 PM
    >>> To: Users of Kusu
    >>> Subject: Re: [Kusu-users] [RPM LIST]
    >>>
    >>> Hi
    >>>
    >>> Are there more than 1 rpm of the same package name in the repo,
    > Nmame?
    >>> You can find the packages using:
    >>> /depot/repos/<repoid> -name "*<pkg name>*"?
    >>>
    >>> repoid can be found using "repoman -l".
    >>>
    >>> You can use rpm -qa | grep or rpm -qi to identify the packages once
    >> they
    >>> are installed.
    >>>
    >>> HTH,
    >>> Liming
    >>>
    >>>
    >>> March, Agustin M wrote:
    >>>> Hi,
    >>>> I am working with external packages from KUSU and some kits
    >>>> distribution. So, I would to add to compute nodes, so I did the
    >>>> following but without success.
    >>>> Because, I could not identify the correct rpm name used by the kusu
    >> in
    >>>> the packages tables.
    >>>>
    >>>> cp *.rpm /depot/kit/somekitassociatedtoaRepo/
    >>>> repoman -u -r "Nmame"=20
    >>>> insert the rpm name into the database. =20
    >>>> Since, there two version of the same name packages, kusu installs
    >>> both.=20
    >>>> Is there any way to identify those package in the kusu?
    >>>>
    >>>> Thank you
    >>>>
    >>>> Agustin March <mailto:agustin.m.march@intel.com>=20
    >>>> Argentina Distributing Computing Solution=20
    >>>> +54 351 5265618
    >>>> Intel Argentina S.A.
    >>>> =20
    >>>>
    >>>> _______________________________________________
    >>>> Kusu-users mailing list
    >>>> Kusu-users@osgdc.org
    >>>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >>> _______________________________________________
    >>> Kusu-users mailing list
    >>> Kusu-users@osgdc.org
    >>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >>> _______________________________________________
    >>> Kusu-users mailing list
    >>> Kusu-users@osgdc.org
    >>> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    >> _______________________________________________
    >> Kusu-users mailing list
    >> Kusu-users@osgdc.org
    >> http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    > _______________________________________________
    > Kusu-users mailing list
    > Kusu-users@osgdc.org
    > http://mail.osgdc.org/mailman/listinfo/kusu-users
    _______________________________________________
    Kusu-users mailing list
    Kusu-users@osgdc.org
    http://mail.osgdc.org/mailman/listinfo/kusu-users


Closed Thread

Tags for this 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