Displaying 18 results from an estimated 18 matches for "pkgpolici".
Did you mean:
pkgpolicy
2005 Apr 13
2
yum update issue
I am getting this when trying to update a machine:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 6b8d79e6
public key not available for rsync-2.6.4-1.2.el4.rf.i386.rpm
This brings yum to a halt. Here is my 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
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
.
.
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
2006 Aug 31
0
no yum update problems
FWIW this has served me very well when any new update comes out, whether
there is a yum upgrade or not.
yum clean all
yum update yum
yum clean all
yum update
or
yum check-update | more
and make choices later... etc
man yum
can help of course...
I tend to wait until the highest traffic is gone too unless there is
something specific I need bug or security wise.
Also, it is a good idea to
2008 Feb 15
0
No installed updated kernels via yum
Subject 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
2005 Jul 14
2
Upgrading from RH AS-3 to ??
Hi!
I'm trying to upgrade my Redhat 3AS server, but I'm encountering
problems.
The first problem was, I didn't know what repository to use.
I settled on http://mirror.centos.org/, but using it is strange, as
not all mirror servers have all of the directories, and so sometimes
links appear broken, but the problem goes away if I hit reload.
A number of them have empty directories,
2005 Jan 18
1
I'm gonna kill Yum AND Outlook
Here we go again:
Hi all.
Most of you already know about my problems (well, my computer?s
problems ;-) ), since we?ve been discussing on the forum. Hughesjr
recommended me to post here, so let?s see, I have my faith on you
I have a dedicated server with RH9 that I upgraded to CentOS 3.4 .
Everything ok, but after the first yum upgrade and reboot I get this
when I try to do a yum update:
2005 Jul 07
1
Yum Update issues
I get this when i try to yum update:
http://mirror.centos.org/centos/4/updates/i386/repodata/primary.xml.gz:
[Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from update: [Errno 256]
No more 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
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
2007 Feb 15
0
yum does not update x86_64
Hi,
After a successful upgrade CentOS 3.8 i386 to CentOS 4.4 x86_64 and,
after cleaning old 3.8 packages, yum does not update the x86_64 packages
but just the i386's.
The rhn-applet see the x86_64 updates but neither yum nor up2date see
them.
When I run:
# yum -d 3 check-update
Yum Version: 2.4.3
COMMAND: yum -d 3
Installroot: /
Setting up repositories
Baseurl(s) for repo:
2005 Jan 18
6
I'm gonna kill YUM (mailing list version ;-) )
Hi all.
Most of you already know about my problems (well, my computer's problems ;-)
), since we've been discussing on the forum. Hughesjr recommended me to post
here, so let's see, I have my faith on you.
I have a dedicated server with RH9 that I upgraded to CentOS 3.4 .
Everything ok, but after the first yum upgrade and reboot I get this when I
try to do a yum update:
yum
2005 Aug 13
3
Using YUM
I haven't configured YUM .
How do I do it?
Sorry if this is a really stupid question, but I have no idea about it.
Moreover, I would also like to use APT afterwards.
I really want to try both of these.
I have used apt-get before many a times, but never used YUM.
Can anybody post the procedure to get this working?
Which repositories to be added, how it is to be configured?
And yes, how do i
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
2007 May 08
0
yum can't connect to mirrors
Hello,
I added rpmforge yum repo to my yum config and then the box couldn't
connect to fetch updates. I added enabled=0 to rpmforge.repo as well as
add-ons, contrib, and centosplus, but i'm still getting mirror errors. I
believe i've got some file corruption somewhere, but i don't see where. I
can't even fetch packages in updates now, keep getting connection refused
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
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
2011 Mar 18
7
Add repo for xfig package
Hi All
We want to install packages like xfig and transfig on centos 5.5. We found rpms available but them but it seems there are lot of dependencies for these packages. So we would like to setup yum repo for this. Can anyone suggest trusted baseurl for yum repo?
Regards
Hersh
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Dec 14
4
Issues/thoughts re CentOS-4
This is a list of issues for discussion for CentOS-4. Most of it is
based on my experience from building/maintaining CentOS-2 and observing
CentOS-3. I have not seen the CentOS-4 beta yet so I don't know if any
of this is already done. If these have been discussed on IRC then
perhaps someone could produce a shot summary of the outcomes....?
* Just call it CentOS-4 not 4.1 etc. Too