PDA

View Full Version : Centos OS 4.0 OUT ?



sohaib
05-16-2005, 02:13 PM
Is Centos 4 officially out ! Any Clue !!

Thanks

nobaloney
05-16-2005, 08:54 PM
Shouldn't you be checking the CentOS site to find this out?

Or are you asking if DA is out for CentOS 4?

The last time I checked it was out as a beta release.

Jeff

sohaib
05-16-2005, 08:58 PM
Centos doesnt have any news listed under the news section

Eric
05-17-2005, 09:46 PM
CentOS 4.0 i386 Final
http://www.centos.org/modules/news/article.php?storyid=71

boonchuan
05-20-2005, 09:09 AM
I have installed DirectAdmin with Centos 4, works great with no reported problems. One thing I did prior to that was to disable sulinux just in case.

sohaib
05-20-2005, 09:42 AM
Could you please let me know how to disable Sulinux ?

Eric
05-20-2005, 12:46 PM
SElinux?

boonchuan
05-20-2005, 12:55 PM
Sorry typo error, SELinux there is an option to disable SELinux when you are installing Centos 4

sohaib
05-20-2005, 02:27 PM
Whats a function of SE Linux.

So you are sure and positive that I can install Centos OS 4.0 in my server.

If thats a YES than I am doing it.

Thanks

boonchuan
05-20-2005, 06:00 PM
Directadmin can be installed on Centos 4.0 very sure am I.

sohaib
05-20-2005, 06:46 PM
I am on it bro ! I will update you when I am done .

sohaib
05-22-2005, 10:23 AM
I did installed Centos OS 4.0 and it did install smooth but there is a one major bug . You cant create Mysql Database it give some client library error that means I've to uninstall my current Mysql version and than do a re-install of upgraded Mysql Version which is something I dont like to do.

So I've downgraded my server back to Centos 3.4, I guess I will wait for DA to officially announce the DA compaitable with Centos 4.0 as I've already updated them and they are on it.

Thanks

boonchuan
05-22-2005, 10:55 AM
Strange this prob doesnt happen to me.

sohaib
05-23-2005, 07:27 AM
I've just got a respond from John and thats what he says ?

Hello,

==
I checked our binary.. and it seems to be working fine with mysql 4.1.11 ...

I checked your license and it was set to ES3. I've updated your license to ES4.. so try installing it now (you'll get new binaries). That might have been the original problem.

Thank you,

John
===

I will try installing Centos OS 4.0 today and let see what happends.

boonchuan
05-23-2005, 07:29 AM
Hope this time it will be a safe journey for you. PM me if I can be of help.

sohaib
05-23-2005, 08:10 AM
I am pretty sure it will work fine . Also I've a simply question to ask I about assigning ONE ip to my reseller , I dont know how to do that. :)

boonchuan
05-23-2005, 04:41 PM
I think you create a reseller account with assign IP instead of shared IP, then go to the IP Assignment , click on that particular IP and change the owner to the reseller.

sohaib
05-23-2005, 04:43 PM
Wish me Good Luck guys, I am now going to Install Centos OS 4.0 Final.

sohaib
05-23-2005, 06:10 PM
Installation went smooth , I didnt got the any errors .

But when I am restoring My MySQL database I am getting error like

Almost in every Mysql database I am getting

Duplicate column name

on every domain I've Mysql running and on each and every database restoring I am getting that error .

I dont know if its a Mysql error or DA error, but its very weird.

Works fine in 3.4 Centos but I dont know why not in 4.0

boonchuan
05-25-2005, 12:11 PM
For such prob, you should really get support t help, maybe once they solved it, post it here so that others having the same problem can do a search.

sohaib
05-25-2005, 12:19 PM
I did contacted Support but John is trying to help me but he's confuse to why its happening but anyways, I've fixed that problem my self

The problem were in my two MAJOR MYSQL DATABASE

Whenever I upload or import my database I always get error like ERROR 1060 Duplicate Column 'sessionid'

I simply opened that database and looked for that word called sessionid

And I found on many places but

PRIMARY KEY (`sessionid`,`sessionid`),

I've only looked for that word in PRIMARY KEY and removed like this

PRIMARY KEY (`sessionid`),

No body honestly help me which is kinda sad, but I salute DA support they are the best even though they didnt help but trying to help.

Thats a very common error in Mysql new version, I dont even know if you guys will get this error because it only happends if you are dealing with big databases.

But thats a fix which I've mentioned above.

Simply open your .sql file and look for that error which Mysql give you and thats all.

Thank you