Displaying 20 results from an estimated 309 matches for "gpgcheck".
2006 Aug 30
2
Yum updates packages for other arch too
...and the list continues. This ends with an bunch of unresolved dependencies.
#################################
My yum.conf:
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=centos-release
tolerant=1
#exclude=kernel*
exactarch=1
retries=20
obsoletes=1
gpgcheck=1
# PUT YOUR REPOS HERE OR IN separate 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=$rel...
2012 Jun 01
1
problems installing parted tool
...c/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=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releas...
2005 Jul 07
1
Yum Update issues
...ve 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-$releasever - Addons
baseurl=http://mirror.centos.org/centos/$releasever/addo...
2020 Feb 19
1
gpgcheck of rpms / anaconda / kickstart / composer install
Hi all,
I wonder if the gpgchecks are done while installing a system via
anaconda? Any experts here?
I was playing with the livemedia-creator and had a 3rd party repo in my
ks file. The packages were installed without any problems although
having not any key in the rpm db imported. So that leads me to the
assumption that the...
2023 May 26
2
IUS not pulling latest PHP packages
...e 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 Packages for Enterprise Linux 7 - $basearch - Debug
# 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/de...
2023 May 26
1
IUS not pulling latest PHP packages
...o 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 Packages for Enterprise Linux 7 - $basearch - Debug
> # It is much more secure to use the metalink, but if you wish to use a
> local mirror
> # place its address here.
> #baseurl=http://...
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.centos.org/centos/RPM-GPG-KEY-centos4
#packages used/produced in the bu...
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
2012 May 15
4
enabling a yum repository
I have a class that pulls in some yum repositories. One of the yum
repositories is disabled, but on one host I''d like to enable it.
i.e. I''d like to do something like this:
class { ''myyumrepos'': }
yumrepo { ''EPEL'': enabled => 1, }
What''s the best way to do this?
I am using an ENC.
--
Biltong
biltong@fastmail.fm
--
2011 Mar 16
3
only one puppet client fails with yum
...gt; ''0s'',
}
yumrepo { ''epel-testing'':
mirrorlist =>
''http://mirrors.fedoraproject.org/mirrorlist?repo=testing-epel5&arch=$basearch'',
enabled => ''0'',
failovermethod => ''priority'',
gpgcheck => ''1'',
gpgkey => ''file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL'',
descr => ''Extra Packages for Enterprise Linux 5 - Testing - $basearch ''
}
yumrepo { ''epel-testing-debuginfo'':
mirrorlist =>
''http://...
2005 May 19
3
Timezone Configuration
Greetings All,
How to does one go about reconfiguring centos's time zone
configuration (to the eastern time zone (us)), via the command line?
I have tested other GNU/Linux distribution's documentation, tools,
files and relevant details with centos and have thus far been unable
to find a compatible solution.
My apologies if my question is very simple, I have done a fair amount
of
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
...#39;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=
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
baseurl=http://192.168.10.10/repo/centos5/$basearch/os
gpgcheck=1
enabled=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
[updates-local]
name=CentOS-$releasever - Updates
#mirrorlist=
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
baseurl=http://192.168.10.10/repo/centos5/$basearch/updates
gpgcheck=1
enable...
2008 Aug 07
1
Firewire/IEEE1394 support on centos.plus repro and yum update
...s plus ?
Thank's for your help
Emmanuel Borlet
See :
# cat /etc/yum.repos.d/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-CentOS-5
priority=1
#released updates
[updates]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&
repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$ba...
2006 Sep 06
2
4.4 update quits unexpectedly
...pack into transaction set.
Here is my /etc/yum/repos.d/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
> protect=1
> enabled=1
>
> #released updates
> [update]
> name=CentOS-$releasever - Updates
> baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
> gpgcheck=1
> protect=1
> enabled =1
>
> #packages used/produced in the build but not rele...
2008 Feb 15
0
No installed updated kernels via yum
...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]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=
$basearch&repo
=os
#baseu...
2007 May 08
0
yum can't connect to mirrors
...t Enterprise $releasever - RPMforge.net - dag
#baseurl = http://apt.sw.be/redhat/el5/en/$basearch/dag
#mirrorlist = http://apt.sw.be/redhat/el5/en/mirrors-rpmforge
mirrorlist = file:///etc/yum.repos.d/mirrors-rpmforge
enabled = 0
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1
#cat CentOS-Base.repo
# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for
CentOS.
# 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 and
# geographically close to the...
2007 Apr 17
1
How to upgrate to CentOS 5 from CentOS 4.4 by using yum.
...st= does not work for you, as a fall back you can try the
# remarked out baseurl= line instead.
#
#
[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
protect=1
#released updates
[update]
name=CentOS-$releasever - Updates
mirrorlist=
http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basear...
2008 Jan 31
1
centosplus + priority plugin
...et around the problem?
Contents of yum.conf and Centos-Base.repo and output from yum
check-update follow.
Christopher
cat /etc/yum.conf
[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=centos-release
tolerant=1
exactarch=1
retries=20
obsoletes=1
gpgcheck=1
plugins=1
exclude=postfix* cyrus-sasl* dovecot*
--------------------------------------------------------------------
cat /etc/yum.repos.d/CentOS-Base.repo
# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for
CentOS.
# The mirror system uses the connecting IP...
2011 Nov 01
4
2.7.6 yumrepo not working
...er operatingsystem
Fedora
# facter operatingsystemrelease
14
==== My manifest ====
yumrepo {
''EWT-Base'':
descr => ''Base Repository'',
baseurl => "
http://repo:80/$operatingsystem-$operatingsystemrelease-$architecture",
gpgcheck => 0,
enabled => 1,
priority => 1;
===== What gets written out ====
[Base]
name=Base Repository
baseurl=http://repo:80/x86_64
enabled=1
gpgcheck=0
priority=1
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To pos...
2006 Apr 27
4
Why?
Hello,
I haven't installed anything other then what is in the Repos.
Here are my Repo's:
yum.repos.d $ cat atrpms.repo
[atrpms] name= ATRPMS RPM Repository for Red Hat Enterprise Linux
baseurl=http://dl.atrpms.net/el$releasever-$basearch/atrpms/stable
gpgcheck=1
enabled=1
yum.repos.d $ cat CentOS-Base.repo
# CentOS-Base.repo
#
# This file uses a new mirrorlist system developed by Lance Davis for CentOS.
# 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 and
# geogra...