Displaying 20 results from an estimated 13120 matches for "repos".
Did you mean:
repo
2009 Feb 27
8
Repo order - priority plugins
Guys, what is the best way of arranging the repos with regards to their priority? Any ideas, especially for all non base ones?
/etc/yum.repos.d/CentOS-Base.repo - priority = 1, 2
/etc/yum.repos.d/atrpms.repo
/etc/yum.repos.d/epel.repo
/etc/yum.repos.d/kbs-extras.repo
/etc/yum.repos.d/kbs-misc.repo
/etc/yum.repos.d/rpmforge.repo
How would we...
2006 Apr 05
4
additional yum repos for 4.3
Hi;
On my Fedora Systems [/etc/yum.repos.d] I have the following repos:
dag.repo
dries.repo
fedora-extras.repo
fedora.repo
fedora-updates.repo
freshrpms.repo
livna.repo
Two questions:
1) Where can I get a .repo file (with centos url's of course) for the
baseic stuff like updates and extras.
1b) Can I use redhat repos?
2) What about...
2020 Jun 07
2
EPEL repository: Failure to download metadata
...S-8 - AppStream 0.0
B/s | 0 B 00:10
Failed to download metadata for repo 'AppStream'
Error: Failed to download metadata for repo 'AppStream'
[root at dream postfix]# ^C
[root at dream postfix]# ls /etc/yum.repos.d/
CentOS-AppStream.repo CentOS-CR.repo CentOS-Extras.repo CentOS-Media.repo
CentOS-Vault.repo
CentOS-Base.repo CentOS-Debuginfo.repo CentOS-fasttrack.repo CentOS-PowerTools.repo
CentOS-centosplus.repo CentOS-Devel.repo CentOS-HA.repo CentOS-Sources.repo
[...
2015 Jun 13
2
All centos 6 repos
Does anyone know what are all the centos 6 reppos?
I have:
CentOS-Base.repo
CentOS-Debuginfo.repo
CentOS-fasttrack.repo
CentOS-Media.repo
CentOS-Vault.repo
devtools.repo
epel.repo
epel-testing.repo
rpmfusion-free-updates.repo
rpmfusion-free-updates-testing.repo
rpmfusion-nonfree-updates.repo
rpmfusion-nonfree-updates-testing.repo
Am I missing a repo I am not aware of?
2009 Aug 23
5
Music while you work - or not
Wanting to listen to magnatune.com while I worked, I discovered that flash is
not working. It appears that I don't have libflashplayer, but yum tells me
that no such package is available. I must need a different repo, I think,
but what? Currently I have
ls /etc/yum.repos.d/
adobe-linux-i386.repo epel-testing.repo
CentOS-Base.repo kbsingh-CentOS-Extras.repo
CentOS-Media.repo mirrors-rpmforge
epel.repo rpmforge.repo
I suspect that c5-media repo is discontinued. I've seen no error messages
apart from 'No pa...
2016 Jan 29
2
Write content to file from Dockerfile and/or any other method
I am building a Dockerfile and I am setting up MariaDB repos as follow:
# Setup MariaDB repos
RUN touch /etc/yum.repos.d/MariaDB.repo
I should write this inside the MariaDB.repo file:
[mariadb]
name = MariaDB
baseurl = http://yum.mariadb.org/5.5/centos6-amd64
gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
gpgcheck=1
What's the right way to do...
2006 Mar 13
1
Shocking news: Yum update repo server runs on Mirosoft IIS?
...t;/head>
<body bgcolor="#ffffff" text="#000000">
Hi everyone,<br>
<br>
Look what happens when do yum update on one of my servers:<br>
<br>
<i>[root@perplex BackupPC-2.1.2]# yum update<br>
Setting up Update Process<br>
Setting up repositories<br>
not using ftp, http[s], or file for repos, skipping - <html><br>
not using ftp, http[s], or file for repos, skipping - <head><br>
not using ftp, http[s], or file for repos, skipping - <meta
HTTP-EQUIV="Content-Type" Content="text/html; char...
2011 Sep 12
4
trouble building an rpm
...are 5 subdirs: BUILD RPMS SOURCES SPECS SRPMS tmp
When I type: rpmbuild -ba /usr/local/rpmbuild/SPECS/centos-release-cr-ihc.spec
I get 'file not found' errors, for paths in /usr/local/rpmbuild/tmp:
error: File not found: /usr/local/rpmbuild/tmp/centos-release-cr-ihc-buildroot/etc/yum.repos.d
error: File not found: /usr/local/rpmbuild/tmp/centos-release-cr-ihc-buildroot/etc/yum.repos.d/CentOS-cr.repo
RPM build errors:
File not found: /usr/local/rpmbuild/tmp/centos-release-cr-ihc-buildroot/etc/yum.repos.d
File not found: /usr/local/rpmbuild/tmp/centos-release-cr-ihc-buildroot/e...
2009 Apr 29
8
Puppet and yum repositories
...9;m running puppet 0.24.6 on CentOS 5.2 from a puppetmaster on a
virtual server to a variety
of client servers both virtual and metal running either CentOS 5.2 or
Fedora Core 10. I want to
extend this to servers running RHEL 5 (and 6) in the near future.
My problem is I have puppet set up with all repositories (mirrored
locally using cobbler)
included in one file in /etc/yum.repos.d/kewrepos.repo on the
puppermaster. This file contains
both Centos and Fedora repos and when I run a yum update I just --
disablerepo=whichever I don''t want,
which can be done as a cron job.
The difficulty is...
2011 Jan 11
3
A section with name main already exists (Bug 5231)
Hi all,
I''m facing the bug 5231 when running puppet: host has some repos with
many section main defined:
# grep main *
atrpms.repo:[main]
cern-extra.repo:[main]
cern-extra-srpms.repo:[main]
cern-only.repo:[main]
cern-only-srpms.repo:[main]
cern.repo:[main]
cern-srpms.repo:[main]
cern-test.repo:[main]
cern-test-srpms.repo:[main]
cern-update.repo:[main]
cern-update-srpms...
2016 Jan 29
1
Re: Write content to file from Dockerfile and/or any other method
On Fri, 29 Jan 2016 06:31, Keith Keller <kkeller at ...> wrote:
> On 2016-01-29, reynierpm at gmail.com <reynierpm at gmail.com> wrote:
>>
>> I am building a Dockerfile and I am setting up MariaDB repos as follow:
>
> This question is probably way offtopic for a CentOS mailing list.
>
>> # Setup MariaDB repos
>> RUN touch /etc/yum.repos.d/MariaDB.repo
>>
>> What's the right way to do this? The one below?
>>
>> echo "[mariadb]" >> &qu...
2009 Mar 05
0
It took some time...
...2-37.3.x86_64.rpm
/srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/dahdi-linux-debuginfo-2.1.0.4-15.3.x86_64.rpm
/srv/distro/repo/network:/telephony:/asterisk/openSUSE_11.1/x86_64/dahdi-linux-2.1.0.4-15.3.x86_64.rpm
And for 32 aswell
Mirrored at:
http://ftp5.gwdg.de/pub/opensuse/repositories/network:/telephony:/asterisk/openSUSE_11.1/x86_64/
2005 Dec 25
2
ATRpms repo question...
Hi. I'm fairly new with CentOS but have been using version 4.2 with
great satisfaction (Thank you!). I've been using repos such as Dag and
Dries successfully to keep my packages up to date. (I've seen many
posts which allow me to believe that these repos won't change CentOS
compatibility to RHEL4 or to migrate it another distro for that
matter!) My question applies to the ATRpms repo (which has el4 rpms)....
2006 Sep 12
1
mixed repos
Hello,
Does anybody knows a way to keep updated mixed repositories without
mixing them ?
For Example i have 3 repos in my desktop centos system , Centos repos
handled by up2date
Dag repo handled by apt and Karan repo handled by yum.
I need packages from each repo but i don't want the secondary repos to
mess my system so
i never update with these rep...
2019 Oct 03
2
CentOS 7 kickstart repo directive
Is the kickstart repo directive broken under CentOS 7? Every attempt with a repo directive in the kickstart file fails during the software selection step. Removing the repo directives and the packages from those repos under %packages makes it work.
On console 2, I have verified that the (NFS) repos specified in the kickstart file are mounted and that the repo metadata has been copied over to /tmp/yum.cache. One of the packages from one of the repos that is explicitly listed under the %packages section appears i...
2020 Feb 25
2
Status of the git.llvm.org git repos
I was under the impression that the (non-monorepo) separate LLVM and Clang git repos hosted at git.llvm.org would be maintained for a year after the transition to the mono repo. I don't recall where I got that impression from; probably from some of the many emails on the migration topic. I noticed today that updates to these repos ceased on October 22nd of last year following...
2019 Jan 31
1
EPEL repo problem
Hello,
my test have this
./check_metalink --repo epel --check-master
Testing repo=epel, arch=i386
Metalink provided by: proxy02.fedoraproject.org
Server date: Thu, 31 Jan 2019 14:05:26 GMT
Repo epel, arch i386 errored: list index out of range
Testing repo=epel, arch=x86_64
Metalink provided by: proxy02.fedoraproject.org
Server date: Thu, 31 Jan 2019 14:05:27 GMT
2010 Jul 29
5
Multiple repositories under one file
Hello All,
In all the examples that I see you configure one repo per file;
i.e:
yumrepo { "testing.com-repo":
baseurl => "http://repos.testing.com/fedora/$lsbdistrelease/",
descr => "Testing.com''s YUM repository",
enabled => 1,
gpgcheck => 0,
}
But how do I specify multiple entries to the same file?. For
instance, I just one to have one file "base.repo" to contains all the
entries for t...
2016 May 17
1
Re Centos 7.2 Repos
On Tue, May 17, 2016 at 04:53:11PM +0100, John Hodrien wrote:
> On Tue, 17 May 2016, jd1008 wrote:
>
> >One of the enabled repos is centos-media.repo
> >It fails:
>
> If you have the DVD repo enabled, and don't provide it with the DVD, it will
> fail. I'd disable that repo, as it suggests, and just use the network repos.
>
In case it isn't clear, media, in this case, refers to a mounted DVD....
2010 Mar 24
1
[PATCH] Disables virt-preview and add ovirt.org yum repo.
...e.am
index 0bd139f..6c97ed0 100644
--- a/recipe/Makefile.am
+++ b/recipe/Makefile.am
@@ -3,6 +3,7 @@ CUR_RAWHIDE = 14
CUR_DEVEL = 13
CUR_PREVIEW = 12
PREVIEW_URL ?= http://jforbes.fedorapeople.org/virt-preview/f$(CUR_PREVIEW)/$(ARCH)
+OVIRT_REPO_URL = 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)/releas...