public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* yum update
@  Eric Kosten
   ` Sean McMahon
   ` Janina Sajka
  0 siblings, 2 replies; 12+ messages in thread
From: Eric Kosten @  UTC (permalink / raw)
  To: speakup

Hello to all listers.  I am trying to help a friend with a new fc install.
>From all of the man info, typing yum update, the packages will be updated at
least those that are installed on the system.  Wow it is taking a long time.
He is using x during this time, and I am locally logged in via my linux box
on ssh.  Any help is appreciated.  His cpu according to cpuinfo is some
thing like 1.2 and the rest I can't remember.  His cpu is an athalon xp
according to this friend.  1 gig of ram, not sure how much is free.
thanks
Eric

^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: yum update
@  Dawes, Stephen
   ` Raul A. Gallegos
   ` Janina Sajka
  0 siblings, 2 replies; 12+ messages in thread
From: Dawes, Stephen @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

There are a lot of factors in play.
1. the band width of the machine receiving the rpms.
2. the band width of the yum repository you have connected to. 
3. the number of packages that need upgrading.
4. the fact that you are doing an upgrade and not an update.
5. the current load on the machine being upgraded.

So, why not cancel the job, and schedule it to run over night.

You can use cron to check and apply updates daily weekly monthely ... 
Al you need to do is put the command
Yum -y update
In a script and put into the cron directory of your choice.

The script would look like

#!/bin/bash
yum -y update


Steve Dawes
Phone: (403) 268-5527
Email: SDawes@calgary.ca
 
 


NOTICE -
This communication is intended ONLY for the use of the person or entity named above and may contain information that is confidential or legally privileged. If you are not the intended recipient named above or a person responsible for delivering messages or communications to the intended recipient, YOU ARE HEREBY NOTIFIED that any use, distribution, or copying of this communication or any of the information contained in it is strictly prohibited. If you have received this communication in error, please notify us immediately by telephone and then destroy or delete this communication, or return it to us by mail if requested by us. The City of Calgary thanks you for your attention and cooperation.



^ permalink raw reply	[flat|nested] 12+ messages in thread
* RE: yum update
@  Dawes, Stephen
   ` Janina Sajka
  0 siblings, 1 reply; 12+ messages in thread
From: Dawes, Stephen @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Nothing other then you can put the script in which ever cron directory
you want.
The chkconfig approach assumes that you want to have the update run
every day.



Steve Dawes
Phone: (403) 268-5527
Email: SDawes@calgary.ca
 

NOTICE -
This communication is intended ONLY for the use of the person or entity named above and may contain information that is confidential or legally privileged. If you are not the intended recipient named above or a person responsible for delivering messages or communications to the intended recipient, YOU ARE HEREBY NOTIFIED that any use, distribution, or copying of this communication or any of the information contained in it is strictly prohibited. If you have received this communication in error, please notify us immediately by telephone and then destroy or delete this communication, or return it to us by mail if requested by us. The City of Calgary thanks you for your attention and cooperation.

 > -----Original Message-----
> From: speakup-bounces@braille.uwo.ca 
> [mailto:speakup-bounces@braille.uwo.ca] On Behalf Of Raul A. Gallegos
> Sent: 2005 April 26 2:52 PM
> To: Speakup is a screen review system for Linux.
> Subject: Re: yum update
> 
> Dawes, Stephen said the following on Tue, Apr 26, 2005 at 
> 02:42:15PM -0600:
> > You can use cron to check and apply updates daily weekly 
> monthely ... 
> > Al you need to do is put the command
> > Yum -y update
> > In a script and put into the cron directory of your choice.
> 
> What is the difference in cron vs the following?
> 
> chkconfig --level 35 yum on
> 
> Just wondering because I'm still learning the in's and out's of FC3.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 yum update Eric Kosten
 ` Sean McMahon
   ` Eric Kosten
     ` jim grimsby
   ` jim grimsby
     ` jim grimsby
 ` Janina Sajka
 Dawes, Stephen
 ` Raul A. Gallegos
 ` Janina Sajka
 Dawes, Stephen
 ` Janina Sajka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).