Re: [Pacemaker] CAn't install resource-agents-1.0.2 on EL5

2010-03-26 Thread Andrew Beekhof
On Thu, Mar 25, 2010 at 5:27 PM, Ken Dechick k...@medent.com wrote:
 Hello all,

  Sorry iof this has been covered already - I dug through the lists and didn't
 see this problem anywhere. In the process of migrating up to centOS 5.4 from
 5.3 I noticed that I cannot install the newer resource-agents-1.0.2 from yum.
 I have the older one installed (v1.0.1), and want to get it up to date. Yum
 transaction fails from missing dependancy:

 Setting up Update Process
 Resolving Dependencies
 -- Running transaction check
 --- Package resource-agents.x86_64 0:1.0.2-1 set to be updated
 -- Processing Dependency: libnet.so.1()(64bit) for package: resource-agents
 -- Finished Dependency Resolution
 resource-agents-1.0.2-1.x86_64 from linbit has depsolving problems
  -- Missing Dependency: libnet.so.1()(64bit) is needed by package
 resource-agents-1.0.2-1.x86_64 (linbit)
 Error: Missing Dependency: libnet.so.1()(64bit) is needed by package
 resource-agents-1.0.2-1.x86_64 (linbit)

 I have the usual default CentOS-base.repo, plus I add epel and rpmforge
 besides clusterlabs and linbit (we have support contract with Linbit).

 Where can I get this libnet.so.1()(64bit) dependancy from?? Yum can't find it:
 [r...@ccsha2 ~]# yum whatprovides */libnet.so.1
 Loaded plugins: fastestmirror, priorities
 Loading mirror speeds from cached hostfile
  * addons: linux.mirrors.es.net
  * base: repo.genomics.upenn.edu
  * epel: archive.linux.duke.edu
  * extras: ftp.wallawalla.edu
  * rpmforge: apt.sw.be
  * updates: ftp.ussg.iu.edu
 Excluding Packages from CentOS-5 - Extras
 Finished
 epel/filelists_db                                        | 4.1 MB     00:01
 No Matches found

It should be provided by the 'libnet' package which is part of EPEL iirc.

___
Pacemaker mailing list
Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker


Re: [Pacemaker] Can't install resource-agents-1.0.2 on EL5

2010-03-26 Thread Ken Dechick
 as well as a host of supplementary and
   : complementary functionality.

And on CentOS 5.4:
yum info libnet
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * addons: ftp.osuosl.org
 * base: centos.eecs.wsu.edu
 * epel: archive.linux.duke.edu
 * extras: mirror.nyi.net
 * rpmforge: apt.sw.be
 * updates: centos.mirrors.tds.net
Excluding Packages from CentOS-5 - Extras
Finished
610 packages excluded due to repository priority protections
Available Packages
Name   : libnet
Arch   : x86_64
Version: 1.1.2.1
Release: 2.rf
Size   : 238 k
Repo   : extras
Summary: Routines to help with network packet contruction and handling
URL: http://www.packetfactory.net/projects/libnet/
License: GPL
Description: Libnet is a high-level API (toolkit) allowing the application
programmer to
   : construct and inject network packets. It provides a portable and
simplified
   : interface for low-level network packet shaping, handling and
injection.
   :
   : Libnet hides much of the tedium of packet creation from the
application
   : programmer such as multiplexing, buffer management, arcane packet
header
   : information, byte-ordering, OS-dependent issues, and much more.
Libnet
   : features portable packet creation interfaces at the IP layer and
link layer,
   : as well as a host of supplementary and complementary functionality.
   :
   : Using libnet, quick and simple packet assembly applications can
be whipped up
   : with little effort. With a bit more time, more complex programs
can be written
   : (Traceroute and ping were easily rewritten using libnet and 
libpcap).


Ooops - now I see the problem! My CentOS 5.4 is trying to pull libnet from the
CentOS extras, not the epel! 
I appended my CentOS-Base.repo to include libnet with drbd in the package
exclusions: exclude=drbd* kmod-drbd* libnet*and this appears to solve the
issue.
I will leave all this info and still send it to you guys in case it helps you
fix someone else's issue with this!



-Thanks!
-Ken


Kenneth M DeChick
Linux Systems Administrator
Community Computer Service, Inc.
(315)-255-1751 ext154
http://www.medent.com
k...@medent.com
Registered Linux User #497318
-- -- -- -- -- -- -- -- -- -- --
You canna change the laws of physics, Captain; I've got to have thirty 
minutes! 

.

