search for: keepcach

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

Did you mean: keepcache
2020 Mar 11
1
[PATCH] builder: templates: add the AppStream repo
...sort out AppStream and CRB *) + Some ("AppStream", + sprintf "%s/AppStream/%s/os" topurl (string_of_arch arch), + sprintf "%s/AppStream/source/tree" topurl) | _ -> assert false in bpf "\ @@ -1285,23 +1290,25 @@ keepcache=0 (match optional with | None -> () - | Some (optionalbaseurl, optionalsrpms) -> + | Some (name, optionalbaseurl, optionalsrpms) -> + let lc_name = String.lowercase_ascii name in bpf "\ -[rhel%d-optional] -name=RHEL %d Server Optional +[rhel%d-%...
2008 Oct 23
1
Creating a controlled local repo
...t our molecular modeling software doesn't bite the grass should eg X, the kernel (and breaking the proprietary nvidia gfx-drivers in the process) etc be updated in a "non-approved" way. Therefore I've planned to create a local repo on one of our servers, share /var/cache/yum, set keepcache to 1 on that server and have it reposync periodically (like once a week) with CentOS Base, Extras, rpmforge and so on. On the clients I'd disable all standard repos, and only have the clients yum update from the aforementioned local repo server. Would this work? Or is there a cleaner/nicer/b...
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...
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 t...
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
...ubject 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 tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 metadata_expire=1800 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d /etc/yum.repos.d/CentOS-Base.repo contains: [base] n...
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.
...s/Server-optional/%s/os" (string_of_arch arch) topurl, + sprintf "%s/Server-optional/source/tree" topurl) + | _ -> assert false in + + bpf "\ +# Yum configuration pointing to Red Hat servers. + +[rhel%d] +name=RHEL %d Server +baseurl=%s +enabled=1 +gpgcheck=0 +keepcache=0 + +[rhel%d-source] +name=RHEL %d Server Source +baseurl=%s +enabled=0 +gpgcheck=0 +keepcache=0 +" major major baseurl major major srpms; + + (match optional with + | None -> () + | Some (optionalbaseurl, optionalsrpms) -> + bpf "\ + +[rhel%d-optional] +name=RHEL %d Serv...
2010 Jul 22
3
File /etc/yum.conf does not contain a main section
...9;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 logfile=/var/log/yum.log distroverpkg=redhat-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 # Note: yum-RHN-plugin doesn''t honor this. metadata_expire=1h installonly_limit = 5 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos...
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
...mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib #baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/ gpgcheck=1 enabled=0 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5 #cat /etc/yum.conf [main] cachedir=/var/cache/yum keepcache=1 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 metadata_expire=1800 # PUT YOUR REPOS HERE OR IN separate files named file.repo # in /etc/yum.repos.d #rpm -q yum yum-3.0.5-1.el5.centos.2
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