Re: updating rpms

2002-08-29 Thread Bo Peng

Try apt. It solves this kind of problem by automatically fetch and
update bind-devel too. Search previous messages for apt-get.

Bo

On Thu, Aug 29, 2002 at 01:36:37PM +0100, Gordon McDowall wrote:

> Hi

> I have recently came to RedHat after using various other flavours of linux,
> the main difference between what I am used to and RedHat is the use of rpms
> instead of source.   Here is my problem.
> I installed a RedHat 7.3 machine as a cacheing DNS server, by default
> bind-9.2.0 is installed.   Now I have found a bind-9.2.1 rpm, but when you
> try to install it using rpm -Uvh --freshen bind-9.2.1.blah.blah I get an
> error 
> error: failed dependencies:
> bind = 9.2.0 is needed by bind-devel-9.2.0-8

> Am I missing something?

> Gordon






-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: updating rpms

2002-08-29 Thread ramakrishna

hi,

* Willem Brown ([EMAIL PROTECTED]) wrote:
> Hello,
> 
> Gordon McDowall wrote:
> > Hi
> > 
> > I have recently came to RedHat after using various other flavours of linux,
> > the main difference between what I am used to and RedHat is the use of rpms
> > instead of source.   Here is my problem.
> > I installed a RedHat 7.3 machine as a cacheing DNS server, by default
> > bind-9.2.0 is installed.   Now I have found a bind-9.2.1 rpm, but when you
> > try to install it using rpm -Uvh --freshen bind-9.2.1.blah.blah I get an
> > error 
> > error: failed dependencies:
> > bind = 9.2.0 is needed by bind-devel-9.2.0-8
> > 
> > Am I missing something?
> > 
> > Gordon
> > 
> > 
> > 
> 
> You'll need to update all the bind rpms at the same time. To get a list
> of the installed rpms:
> 
> rpm -qa bind\*
> 
   Added information if required:

If you already have installed rpmdb-redhat-7.3-0.20020613.i386.rpm
  then you can find out the dependencies required by the particular rpm
for ex:
in your case to find what other pkgs bind requires execute this
$ rpm -q --redhatrequires bind
  

-cheers-


rk
--
-
Ramakrishna | [EMAIL PROTECTED]
Exocore Consulting  | http://www.exocore.com
Bangalore, India| +91 (80) 344-0397 
-



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updating rpms

2002-08-29 Thread Gordon McDowall

Thanks folks thats sorted things...pretty obvious really

-Original Message-
From: Willem Brown [mailto:[EMAIL PROTECTED]]
Sent: 29 August 2002 13:47
To: [EMAIL PROTECTED]
Subject: Re: updating rpms


Hello,

Gordon McDowall wrote:
> Hi
> 
> I have recently came to RedHat after using various other flavours of
linux,
> the main difference between what I am used to and RedHat is the use of
rpms
> instead of source.   Here is my problem.
> I installed a RedHat 7.3 machine as a cacheing DNS server, by default
> bind-9.2.0 is installed.   Now I have found a bind-9.2.1 rpm, but when you
> try to install it using rpm -Uvh --freshen bind-9.2.1.blah.blah I get an
> error 
> error: failed dependencies:
> bind = 9.2.0 is needed by bind-devel-9.2.0-8
> 
> Am I missing something?
> 
> Gordon
> 
> 
> 

You'll need to update all the bind rpms at the same time. To get a list
of the installed rpms:

rpm -qa bind\*

If you try to update just the bind package then the bind-devel and
bind-utils will be out of sync.

So, if you don't need the bind-devel rpm you can un-install it and
try again or just get the bind-devel and maybe the bind-utils as well
and update all three.

Best Regards
Willem Brown

-- 
iServe (Pty) Ltd.
http://www.iserve.co.za/

Tel: +27 (0)11 258-7800
Fax: +27 (0)11 258-7888
Cell: +27 (0)83 271-0839



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: updating rpms

2002-08-29 Thread Willem Brown

Hello,

Gordon McDowall wrote:
> Hi
> 
> I have recently came to RedHat after using various other flavours of linux,
> the main difference between what I am used to and RedHat is the use of rpms
> instead of source.   Here is my problem.
> I installed a RedHat 7.3 machine as a cacheing DNS server, by default
> bind-9.2.0 is installed.   Now I have found a bind-9.2.1 rpm, but when you
> try to install it using rpm -Uvh --freshen bind-9.2.1.blah.blah I get an
> error 
> error: failed dependencies:
> bind = 9.2.0 is needed by bind-devel-9.2.0-8
> 
> Am I missing something?
> 
> Gordon
> 
> 
> 

You'll need to update all the bind rpms at the same time. To get a list
of the installed rpms:

rpm -qa bind\*

If you try to update just the bind package then the bind-devel and
bind-utils will be out of sync.

So, if you don't need the bind-devel rpm you can un-install it and
try again or just get the bind-devel and maybe the bind-utils as well
and update all three.

Best Regards
Willem Brown

-- 
iServe (Pty) Ltd.
http://www.iserve.co.za/

Tel: +27 (0)11 258-7800
Fax: +27 (0)11 258-7888
Cell: +27 (0)83 271-0839



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



Re: updating rpms

2002-08-29 Thread Robert P. J. Day

