Displaying 20 results from an estimated 2000 matches similar to: "Where can I find the CentOS gpg keys?"
2016 Apr 28
2
Where can I find the CentOS gpg keys?
On 2016-04-28 21:08, Andreas Benzler wrote:
> repository gpg can be found in
> /etc/pki/rpm-gpg/
>
> read the repo file(s) in
>
> /etc/yum.repos.d/
>
> cat /etc/yum.repos.d/CentOS-Base.repo
> # CentOS-Base.repo
> #
> # The mirror system uses the connecting IP address of the client and the
> # update status of each mirror to pick mirrors that are updated to
2015 Dec 08
4
yum errors
> On Dec 7, 2015, at 10:02 PM, Jake Shipton <jakems at fedoraproject.org> wrote:
>
> Wes James wrote:
>>
>>> On Dec 7, 2015, at 8:37 PM, Wes James <comptekki at me.com> wrote:
>>>
>>>>
>>>> On Dec 7, 2015, at 8:23 PM, Wes James <comptekki at me.com <mailto:comptekki at me.com>> wrote:
>>>>
2015 Oct 19
5
CentOS 6 update issues
Hello all,
I manage a few servers overseas that are running CentOS 6.
When performing a yum update, it fails because it's trying to download from:
mirror.centos.org/centos/*6.6*/extras/x86_64/repodata/repomd.xml
Which fails due to the fact that the entire 6.6 directory is empty on all
of the mirrors I have checked. From what I can tell it should be using:
2006 Aug 30
2
Yum updates packages for other arch too
Hi,
I have the x86_64 arch on my server so therfore i expect that yum
updates only x86_64 packages.
With the last *yum update* i?ve noticed a strange behaviour while
retrieving the needed packeges. As you you see, yum wants install
packages for different architectures:
glibc x86_64 2.3.4-2.25 base 4.9 M
glibc i686 2.3.4-2.25 base 5.1 M
.
.
2012 Jun 01
1
problems installing parted tool
i have downloaded the CentOS distribution that comes with Xen Cloud
Platform (XCP) at http://www.xen.org/download/xcp/index.html. i am
trying to install the parted utility.
yum install parted
however, i get the following message.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
No package parted available.
Nothing to do
any ideas on what's
2008 Aug 21
1
YumRepo Warning: not using ftp, http[s], or file for repos, skipping - 5 is not a valid release or hasnt been released yet
Hi all
Does anyone know what causes this error?
I have setup a local CentOS repository, with mrepo, and can succesfully use
it for updates & installation of just about anything. Yet, this error comes
up.
Here's my /etc/yum.conf:
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /etc/yum.repos.d
[base-local]
name=CentOS-$releasever - Base
#mirrorlist=
2007 Jul 20
1
centosplus repo updates
Hello,
First of all thanks to the poster on the wiki for centosplus. I've
configed it added include and exclude lines, do i need the centos-priority
plugin? I want to enable centosplus to use the centosplus kernel and the
centosplus webstack. Below are my base, updates, and centosplus repo
definitions. I'm getting an error when i do a yum update that a dependency
for postfix
2007 Aug 07
1
postfix+mysql
Hi
Howto install postfix-mysql and pam-mysql from repository yum
PD. excuse my English, I I speak Spanish
2010 Apr 02
5
Could not retrieve mirror list while using yum command
Hi
I wanted to download and install the net-snmp package. Usually on my
other CentOS boxes i use the following command to do it:
yum install net-snmp
I was able to successfully install net-snmp on 4 of my CentOS boxes but
not on one of them. It reports me the following error message:
[root at localhost yum.repos.d]# yum install net-snmp
Loaded plugins: fastestmirror
Determining fastest
2015 Sep 21
2
android sdk on centos7 64-bit.
you are correct sir.. something is screwed up!
I remember running into a problem with the base repo enabled and swept
it under the rug by disabling it for the moment and then
forgot all about disabling it.. So when I enable the base repo, and run
yum with debug flag, I see the following:
Setting up Package Sacks
http://mirror.centos.org/centos/%24releasever/os/x86_64/repodata/repomd.xml:
2008 Jun 19
4
can't install software, "not using ftp, http[s], or file for repos, skipping - 5 is not a valid release or hasnt been released yet"
Hi all
I've just installed CentOS 5.1 x64, from the 1st CD (minimal
installation) and then tried to install Apache, but keep on getting this
error:
[root at cacti ~]# yum install apache
Loading "installonlyn" plugin
Repository centosplus is listed more than once in the configuration
Setting up Install Process
Setting up repositories
not using ftp, http[s], or file for repos,
2015 Dec 08
2
yum errors
> On Dec 7, 2015, at 8:37 PM, Wes James <comptekki at me.com> wrote:
>
>>
>> On Dec 7, 2015, at 8:23 PM, Wes James <comptekki at me.com <mailto:comptekki at me.com>> wrote:
>>
>>
>>> On Dec 7, 2015, at 8:03 PM, Wes James <comptekki at me.com> wrote:
>>>
>>
>> <snip>
>>
>>> I finally just
2011 May 27
2
local repo
Hi all,
When I am installing I use kickstart and have a line like:
repo --name=Updates
--baseurl=http://192.168.1.14/centos/5.6/updates/x86_64/
and that works great for installing the OS.
After that the machine reboots and I have it automatically go into
additional installations running scripts.
These installations do "yum install XXX".
However, its no longer using my above repo
2011 Mar 16
3
only one puppet client fails with yum
hello list..
I am sharing a yum configuration in a class (centos.pp) between two
nodes. But the yum configuration doesn''t apply at all to one node
even tho it does to another identically configured node.
## packages are failing to install via yum on one ec2 aws instance and
another identical ec2 instance works fine
[root@kromep2 ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
2015 Oct 19
2
CentOS 6 update issues
Hello Clint,
Our Centos-base.repo file looks like this:
[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-6
I also tried yours, however I experienced the same issue. It seems like
2013 Oct 06
1
reposync
Hello,
During a reposync of the centos base mirror, how come there are more
packages downloaded than the iso file contains...
The iso's Packages directory contains 3956 rpm packages.
The reposync of base holds 6381 rpm packages.
This was done using centos's default yum repo file
[base]
name=CentOS-$releasever - Base
2008 Jan 31
1
centosplus + priority plugin
I have a Centos 4 box that has been updated all the way to 4.6 without
using the centosplus repository.
Now I want to use the centosplus repository for Centos 4 to get the
latest LAMP, mod_perl, perl and other perl modules so that I can install
rt 3.6.6 and its necessary modules.
However, for some reason, the latest perl package in the centosplus
repository does not appear on the radar when
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
2011 Dec 07
2
yum with a proxy
Hello,
While yum is configured to use a proxy, like this :
[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-6
proxy=http://proxy.lasb:3128
it still make some attempts to connect
2006 Apr 07
3
How to query the new style mirrorlist ?
Hi,
>From CentOS 4.3, I saw the yum repository setting
/etc/yum.repos.d/CentOS-Base.repo
is something like:
--------------------
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
--------------------
Is that possible I can query the result by lynx ? I have a script to get
the URL and path in old yum repository style, but broken in this. When I
use