MySQL and Exim Not Installing

Status
Not open for further replies.

KD0IGO

Member
Jan 13, 2012
24
0
51
St. Charles, MO
cPanel Access Level
DataCenter Provider
I've performed a WHM/cPanel installation using the Edge and Current release, and neither one installed MySQL or Exim out of the box.

It tells me this:
root@c5cpanel [~]# /scripts/mysqlup
Updates for “mysql†are disabled because “/etc/mysqldisable†exists.

That file doesn't exist. Brand new CentOS installation in a VM.

root@c5cpanel [~]# ll /etc |grep mysqldisable
root@c5cpanel [~]#

WHM Update Setting, the MySQL Server is set to 'Inherit', and is not set to None/Disabled. Is there a trick to getting this to install?
 

KD0IGO

Member
Jan 13, 2012
24
0
51
St. Charles, MO
cPanel Access Level
DataCenter Provider
You're able to create a file before hand that tells cPanel what tree to install from, /etc/cpupdate.conf.
 

cPanelTristan

Quality Assurance Analyst
Staff member
Oct 2, 2010
7,607
43
348
somewhere over the rainbow
cPanel Access Level
Root Administrator
Hello,

What is currently in your /etc/cpupdate.conf file? Since you've already installed cPanel, it should contain more data than the CPANEL= line at this point. Please go ahead and copy and paste the entire contents of that file.

Thanks!
 

KD0IGO

Member
Jan 13, 2012
24
0
51
St. Charles, MO
cPanel Access Level
DataCenter Provider
Hello. I've pasted the requested information for you.

This is from a new installation that completed about 10 minutes ago. Before I started the install of cPanel, I created /etc/cpupdate.conf with the following:
Code:
CPANEL=edge
Code:
[root@cPedge etc]# cat cpupdate.conf 
BANDMINUP=inherit
BSDPORTS=yes
COURIERUP=never
CPANEL=edge
DOVECOTUP=inherit
EXIMUP=inherit
FTPUP=inherit
MYSQLUP=inherit
NSDUP=never
PYTHONUP=inherit
RPMUP=daily
SARULESUP=daily
SYSUP=daily
UPDATES=manual
[root@cPedge etc]# /scripts/mysqlup --force
Updates for "mysql" are disabled because "/etc/mysqldisable" exists.
[root@cPedge etc]# ll /etc/mysqldisable
ls: /etc/mysqldisable: No such file or directory
[root@cPedge etc]# /usr/local/cpanel/cpanel -V
11.32.1 (build 4)
 
Status
Not open for further replies.