search for: baseurl

Displaying 20 results from an estimated 532 matches for "baseurl".

2012 Oct 02
4
Removing intermediate variables in calculation
Hello, I have a small Puppet 2.7 module to configure Sonatype Nexus Professional. The module takes, among other things, a baseurl in the form of "http://example.com/path" and I''d like it to extract the "/path" from that variable into a separate variable IF an optional "path" variable haven''t been supplied. Here is an extract: class nexus::config( ... $baseurl, $webapp_co...
2017 Jun 27
2
Broken links
...handy:" pointing to the yum home page: "Yum Home page :<a class="http" href="http://linux.duke.edu/projects/yum/">http://linux.duke.edu/projects/yum/</a>"<br>That link doesn't work anymore.<br>That should be <a href="http://yum.baseurl.org/">http://yum.baseurl.org/</a></p><p><br></p><p>Same on the this page under "Additional resources":<br>Instead of the broken duke.edu link, use <a href="http://yum.baseurl.org/">http://yum.baseurl.org/</a></p&gt...
2020 Mar 16
3
[p2v PATCH 1/3] Add kickstart URLs for RHEL 8
...make-kickstart.in | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/virt-p2v-make-kickstart.in b/virt-p2v-make-kickstart.in index 779ba62..cbbfb8a 100644 --- a/virt-p2v-make-kickstart.in +++ b/virt-p2v-make-kickstart.in @@ -176,6 +176,16 @@ repo --name=rhel6_${minor}_server_optional --baseurl=$baseurl/Server/optional/$a repos="$repos repo --name=rhel7_${minor}_server --baseurl=$baseurl/Server/$arch/os $proxy repo --name=rhel7_${minor}_server_optional --baseurl=$baseurl/Server-optional/$arch/os $proxy +" + ;; + rhel-8.*) + minor=$( ec...
2015 May 24
2
CentOS-Base.repo baseurl commented out
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Weird, as all CentOS machines under my control are suddenly giving the baseurl of Base repo not found error since this morning. Could be that mirrorlist is leading but all other options I found online to debug the error message seem to indicate that (un)commenting should fix it. On 24-5-2015 14:10, Alexander Dalloz wrote: > Am 24.05.2015 um 13:45 schrieb Tim Semeijn: >...
2017 Jun 28
2
Broken links
...wiki.centos.org/PackageManagement/Yum there is a > link under "External URL's that might come in handy:" pointing to the > yum home > page: "Yum Home page :http://linux.duke.edu/projects/yum/" > That link doesn't work anymore. > That should be http://yum.baseurl.org/ > > > Same on the this page under "Additional resources": > Instead of the broken duke.edu link, use http://yum.baseurl.org/ > > Also: the two mailing list links should be changed to > http://lists.baseurl.org/mailman/listinfo/yum-devel for the developers >...
2015 May 24
2
CentOS-Base.repo baseurl commented out
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Dear, Recently I have noticed that on all my CentOS machines the CentOS-Base.repo file seems to have been modified resulting in all baseurl= lines being commented out. Did I miss something that was planned or is this a bug? Best regards, - -- Tim Semeijn Babylon Network pgp 0x5B8A4DDF -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.19 (Darwin) Comment: GPGTools - http://gpgtools.org iQIcBAEBCgAGBQJVYbnrAAoJEIZioqpbik3fQW...
2012 Jun 01
1
problems installing parted tool
...i have the following files: /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Media.repo /etc/yum.repos.d/Citrix.repo the CentOS-Base.repo has the following. [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os #baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5 exclude=kernel-xen*, *xen* enabled=0 #released updates [updates] name=CentOS-$releasever - Updates mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearc...
2015 May 24
0
CentOS-Base.repo baseurl commented out
On 05/24/2015 07:48 AM, Tim Semeijn wrote: > Weird, as all CentOS machines under my control are suddenly giving the > baseurl of Base repo not found error since this morning. Could be that > mirrorlist is leading but all other options I found online to debug > the error message seem to indicate that (un)commenting should fix it. For the Base (or os) section of the CentOS-Base.repo file, the default is: ===========...
2006 Aug 30
2
Yum updates packages for other arch too
...e files named file.repo # in /etc/yum.repos.d ############################ and here the CentOS-Base.repo: ############################################################# [base] name=CentOS-$releasever - Base mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #released updates [update] name=CentOS-$releasever - Updates mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates baseurl=http...
2006 Sep 06
2
4.4 update quits unexpectedly
...tmirror" plugin > Running "config" handler for "protectbase" plugin > Running "init" handler for "fastestmirror" plugin > Yum Version: 2.4.3 > COMMAND: yum > Installroot: / > Setting up Upgrade Process > Setting up repositories > Baseurl(s) for repo: ['http://mirror.centos.org/centos/4/updates/i386/'] > Baseurl(s) for repo: ['http://apt.sw.be/redhat/el4/en/i386/dag/', 'http://apt.sw.be/redhat/el4/en/i386/dag', 'http://archive.cs.uu.nl/mirror/dag.wieers/redhat/el4/en/i386/dag', 'http://ftp2.lcp...
2005 Oct 13
1
Why not use yum mirrorlist= instead of baseurl= in CentOS-Base.repo
...r does not have the headers for whatever reason. If yum were to reference a mirrorlist it would skip servers that fail and keep trying them all until it finds one that works or exhausts all the mirrors. Centos would host a file on their web server for each repository that has a list of mirror baseurls. I created a test script to generate mirrorlists from the mirror.centos.org DNS lookup and changed yum to reference the local files that were generated as a mirrorlist= and it worked. The non-synced servers that did not have the correct directories setup were skipped and it found servers tha...
2005 Feb 15
6
no kernel upgrade on 3.3
I have 2 servers: On both, I did yum update. One upgraded the kernel, the other didn't. Why? TIA, Dave Augustus
2005 Jul 07
1
Yum Update issues
...ore mirrors to try. I have done yum clean all with no joy. I have two servers with CentOS-4.1 and both are exhibiting htis issue. I have not made any changes to my yum configuration. Here is my Yum configuration. First /etc/yum.repo.d/CentOS-Base.repo [base] name=CentOS-$releasever - Base baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 #released updates [update] name=CentOS-$releasever - Updates baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ gpgcheck=1 #packages used/produced in the build but not released [addons] name=CentOS-$releaseve...
2016 Dec 02
1
New laptop recomendation
...ou need 4.4 lts kernel, for example elrepo lts. I run this time 4.8.11 with i3 6100 HP Laptop on my own special repo (Test envoirement). X11 uses a git version for the intel graphic card. If you are not a beginner. You can take a view :-) Sincerely Andy [cms4all-drivers] name=cms4all-drivers baseurl=http://centos.cms4all.org/repo/7/drivers/ #baseurl=file:///srv/repo/centos/7/drivers gpgcheck=0 enabled=1 [cms4all-kernel] name=cms4all-kernel baseurl=http://centos.cms4all.org/repo/7/kernel/ #baseurl=file:///srv/repo/centos/7/kernel gpgcheck=0 enabled=1
2010 Mar 24
1
[PATCH] Disables virt-preview and add ovirt.org yum repo.
...= http://ovirt.org/repos/ovirt/$(CUR_PREVIEW)/$(ARCH) FEDORA = $(shell rpm --eval '%{fedora}') ARCH = $(shell rpm --eval '%{_arch}') @@ -36,10 +37,11 @@ repos.ks: FEDORA_REPO=f$(FEDORA) ;\ FEDORA_REPO_LOC="$(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/releases/$(FEDORA)/Everything/${ARCH}/os,--mirrorlist=$(FEDORA_MIRROR)?repo=fedora-$(FEDORA)&arch=$(ARCH))" ;\ UPDATE_REPO_LINE="repo --name=$${FEDORA_REPO}-updates $(if $(FEDORA_URL),--baseurl=$(FEDORA_URL)/updates/$(FEDORA)/${ARCH},--mirrorlist=$(FEDORA_MIRRO...
2023 May 26
2
IUS not pulling latest PHP packages
...sitory #########################cat /etc/yum.repos.d/epel.repo################################################################ [epel] name=Extra Packages for Enterprise Linux 7 - $basearch # It is much more secure to use the metalink, but if you wish to use a local mirror # place its address here. #baseurl=http://download.example/pub/epel/7/$basearch metalink= https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch&infra=$infra&content=$contentdir failovermethod=priority enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 [epel-debuginfo] name=Extra Packa...
2023 May 26
1
IUS not pulling latest PHP packages
...> /etc/yum.repos.d/epel.repo################################################################ > [epel] > name=Extra Packages for Enterprise Linux 7 - $basearch > # It is much more secure to use the metalink, but if you wish to use a > local mirror > # place its address here. > #baseurl=http://download.example/pub/epel/7/$basearch > metalink= > https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=$basearch&infra=$infra&content=$contentdir > failovermethod=priority > enabled=1 > gpgcheck=1 > gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 >...
2006 Feb 11
2
FW: Unable to update
Thanks for the quick response! Here is my yum.repos.d -> [base] name=CentOS-$releasever - Base baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/ gpgcheck=1 gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4 #released updates [update] name=CentOS-$releasever - Updates baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/ gpgcheck=1 gpgkey=http://mirror.cento...
2015 May 24
2
CentOS-Base.repo baseurl commented out
Am 24.05.2015 um 16:11 schrieb Johnny Hughes: > On 05/24/2015 07:48 AM, Tim Semeijn wrote: >> Weird, as all CentOS machines under my control are suddenly giving the >> baseurl of Base repo not found error since this morning. Could be that >> mirrorlist is leading but all other options I found online to debug >> the error message seem to indicate that (un)commenting should fix it. [ ... ] > If you have issues doing updates, I would first do "yum clea...
2015 May 24
0
CentOS-Base.repo baseurl commented out
Am 24.05.2015 um 13:45 schrieb Tim Semeijn: > > Dear, > > Recently I have noticed that on all my CentOS machines the > CentOS-Base.repo file seems to have been modified resulting in all > baseurl= lines being commented out. That is the case for a very long time, even if it hasn't be the case all the time. Instead of baseurl the default is mirrorlist. > Did I miss something that was planned or is this a bug? > > Best regards, > > - -- > Tim Semeijn Alexander