View Full Version : CentOS 4.4 Released
FastAttack
08-30-2006, 06:32 PM
just updated via yum
[root@server1 fast]# cat /etc/issue
CentOS release 4.4 (Final)
Kernel \r on an \m
jw00dy
08-30-2006, 10:44 PM
thanks
@how@
08-31-2006, 04:58 AM
Thanks :)
Wael
FastAttack
08-31-2006, 09:26 AM
Originally posted by @how@
Thanks :)
Wael
actually Thank you Wael, your How to's make my life as an admin a lot easier :)
felosi
08-31-2006, 11:31 AM
I just had a problem with named, it put it in chroot and I had to copy my old config over to it.
Gotta love DA, we have a cpanel server and updated it and it went all to hell. I also notice about cpanel you can get some of their updates, even the stable ones and totaly screw **** up. I never had that happen with DA, nor have I ever broke anything and not been able to fix it. IF only DA was as popular with shared hosting clients I would be happier. It has been pretty hard for me to sell.
FastAttack
08-31-2006, 12:45 PM
Originally posted by felosi
I just had a problem with named, it put it in chroot and I had to copy my old config over to it.
Gotta love DA, we have a cpanel server and updated it and it went all to hell. I also notice about cpanel you can get some of their updates, even the stable ones and totaly screw **** up. I never had that happen with DA, nor have I ever broke anything and not been able to fix it. IF only DA was as popular with shared hosting clients I would be happier. It has been pretty hard for me to sell.
DA is great actually.. I like its simplicity and my biz hosting customers love it.
and I love it as an admin easy to update and well seems our little community here is growing.
I can't wait for the guys over at DA to work on being able to work with remote servers ( DA can control a remote SQL server at the moment so we are heading out the right direction)
I forsee DA getting more intrest over time.. :)
The_cobra666
09-03-2006, 02:59 AM
glibc-common-2.3.4-2.25.i 100% |=========================| 643 kB 00:00
---> Package glibc-common.i386 0:2.3.4-2.25 set to be updated
---> Downloading header for openssh-server to pack into transaction set.
http://mirror.centos.org/centos/4/os/i386/CentOS/RPMS/openssh-server-3.9p1-8.RHEL4.15.i386.rpm: [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
Trying other mirror.
Error: failure: CentOS/RPMS/openssh-server-3.9p1-8.RHEL4.15.i386.rpm from base: [Errno 256] No more mirrors to try.
hmmm :s what now?
felosi
09-03-2006, 03:06 AM
damn they really need to update these apps, that update screwed my openssl and installed 0.97a from febuary 2003, Red hat patches or not lots of this stuff is still old as hell.
@how@
09-03-2006, 03:38 AM
Before update you need this i think
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
exclude=httpd* mysql* php* perl* apache* mod_* MySQL* *ftp* exim* sendmail* php* da_* openssl* named* dovecot* MailScanner*
plugins=1
# PUT YOUR REPOS HERE OR IN separate files named file.repo
# in /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 address of the client and the
# update status of each mirror to pick mirrors that are updated to and
# geographically close to the client. You should use this for CentOS updates
# unless you are manually picking other mirrors.
#
# If the mirrorlist= 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
#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/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
Install fastestmirror
yum install yum-plugin-fastestmirror
Clean
yum clean all
Update
yum update
Wael
The_cobra666
09-03-2006, 04:14 AM
That did the trick
Dualdot
09-03-2006, 08:31 AM
*edit*
Never mind, I fixed my problem
Dead Box after following the directions above.
Time to rebuild :(
felosi
09-05-2006, 04:01 PM
I just had problems with the bind chroot on that update. I didnt do that above, just did yum update and I had to go back and uncomment some lines in the repo afterwards
Was able to get it back working - UGGGG
In a nut shell - it looks like the theme that is upgraded with the system was corrupt or something to that effect. I was able to boot into the command line mode and then make the modificaitons to the grub.conf file so it only boots into text mode - getting away from the damn graphic mode. Once I did that had to rebuild apache and php and all is happy once again... ;)
Powered by vBulletin™ Version 4.0.4 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.