Centos 4.2

sohaib

Verified User
Joined
Apr 27, 2005
Messages
192
Location
Shared & Dedicated Hosting
Is DirectAdmin stable with Centos 4.2, I have 4.1 right now will that work with 4.2 ? If yes than do I have to email DA sales to change my license info.

Please advise.

Thanks
 
If you allow yum to automatically update CentOS 4.1 it will automatically update it to 4.2, and it will continue to work fine.

Before you use yum, though, check these forums to find the list of excludes you have to set up for yum.

Jeff
 
Anyone, I run yum manually and do have the recommended excludes already as:
exclude=httpd* mysql* php* perl* apache* mod_* MySQL* *ftp* exim* sendmail* php* kernel* da_*

But I don't know how to know if I am still running CentOS 4.1 (which was installed orginally) or if it has been upgraded with YUM to 4.2

How do I check which I am running, and how do I "allow YUM to update CentOS"?
 
Code:
cat /etc/redhat-release
will tell you what version of CentOS you're running.

Jeff
 
Back
Top