On Thu, 29 Aug 2002, Gordon McDowall wrote:

> 
> Hi
> 
> I have recently came to RedHat after using various other flavours of linux,
> the main difference between what I am used to and RedHat is the use of rpms
> instead of source.   Here is my problem.
> I installed a RedHat 7.3 machine as a cacheing DNS server, by default
> bind-9.2.0 is installed.   Now I have found a bind-9.2.1 rpm, but when you
> try to install it using rpm -Uvh --freshen bind-9.2.1.blah.blah I get an
> error 
> error: failed dependencies:
> bind = 9.2.0 is needed by bind-devel-9.2.0-8

first, you don't need *both* -U (which means upgrade) and
--freshen  (or -F for short).  either one will do in your case.

you have a couple of options:

1) upgrade/freshen *both* the bind and bind-devel rpms using the
   same rpm command -- that will deal with the dependencies.

2) remove the bind-devel rpm first.  unless you're doing development
   work using bind, you very likely don't need that rpm, and you
   can always install the newer one down the road if you need it.

rday



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updating rpms using rpm

2002-01-31 Thread Josep M.

Hello.

I tried now in two machines,upgrading first kernel as is described in Red Hat support 
documents
and later upgrade all rpm packages without problem.

Thanks
Josep



Begin of Quote Greg Wright :


>*** REPLY SEPARATOR  ***
>
>On 28/01/2002 at 11:31 PM Josep M. [EMAIL PROTECTED]
>[gregausit/redhat-list] wrote:
>
>>Hello.
>>
>>Just when finished upgrade,had a problem with console session,I open
>>another console session (ctrl-f2) and was not possible login
>>because an problem,maybe was kernel uppgrade the problem,but was
>>impossible boot the machine:)
>>
>>Do You believe that upgrading kernel first will be solved?
>
>If you tried to upgrade the kernel using "U" you will have problems, if you
>are not sure what I mean, look for a doc on how to install a new kernel.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updating rpms using rpm

2002-01-27 Thread Greg Wright



*** REPLY SEPARATOR  ***

On 28/01/2002 at 11:31 PM Josep M. [EMAIL PROTECTED]
[gregausit/redhat-list] wrote:

>Hello.
>
>Just when finished upgrade,had a problem with console session,I open
>another console session (ctrl-f2) and was not possible login
>because an problem,maybe was kernel uppgrade the problem,but was
>impossible boot the machine:)
>
>Do You believe that upgrading kernel first will be solved?

If you tried to upgrade the kernel using "U" you will have problems, if you
are not sure what I mean, look for a doc on how to install a new kernel.

Regards

Greg Wright
-- 

IT Consultant Sydney Australia PH 0418 292020 -- Int. +61 418 292020
Available for Global Contracts  US Fax -- 801 740 2874
Web  http://www.ausit.comE-mail Greg  AT  AusIT.com
Trading As -   AAA Computers -- providers of IT services.



___
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list



RE: updating rpms using rpm

2002-01-27 Thread Josep M.

Hello.
Just when finished upgrade,had a problem with console session,I open
another console session (ctrl-f2) and was not possible login
because an problem,maybe was kernel uppgrade the problem,but was
impossible boot the machine:)
Do You believe that upgrading kernel first will be solved?
Josep

Begin of Quote Harold Cubillos :
Sounds
like the kernel rpms were updated and you just have to compile the new
kernel.
 
Course, first you will
have to get into the system ! 
 
So this command does
work under 7.2 ? I have not gotten it to work at all on four different
systems.
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
Behalf Of Josep M.
Hello.

You are lucky,I tried this some days ago and machine was
unbootable:(  I checked rpm´s integrity before update and was all
ok.

Josep



RE: updating rpms using rpm

2002-01-27 Thread Harold Cubillos



Sounds 
like the kernel rpms were updated and you just have to compile the new 
kernel.
 
Course, first you will have to get into the system ! 
 
So 
this command does work under 7.2 ? I have not gotten it to work at all on four 
different systems.
 

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of Josep 
  M.Sent: Monday, January 28, 2002 6:20 AMTo: 
  [EMAIL PROTECTED]Subject: Re: updating rpms using 
  rpmHello.You are lucky,I tried this 
  some days ago and machine was unbootable:(  I checked rpm´s integrity 
  before update and was all ok.JosepBegin of Quote Harold 
  Cubillos :
  Hello,I 
am experiencing a problem trying to update my redhat 7.2 server using 
thebuilt in ftp client in rpm.I am executing this 
command:rpm 
-Fvh ftp://ftp.server.com/pub/7.2/updates/en/os/i386/*However, 
I get nothing. No error messages or anything to give me an ideawhat is 
happening (or not happening)


Re: updating rpms using rpm

2002-01-27 Thread Josep M.

Hello.
You are lucky,I tried this some days ago and machine was
unbootable:(  I checked rpm´s integrity before update and was all
ok.
Josep

Begin of Quote Harold Cubillos :
Hello,
I am
experiencing a problem trying to update my redhat 7.2 server using
the
built in ftp client in rpm.
I am executing this command:
rpm -Fvh
ftp://ftp.server.com/pub/7.2/updates/en/os/i386/*
However, I
get nothing. No error messages or anything to give me an idea
what is happening (or not happening)