-- Original Message ---
From: Adam Gandelman adam.gandel...@linbit.com
To: k...@medent.com
Sent: Thu, 25 Mar 2010 15:22:17 -0700
Subject: Re: [Pacemaker] CAn't install resource-agents-1.0.2 on EL5

 Hey Ken-
 
 Turns out you can resolve this dependency by installing and enabling 
 the EPEL package repo:
 
 su -c 'rpm -Uvh
 http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm'
 
 Now a `yum install libnet` will install the appropriate libraries, or
 you can do a `yum install heartbeat pacemaker` and they will be 
 pulled in automatically.
 
 For what its worth, the libnet dependency is going to be dropped from
 future releases of the resource-agents package so you wont need to 
 add another repo to satisfy the requirement.
 
 If you want more info about the EPEL repository and where you're
 installing from, check out http://fedoraproject.org/wiki/EPEL/FAQ
 
 -- 
 : Adam Gandelman
 : LINBIT | Your Way to High Availability
 : Telephone: 503-573-1262 ext. 203
 : Sales: 1-877-4-LINBIT / 1-877-454-6248
 :
 : 7959 SW Cirrus Dr.
 : Beaverton, OR 97008
 :
 : http://www.linbit.com
--- End of Original Message ---

This message has been scanned for viruses and dangerous content by MailScanner, 
SpamAssassin  ClamAV.

This message and any attachments may contain information that is protected by 
law as privileged and confidential, and
is transmitted for the sole use of the intended recipient(s). If you are not 
the intended recipient, you are hereby notified
that any use, dissemination, copying or retention of this e-mail or the 
information contained herein is strictly prohibited.
If you received this e-mail in error, please immediately notify the sender by 
e-mail, and permanently delete this e-mail.


___
Pacemaker mailing list
Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker


[Pacemaker] CAn't install resource-agents-1.0.2 on EL5

2010-03-25 Thread Ken Dechick
Hello all, 

  Sorry iof this has been covered already - I dug through the lists and didn't
see this problem anywhere. In the process of migrating up to centOS 5.4 from
5.3 I noticed that I cannot install the newer resource-agents-1.0.2 from yum.
I have the older one installed (v1.0.1), and want to get it up to date. Yum
transaction fails from missing dependancy:

Setting up Update Process
Resolving Dependencies
-- Running transaction check
--- Package resource-agents.x86_64 0:1.0.2-1 set to be updated
-- Processing Dependency: libnet.so.1()(64bit) for package: resource-agents
-- Finished Dependency Resolution
resource-agents-1.0.2-1.x86_64 from linbit has depsolving problems
  -- Missing Dependency: libnet.so.1()(64bit) is needed by package
resource-agents-1.0.2-1.x86_64 (linbit)
Error: Missing Dependency: libnet.so.1()(64bit) is needed by package
resource-agents-1.0.2-1.x86_64 (linbit)

I have the usual default CentOS-base.repo, plus I add epel and rpmforge
besides clusterlabs and linbit (we have support contract with Linbit).

Where can I get this libnet.so.1()(64bit) dependancy from?? Yum can't find it:
[r...@ccsha2 ~]# yum whatprovides */libnet.so.1
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * addons: linux.mirrors.es.net
 * base: repo.genomics.upenn.edu
 * epel: archive.linux.duke.edu
 * extras: ftp.wallawalla.edu
 * rpmforge: apt.sw.be
 * updates: ftp.ussg.iu.edu
Excluding Packages from CentOS-5 - Extras
Finished
epel/filelists_db| 4.1 MB 00:01
No Matches found

 
-Thanks!


Kenneth M DeChick
Linux Systems Administrator
Community Computer Service, Inc.
(315)-255-1751 ext154
http://www.medent.com
k...@medent.com
Registered Linux User #497318
-- -- -- -- -- -- -- -- -- -- --
You canna change the laws of physics, Captain; I've got to have thirtyminutes! 


.

This message has been scanned for viruses and dangerous content by MailScanner, 
SpamAssassin  ClamAV.

This message and any attachments may contain information that is protected by 
law as privileged and confidential, and
is transmitted for the sole use of the intended recipient(s). If you are not 
the intended recipient, you are hereby notified
that any use, dissemination, copying or retention of this e-mail or the 
information contained herein is strictly prohibited.
If you received this e-mail in error, please immediately notify the sender by 
e-mail, and permanently delete this e-mail.


___
Pacemaker mailing list
Pacemaker@oss.clusterlabs.org
http://oss.clusterlabs.org/mailman/listinfo/pacemaker