Same package with different archs

2010-01-13 Thread Patryk Lason
Hi, can anyone give me a working example for installing the same package with two different archs? I have sth like this: # yum list all | grep glibc-devel glibc-devel.x86_64 2.5-42installed glibc-devel.i3862.5-42

Re: Out of bounds

2009-12-29 Thread Patryk Lason
On Tue, Dec 29, 2009 at 12:27:15PM +0100, Patryk Lason wrote: > Hi, > > I have Cfengine 3.0.3 from SVN, revision 703. > > And I have the following: > --- > files: >"/var/spool/pbs/mom_priv/config" > copy

Out of bounds

2009-12-29 Thread Patryk Lason
Hi, I have Cfengine 3.0.3 from SVN, revision 703. And I have the following: --- files: "/var/spool/pbs/mom_priv/config" copy_from => cp("$(path)/var/spool/pbs/mom_priv/config","$(g.cf_master)"), classes => classdef("pbs_mom_restart");

How to install a versioned package?

2009-12-21 Thread Patryk Lason
Hi, Please take a look and tell what is wrong on that picture ;-). In the system I have: # /bin/rpm -qa --queryformat "i | repos | %{name} | %{version}-%{release} | %{arch}\n" | grep " torque " i | repos | torque | 2.3.0-snap.200801151629.2cri.sl5 | x86_64 I want to install version 2.4.3-sl5, a

Adding and removing packages with yum/rpm

2009-12-16 Thread Patryk Lason
Hi, could you please paste a working example where it is possible to add and delete a package with its version and architecture? I.e. I'd like to add a package "jdk.x86_64" with version "2000:1.6.0_17-fcs" and keep it frozen. # yum list all | grep ^jdk.x86_64 jdk.x86_64

Re: Group of classes

2009-12-15 Thread Patryk Lason
On Tue, Dec 15, 2009 at 03:02:38PM +0100, Patryk Lason wrote: > Hello, > > How can I define a group of classes? > > I have something like this: > - > classes: > >rack_1 or => { "node1_1", "node1_2" }; >ra

Re: Group of classes

2009-12-15 Thread Patryk Lason
On Tuesday 15 of December 2009, you wrote: > You should have quotes around your "promisers" > > "rack_1" or => ... Yes, I have, it's a manual copy/paste error ;-). Patryk -- Patryk Lason p.la...@cyfronet.pl phone: (+48 12)

Group of classes

2009-12-15 Thread Patryk Lason
Hello, How can I define a group of classes? I have something like this: - classes: rack_1 or => { "node1_1", "node1_2" }; rack_2 or => { "node2_1", "node2_2" }; blade or => { "rack_1", "rack_2" }; - And it does not work, here it the erro