CentOS 4.4 Released

FastAttack

Verified User
Joined
Dec 27, 2004
Messages
51
just updated via yum

[root@server1 fast]# cat /etc/issue
CentOS release 4.4 (Final)
Kernel \r on an \m
 
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.
 
felosi said:
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.. :)
 
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?
 
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.
 
Before update you need this i think

yum.conf
Code:
[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
Code:
# 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
Code:
yum install yum-plugin-fastestmirror
Clean
Code:
yum clean all
Update
Code:
yum update



Wael
 
Dead Box after following the directions above.

Time to rebuild :(
 
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... ;)
 
Back
Top