search for: keepcaches

Displaying 14 results from an estimated 14 matches for "keepcaches".

Did you mean: keepcache
2020 Mar 11
1
[PATCH] builder: templates: add the AppStream repo
It is generally used together with BaseOS (which contains a restricted set of packages), so add it to the preconfigured repositories by default. --- builder/templates/make-template.ml | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml index 8d26177bf..a4e2f37fb 100755 ---
2008 Oct 23
1
Creating a controlled local repo
Hi all, I've been thinking about creating a local repo for our to-be CentOS-park (we're currently in the process of migrating from RHEL3 to CentOS5). As we need to control all updates being applied (think WUS, Windows Update Server) because of special software being run on servers and clients, we must check first that our molecular modeling software doesn't bite the grass should eg
2019 Mar 05
2
RFC: Contained stateful AliasAnalysis
...times by another second. In some pathological cases I'm looking at, not-clearing this cache halves compile times (from 8s to 4s). There are a few other examples such as TBAA's getLeastCommonType and BasicAA's DecomposeGEP. Ideally we'd would have something along the lines of: void keepCaches() void clearCaches(), with the first one called just before building MemorySSA, and the second one called afterwards. Again, I'm looking into how to make this available but also contain the lifespan of these internal caches to only "as long as it takes for this other analysis pass to be b...
2019 Mar 05
2
RFC: Contained stateful AliasAnalysis
...some pathological cases I'm looking at, not-clearing > this cache halves compile times (from 8s to 4s). > There are a few other examples such as TBAA's getLeastCommonType and > BasicAA's DecomposeGEP. > > Ideally we'd would have something along the lines of: > void keepCaches() > void clearCaches(), > with the first one called just before building MemorySSA, and the second > one called afterwards. > > Again, I'm looking into how to make this available but also contain the > lifespan of these internal caches to only "as long as it takes for thi...
2009 Jul 24
2
rpm
Hi folks I'm trying to install amavisd-new on Centos 5.3. There is a lot of failed dependencies errors when I try to install it. My question is, there is a way to automatically get all the rpm dependencies I need and get them saved somewhere in my hard drive for future installations? I'm behind a squid proxy. Thanks in advance. David
2008 Feb 15
0
No installed updated kernels via yum
Subject says it all. Running yum install kernel or yum install kernel-2.6.18-53.1.13.el5.i686.rpm gives "nothing to do". Yum runs daily via cron. Last kernel installed in /boot via yum is: Sep 27 16:38 vmlinuz-2.6.18-8.1.14.el5 /etc/yum.conf contains: [main] cachedir=/var/cache/yum keepcache=1 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release
2017 Jan 27
1
yum adding 7.3 packages to 7.2 system
On Thu, Jan 26, 2017 at 06:08:45PM -0600, Johnny Hughes wrote: > On 01/26/2017 06:00 PM, Jon LaBadie wrote: > > My system is 7.2.1511. > > > > When I run "yum update", it wants to install about > > 900 packages total. Most are labeled just "el7". > > A few "el7_1" and a lot are "el7_3" or 7.3. > > None are 7.2. >
2016 Nov 28
2
[PATCH] builder: Rearrange how template-building scripts work.
Create a new directory (builder/template). Integrate all of the scripts into a single program, so that templates are generated more consistently. This also changes how the index file is generated. The script now generates the index file fragment and saves it under version control, and then generates the final index file by concatenating these. (Previously the index was written by hand which was
2010 Jul 22
3
File /etc/yum.conf does not contain a main section
I just upgraded puppet from 0.25.5 to 0.26, and I''m getting this: (/Stage[main]/Repo::Livegamer_software_base/Yumrepo[Livegamer-Software-Base]) Could not evaluate: File /etc/yum.conf does not contain a main section However, my /etc/yum.conf contains this. What''s wrong with that? Is puppet smoking crack? [main] cachedir=/var/cache/yum keepcache=0 debuglevel=2
2015 Mar 07
4
Something like apt-cacher for CentOS/RHEL?
Hi, For some time I've fiddled with Debian and Ubuntu LTS. There's one really nice feature for local networks: apt-cacher, a package proxy for APT. My company is in the remote South French countryside, and more often than not, schools and public libraries only have some very limited Internet access with relatively low bandwidth, which can make the updating process very tedious. A
2007 May 08
0
yum can't connect to mirrors
Hello, I added rpmforge yum repo to my yum config and then the box couldn't connect to fetch updates. I added enabled=0 to rpmforge.repo as well as add-ons, contrib, and centosplus, but i'm still getting mirror errors. I believe i've got some file corruption somewhere, but i don't see where. I can't even fetch packages in updates now, keep getting connection refused
2015 Nov 05
1
synthesizing yum transactions
Ok, I'm trying way too hard to shovel myself out of a hole. We have a bunch of remote CentOS 6 servers, that were configured with kickstart. They've subsequently had additional RPMs installed/updated via the 'rpm' utility. We have reason to occasionally rewind the state of the server back to it's original set of RPMs. Of late, we've found that 'yum' handles this
2010 Nov 18
4
best way to ensure (yum) package repository freshness ?
Hello, I have run into problems in the past where a package has been added to our yum repository, and a (new) class has been pushed to install that package, but puppet fails because the yum db on the target machine is too stale, and thus isn''t aware of the existence of the new package. My question is this : what have other Puppet admins done in order to ensure that a target machine
2010 May 19
2
Created a custom/minimal CentOS 5.x install ISO
Hi all, I'd like to try rolling a somewhat stripped down and customized CentOS DVD. This is particularly interesting to me now that CentOS 5.5 is 2 DVDs. I dare not call it a new distro as I suspect I will be the only one to use it. ;) I've been googling for ways to do this, figuring it must be somewhat straight forward, but my google-fu is weak it seems. Can someone point me