[CentOS] apt-cacher for CentOS

2007-10-09 Thread James A. Peltier
Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equivalent, would someone please point me in the direction of how I might accomplish this wit

Re: [CentOS] apt-cacher for CentOS

2007-10-09 Thread Clint Dilks
James A. Peltier wrote: Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equivalent, would someone please point me in the direction of how I

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Lorenzo
James A. Peltier ha scritto: Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equivalent, would someone please point me in the direction of h

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Dag Wieers
On Wed, 10 Oct 2007, Lorenzo wrote: > James A. Peltier ha scritto: > > Hi All, > > > > Is there something similar to apt-cacher available for CentOS? I would like > > to ensure that an application is only downloaded once to the network and not > > hundreds of times. > > > > If there isn't an equi

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Lorenzo
Dag Wieers ha scritto: On Wed, 10 Oct 2007, Lorenzo wrote: James A. Peltier ha scritto: Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equiv

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Dag Wieers
On Wed, 10 Oct 2007, Lorenzo wrote: > Dag Wieers ha scritto: > > On Wed, 10 Oct 2007, Lorenzo wrote: > > > James A. Peltier ha scritto: > > > > > > > Is there something similar to apt-cacher available for CentOS? I would > > > > like > > > > to ensure that an application is only downloaded once t

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Lorenzo
Dag Wieers ha scritto: The metadata mention seems very fuzzy. I am not saying you did something wrong, but at least that seems very fixable if you know what is going on. I'm sorry, but I can't recall exactly what the error was... I remember yum complaining about metadata not matching checksums

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Tronn Wærdahl
On 10/10/07, James A. Peltier <[EMAIL PROTECTED]> wrote: > > Hi All, > > Is there something similar to apt-cacher available for CentOS? I would > like to ensure that an application is only downloaded once to the > network and not hundreds of times. > > If there isn't an equivalent, would someone p

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread James A. Peltier
Tronn Wærdahl wrote: I dont know about apt-cacher, but if its something to do with apt-get you could you --download-only. Like apt-get upgrade --download-only Tronn apt-cacher allows you to point all clients to a centralized location, when one client performs, say and apt-get dist-upgrade

RE: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Ross S. W. Walker
James A. Peltier wrote: > > Tronn Wærdahl wrote: > > > > I dont know about apt-cacher, but if its something to do > with apt-get > > you could you --download-only. Like apt-get upgrade --download-only > > > > Tronn > > > > apt-cacher allows you to point all clients to a centralized location,

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread Mark D. Foster
It looks like mrepo would be up to your task. http://dag.wieers.com/home-made/mrepo/ I'm surprised Dag didn't mention this. I haven't tried it myself. Where I work we rsync down from a centos mirror, excluding the bits we don't need like isos-dvd/ and s390/. This keeps the total size within reason

Re: [CentOS] apt-cacher for CentOS

2007-10-10 Thread James A. Peltier
Mark D. Foster wrote: It looks like mrepo would be up to your task. http://dag.wieers.com/home-made/mrepo/ I'm surprised Dag didn't mention this. I haven't tried it myself. Where I work we rsync down from a centos mirror, excluding the bits we don't need like isos-dvd/ and s390/. This keeps the

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Lorenzo
James A. Peltier ha scritto: Mark D. Foster wrote: It looks like mrepo would be up to your task. http://dag.wieers.com/home-made/mrepo/ I'm surprised Dag didn't mention this. I haven't tried it myself. Maybe he is a bit shy? I think he deserves a big Thanks for all the work he does for us :) (

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Dag Wieers
On Wed, 10 Oct 2007, James A. Peltier wrote: > Tronn Wærdahl wrote: > > > I dont know about apt-cacher, but if its something to do with apt-get you > > could you --download-only. Like apt-get upgrade --download-only > > apt-cacher allows you to point all clients to a centralized location, when one

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Morten Torstensen
James A. Peltier wrote: If there isn't an equivalent, would someone please point me in the direction of how I might accomplish this with CentOS? The Upstream have a Satellite program that provides local copies for their distribution/management network. Don't know if that is something that cou

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Dag Wieers
On Thu, 11 Oct 2007, Morten Torstensen wrote: > James A. Peltier wrote: > > If there isn't an equivalent, would someone please point me in the direction > > of how I might accomplish this with CentOS? > > The Upstream have a Satellite program that provides local copies for their > distribution/man

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Lorenzo Quatrini
James A. Peltier ha scritto: Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn't an equivalent, would someone please point me in the direction of h

Re: [CentOS] apt-cacher for CentOS

2007-10-11 Thread Matt Hyclak
On Thu, Oct 11, 2007 at 12:34:45PM +0200, Dag Wieers enlightened us: > > James A. Peltier wrote: > > > If there isn't an equivalent, would someone please point me in the > > > direction > > > of how I might accomplish this with CentOS? > > > > The Upstream have a Satellite program that provides lo

Re: [CentOS] apt-cacher for CentOS

2007-10-12 Thread Dag Wieers
yOn Thu, 11 Oct 2007, Lorenzo Quatrini wrote: > James A. Peltier ha scritto: > > Hi All, > > > > Is there something similar to apt-cacher available for CentOS? I would like > > to ensure that an application is only downloaded once to the network and not > > hundreds of times. > > > > If there isn

Re: [CentOS] apt-cacher for CentOS

2007-10-12 Thread Lorenzo Quatrini
Dag Wieers ha scritto: yOn Thu, 11 Oct 2007, Lorenzo Quatrini wrote: James A. Peltier ha scritto: Hi All, Is there something similar to apt-cacher available for CentOS? I would like to ensure that an application is only downloaded once to the network and not hundreds of times. If there isn'