RHEL 5.2 Updates
RHEL 5.2 Updates
I noticed there are a lot of yum updates available for RHEL 5 this morning. Does anyone know if they are safe to install in a Plesk 8.3 / ASL environment?
I always get a little nervous when I see a ton of updates like that. The last time I installed a ton of RH updates my DNS went down and I had a server offline for almost a full day trying to fix the damn thing.
I currently have the following in my yum exclude list in /etc/yum.conf:
exclude=kernel* sendmail bind-chroot caching-nameserver
I always get a little nervous when I see a ton of updates like that. The last time I installed a ton of RH updates my DNS went down and I had a server offline for almost a full day trying to fix the damn thing.
I currently have the following in my yum exclude list in /etc/yum.conf:
exclude=kernel* sendmail bind-chroot caching-nameserver
Last edited by spaceout on Thu May 22, 2008 6:47 pm, edited 1 time in total.
-
- Long Time Forum Regular
- Posts: 2813
- Joined: Sat Aug 20, 2005 9:30 am
- Location: The Netherlands
I wouldn't exclude kernels. Recently there was a local root exploit in the kernel which also affected RHEL 5. Note that you need to boot into the updated kernel before you're actually using it. Just installing the updated kernel isn't protecting you.
Lemonbit Internet Dedicated Server Management
yes me toospaceout wrote:My biggest concern was with the update to Bind. That is what gave me such a hassle last time. Of course, that was before I saw that I needed to exclude bind-chroot from the update because it causes some sort of problem with Plesk

anduninstall CHroot-bind
I also had to add this line back into /etc/sysconfig/named:
ROOTDIR="/var/named/run-root"
It was removed either by Plesk or uninstalling bind-chroot.
No problems running the new stuff but they built their packages weird this time. Normally a package has dependencies like required >= 1.2.3 (unless it's a subpackage, like php 5.2.5 would require 5.2.5 packages). For some odd reason they have some packages requiring a specific version (ie required = 1.2.3) so if you're running 1.2.4 (or if they provide you 1.2.4 in the list) it fails.
Case in point (emphasis mine)
The list of packages that failed in similar manner
Case in point (emphasis mine)
The stupid thing is that iptables-1.3.5-4 came with RHEL 5.2![root@server1 ~]# yum update iptables-ipv6
*snip*
Setting up Update Process
Resolving Dependencies
--> Running transaction check
---> Package iptables-ipv6.i386 0:1.3.5-4.el5 set to be updated
--> Processing Dependency: iptables = 1.3.5-0 for package: iptables-ipv6
--> Finished Dependency Resolution
Error: Missing Dependency: iptables = 1.3.5-0 is needed by package iptables-ipv6
[root@server1 ~]# rpm -q iptables
iptables-1.3.5-4.el5
The list of packages that failed in similar manner
This doesn't mean you can't run RHEL 5.2, it just means you can't do a simple yum update -ycups.i386 1:1.2.4-11.18.el5 rhel-i386-server
iptables-ipv6.i386 1.3.5-4.el5 rhel-i386-server
libhugetlbfs.i386 1.2-5.el5 rhel-i386-server
libxslt-python.i386 1.1.17-2.el5_1.1 rhel-i386-server
ntsysv.i386 1.3.30.1-2 rhel-i386-server
rpm.i386 4.4.2-48.el5 rhel-i386-server
rpm-build.i386 4.4.2-48.el5 rhel-i386-server
rpm-libs.i386 4.4.2-48.el5 rhel-i386-server
rpm-python.i386 4.4.2-48.el5 rhel-i386-server
system-config-date.noarch 1.8.12-3.el5 rhel-i386-server