[Maria-discuss] Rollback from 10 to 5.5 with WHM
Hi, I installed MariadB 10 but was seeing poor performance and query times, so I rolled back to Mysql and saw better results. I wanted to rollback to Mariadb 5.5 but when going through the steps at http://blog.cpanel.net/mysql-mariadb/ and having the 5.5 repo in my Yum repos lists, it still tries to install MariaDB 10. Does anyone know why or how I can install 5.5 on WHM after installing and removing 10? Cheers Dan
Am 23.05.2014 10:41, schrieb Dan:
I installed MariadB 10 but was seeing poor performance and query times, so I rolled back to Mysql and saw better results. I wanted to rollback to Mariadb 5.5 but when going through the steps at http://blog.cpanel.net/mysql-mariadb/ and having the 5.5 repo in my Yum repos lists, it still tries to install MariaDB 10.
Does anyone know why or how I can install 5.5 on WHM after installing and removing 10?
modify the repo-file: exclude=package1,package2,package3 if the repo contains *both* 5.5 and 10.x it's a bug anyways because someone can hardly put a major update in the same repo which is supposed to bring bugfix-updates and since you are talking about cpanel packages it's not a upstream fault
Output of repos directory ####################### root@server1 [~]# cd /etc/yum.repos.d/ root@server1 [/etc/yum.repos.d]# ls *.*/ *..*/ CentOS-Base.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Vault.repo root@server1 [/etc/yum.repos.d]# ####################### ##################### recreated the MariaDB Repo file with # MariaDB 5.5 CentOS repository list - created 2014-05-23 10:27 UTC # http://mariadb.org/mariadb/repositories/ [mariadb] name = MariaDB baseurl = http://yum.mariadb.org/5.5/centos6-amd64 gpgkey= https://yum.mariadb.org/RPM-GPG-KEY-MariaDB gpgcheck=1 ######################## Then I get the following output when trying the YUM install root@server1 [/etc/yum.repos.d]# yum install MariaDB-server MariaDB-client MariaDB-devel Loaded plugins: fastestmirror, security Loading mirror speeds from cached hostfile * base: mirror.ventraip.net.au * extras: centos.syd.au.glomirror.com.au * updates: mirror.ventraip.net.au base | 3.7 kB 00:00 extras | 3.4 kB 00:00 mariadb | 1.9 kB 00:00 updates | 3.4 kB 00:00 Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package MariaDB-client.x86_64 0:10.0.11-1.el6 will be installed --> Processing Dependency: MariaDB-common for package: MariaDB-client-10.0.11-1.el6.x86_64 On Fri, May 23, 2014 at 10:41 AM, Dan <daniel.hewes@gmail.com> wrote:
Hi,
I installed MariadB 10 but was seeing poor performance and query times, so I rolled back to Mysql and saw better results. I wanted to rollback to Mariadb 5.5 but when going through the steps at http://blog.cpanel.net/mysql-mariadb/ and having the 5.5 repo in my Yum repos lists, it still tries to install MariaDB 10.
Does anyone know why or how I can install 5.5 on WHM after installing and removing 10?
Cheers Dan
i guess you did not do a "yum clean all" after switching the repo back to 5.5 and because it has the unversioned name "mariadb" the cached metadata are still active Am 23.05.2014 12:30, schrieb Dan:
Output of repos directory
#######################
root@server1 [~]# cd /etc/yum.repos.d/
root@server1 [/etc/yum.repos.d]# ls
*.*/ *..*/ CentOS-Base.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Vault.repo
root@server1 [/etc/yum.repos.d]#
#######################
#####################
recreated the MariaDB Repo file with
|#|MariaDB 5.5 CentOS repository list - created 2014-05-23 10:27 UTC |#|http://mariadb.org/mariadb/repositories/[mariadb] name = MariaDB baseurl = http://yum.mariadb.org/5.5/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-G...
########################
Then I get the following output when trying the YUM install
root@server1 [/etc/yum.repos.d]# yum install MariaDB-server MariaDB-client MariaDB-devel
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.ventraip.net.au <http://mirror.ventraip.net.au>
* extras: centos.syd.au.glomirror.com.au <http://centos.syd.au.glomirror.com.au>
* updates: mirror.ventraip.net.au <http://mirror.ventraip.net.au>
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
mariadb | 1.9 kB 00:00
updates | 3.4 kB 00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-client.x86_64 0:10.0.11-1.el6 will be installed
--> Processing Dependency: MariaDB-common for package: MariaDB-client-10.0.11-1.el6.x86_64
On Fri, May 23, 2014 at 10:41 AM, Dan <daniel.hewes@gmail.com <mailto:daniel.hewes@gmail.com>> wrote:
Hi,
I installed MariadB 10 but was seeing poor performance and query times, so I rolled back to Mysql and saw better results. I wanted to rollback to Mariadb 5.5 but when going through the steps at http://blog.cpanel.net/mysql-mariadb/ and having the 5.5 repo in my Yum repos lists, it still tries to install MariaDB 10.
Does anyone know why or how I can install 5.5 on WHM after installing and removing 10?
Cheers Dan
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
-- Reindl Harald the lounge interactive design GmbH A-1060 Vienna, Hofmühlgasse 17 CTO / CISO / Software-Development m: +43 (676) 40 221 40, p: +43 (1) 595 3999 33 icq: 154546673, http://www.thelounge.net/ http://www.thelounge.net/signature.asc.what.htm
I ran a yum clean all but still get the same output. I will clean again and try On Fri, May 23, 2014 at 12:42 PM, Reindl Harald <h.reindl@thelounge.net>wrote:
i guess you did not do a "yum clean all" after switching the repo back to 5.5 and because it has the unversioned name "mariadb" the cached metadata are still active
Output of repos directory
#######################
root@server1 [~]# cd /etc/yum.repos.d/
root@server1 [/etc/yum.repos.d]# ls
*.*/ *..*/ CentOS-Base.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Vault.repo
root@server1 [/etc/yum.repos.d]#
#######################
#####################
recreated the MariaDB Repo file with
|#|MariaDB 5.5 CentOS repository list - created 2014-05-23 10:27 UTC |#|http://mariadb.org/mariadb/repositories/[mariadb] name = MariaDB
Am 23.05.2014 12:30, schrieb Dan: baseurl =
http://yum.mariadb.org/5.5/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-G...
########################
Then I get the following output when trying the YUM install
root@server1 [/etc/yum.repos.d]# yum install MariaDB-server
MariaDB-client MariaDB-devel
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: mirror.ventraip.net.au <http://mirror.ventraip.net.au>
* extras: centos.syd.au.glomirror.com.au <
http://centos.syd.au.glomirror.com.au>
* updates: mirror.ventraip.net.au <http://mirror.ventraip.net.au>
base | 3.7 kB 00:00
extras | 3.4 kB 00:00
mariadb | 1.9 kB 00:00
updates | 3.4 kB 00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-client.x86_64 0:10.0.11-1.el6 will be installed
--> Processing Dependency: MariaDB-common for package:
MariaDB-client-10.0.11-1.el6.x86_64
On Fri, May 23, 2014 at 10:41 AM, Dan <daniel.hewes@gmail.com <mailto:
daniel.hewes@gmail.com>> wrote:
Hi,
I installed MariadB 10 but was seeing poor performance and query
times, so I rolled back to Mysql and saw
better results. I wanted to rollback to Mariadb 5.5 but when going
through the steps
at http://blog.cpanel.net/mysql-mariadb/ and having the 5.5 repo in
my Yum repos lists, it still tries to
install MariaDB 10.
Does anyone know why or how I can install 5.5 on WHM after
installing and removing 10?
Cheers Dan
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
--
Reindl Harald the lounge interactive design GmbH A-1060 Vienna, Hofmühlgasse 17 CTO / CISO / Software-Development m: +43 (676) 40 221 40, p: +43 (1) 595 3999 33 icq: 154546673, http://www.thelounge.net/
http://www.thelounge.net/signature.asc.what.htm
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
rm -rf /var/cache/yum/* the baseurl http://yum.mariadb.org/5.5/centos6-amd64/rpms/ of the repo file you posted just don't contain any 10.x package Am 23.05.2014 12:53, schrieb Dan:
I ran a yum clean all but still get the same output. I will clean again and try
On Fri, May 23, 2014 at 12:42 PM, Reindl Harald <h.reindl@thelounge.net <mailto:h.reindl@thelounge.net>> wrote:
i guess you did not do a "yum clean all" after switching the repo back to 5.5 and because it has the unversioned name "mariadb" the cached metadata are still active
Am 23.05.2014 12:30, schrieb Dan: > Output of repos directory > > ####################### > > root@server1 [~]# cd /etc/yum.repos.d/ > > root@server1 [/etc/yum.repos.d]# ls > > *.*/ *..*/ CentOS-Base.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Vault.repo > > root@server1 [/etc/yum.repos.d]# > > ####################### > > ##################### > > recreated the MariaDB Repo file with > > |#|MariaDB 5.5 CentOS repository list - created 2014-05-23 10:27 UTC > |#|http://mariadb.org/mariadb/repositories/[mariadb] name = MariaDB baseurl = > http://yum.mariadb.org/5.5/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-G... > > ######################## > > Then I get the following output when trying the YUM install > > > root@server1 [/etc/yum.repos.d]# yum install MariaDB-server MariaDB-client MariaDB-devel > > Loaded plugins: fastestmirror, security > > Loading mirror speeds from cached hostfile > > * base: mirror.ventraip.net.au <http://mirror.ventraip.net.au> <http://mirror.ventraip.net.au> > > * extras: centos.syd.au.glomirror.com.au <http://centos.syd.au.glomirror.com.au> <http://centos.syd.au.glomirror.com.au> > > * updates: mirror.ventraip.net.au <http://mirror.ventraip.net.au> <http://mirror.ventraip.net.au> > > base > | 3.7 kB 00:00 > > extras > | 3.4 kB 00:00 > > mariadb > | 1.9 kB 00:00 > > updates > | 3.4 kB 00:00 > > Setting up Install Process > > Resolving Dependencies > > --> Running transaction check > > ---> Package MariaDB-client.x86_64 0:10.0.11-1.el6 will be installed > > --> Processing Dependency: MariaDB-common for package: MariaDB-client-10.0.11-1.el6.x86_64 > > On Fri, May 23, 2014 at 10:41 AM, Dan <daniel.hewes@gmail.com <mailto:daniel.hewes@gmail.com> <mailto:daniel.hewes@gmail.com <mailto:daniel.hewes@gmail.com>>> wrote: > > Hi, > > I installed MariadB 10 but was seeing poor performance and query times, so I rolled back to Mysql and saw > better results. I wanted to rollback to Mariadb 5.5 but when going through the steps > at http://blog.cpanel.net/mysql-mariadb/ and having the 5.5 repo in my Yum repos lists, it still tries to > install MariaDB 10. > > Does anyone know why or how I can install 5.5 on WHM after installing and removing 10? > > Cheers > Dan
Boom, that did it. Thanks a lot mate, you are a star! (my daughter also says thank you as I can go and play with her once this is finished) On Fri, May 23, 2014 at 12:56 PM, Reindl Harald <h.reindl@thelounge.net>wrote:
rm -rf /var/cache/yum/*
the baseurl http://yum.mariadb.org/5.5/centos6-amd64/rpms/ of the repo file you posted just don't contain any 10.x package
Am 23.05.2014 12:53, schrieb Dan:
I ran a yum clean all but still get the same output. I will clean again and try
On Fri, May 23, 2014 at 12:42 PM, Reindl Harald <h.reindl@thelounge.net<mailto: h.reindl@thelounge.net>> wrote:
i guess you did not do a "yum clean all" after switching the repo back to 5.5 and because it has the unversioned name "mariadb" the cached metadata are still active
Am 23.05.2014 12:30, schrieb Dan: > Output of repos directory > > ####################### > > root@server1 [~]# cd /etc/yum.repos.d/ > > root@server1 [/etc/yum.repos.d]# ls > > *.*/ *..*/ CentOS-Base.repo CentOS-Debuginfo.repo CentOS-Media.repo CentOS-Vault.repo > > root@server1 [/etc/yum.repos.d]# > > ####################### > > ##################### > > recreated the MariaDB Repo file with > > |#|MariaDB 5.5 CentOS repository list - created 2014-05-23 10:27 UTC > |#|http://mariadb.org/mariadb/repositories/[mariadb] name = MariaDB baseurl = > http://yum.mariadb.org/5.5/centos6-amd64gpgkey=https://yum.mariadb.org/RPM-G... > > ######################## > > Then I get the following output when trying the YUM install > > > root@server1 [/etc/yum.repos.d]# yum install MariaDB-server MariaDB-client MariaDB-devel > > Loaded plugins: fastestmirror, security > > Loading mirror speeds from cached hostfile > > * base: mirror.ventraip.net.au <http://mirror.ventraip.net.au> < http://mirror.ventraip.net.au> > > * extras: centos.syd.au.glomirror.com.au < http://centos.syd.au.glomirror.com.au> <http://centos.syd.au.glomirror.com.au> > > * updates: mirror.ventraip.net.au <http://mirror.ventraip.net.au> <http://mirror.ventraip.net.au> > > base > | 3.7 kB 00:00 > > extras > | 3.4 kB 00:00 > > mariadb > | 1.9 kB 00:00 > > updates > | 3.4 kB 00:00 > > Setting up Install Process > > Resolving Dependencies > > --> Running transaction check > > ---> Package MariaDB-client.x86_64 0:10.0.11-1.el6 will be installed > > --> Processing Dependency: MariaDB-common for package: MariaDB-client-10.0.11-1.el6.x86_64 > > On Fri, May 23, 2014 at 10:41 AM, Dan <daniel.hewes@gmail.com<mailto: daniel.hewes@gmail.com> <mailto:daniel.hewes@gmail.com <mailto:daniel.hewes@gmail.com>>> wrote: > > Hi, > > I installed MariadB 10 but was seeing poor performance and query times, so I rolled back to Mysql and saw > better results. I wanted to rollback to Mariadb 5.5 but when going through the steps > at http://blog.cpanel.net/mysql-mariadb/ and having the 5.5 repo in my Yum repos lists, it still tries to > install MariaDB 10. > > Does anyone know why or how I can install 5.5 on WHM after installing and removing 10? > > Cheers > Dan
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
no problem as Fedora sysadmin it's my job to know how to handle yum and that's the big hammer brings yum to a virgin state and sometimes helps if it continues to pretend there is no update while i know for sure there is a recent security update well, i use it regulary it seems :-) [root@testserver:~]$ history | grep "rm -rf /var/cache/yum/" | wc -l 13 Am 23.05.2014 12:59, schrieb Dan:
Boom, that did it. Thanks a lot mate, you are a star! (my daughter also says thank you as I can go and play with her once this is finished)
On Fri, May 23, 2014 at 12:56 PM, Reindl Harald <h.reindl@thelounge.net <mailto:h.reindl@thelounge.net>> wrote:
rm -rf /var/cache/yum/*
the baseurl http://yum.mariadb.org/5.5/centos6-amd64/rpms/ of the repo file you posted just don't contain any 10.x package
Am 23.05.2014 12:53, schrieb Dan: > I ran a yum clean all but still get the same output. I will clean again and try
Hmm easyapache wont complete its build now !! Made a backup '/usr/local/apache/conf/modsec2.conf.cpbackup10' before updating '/usr/local/apache/conf/modsec2.conf' !! -- End step 'Updating rule id(s) and directive names in modsec conf file(s)' -- -- Begin step 'Setting up parser' -- -- End step 'Setting up parser' -- -- Begin step 'Setting up database' -- !! sub-step '1' !! !! sub-step '2' !! Can't load '/usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/x86_64-linux-64int/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmariadb.so.1: cannot open shared object file: No such file or directory at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/5.14.3/x86_64-linux-64int/DynaLoader.pm line 190. at /usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16 Compilation failed in require at /usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16. BEGIN failed--compilation aborted at /usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16. Compilation failed in require at /usr/local/cpanel/Cpanel/MysqlUtils/Connect.pm line 10. BEGIN failed--compilation aborted at /usr/local/cpanel/Cpanel/MysqlUtils/Connect.pm line 10. Compilation failed in require at /var/cpanel/perl/easy/Cpanel/Easy/ModSec.pm line 840. On Fri, May 23, 2014 at 1:05 PM, Reindl Harald <h.reindl@thelounge.net>wrote:
no problem
as Fedora sysadmin it's my job to know how to handle yum and that's the big hammer brings yum to a virgin state and sometimes helps if it continues to pretend there is no update while i know for sure there is a recent security update
well, i use it regulary it seems :-)
[root@testserver:~]$ history | grep "rm -rf /var/cache/yum/" | wc -l 13
Am 23.05.2014 12:59, schrieb Dan:
Boom, that did it. Thanks a lot mate, you are a star! (my daughter also says thank you as I can go and play with her once this is finished)
On Fri, May 23, 2014 at 12:56 PM, Reindl Harald <h.reindl@thelounge.net<mailto: h.reindl@thelounge.net>> wrote:
rm -rf /var/cache/yum/*
the baseurl http://yum.mariadb.org/5.5/centos6-amd64/rpms/ of the repo file you posted just don't contain any 10.x package
Am 23.05.2014 12:53, schrieb Dan: > I ran a yum clean all but still get the same output. I will clean again and try
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
that belongs clearly to a cpanel list and honestly it is a real bad idea to compile around on package based systems and mix different sources on a sane server system there should be no devel package and no compiler installed, that belongs to a dedicated buildmachine (virtual machine) which builds RPM packages anything which requires somebody to install a compiler has no place on a server Am 23.05.2014 14:44, schrieb Dan:
Hmm easyapache wont complete its build now
!! Made a backup '/usr/local/apache/conf/modsec2.conf.cpbackup10' before updating '/usr/local/apache/conf/modsec2.conf' !!
-- End step 'Updating rule id(s) and directive names in modsec conf file(s)' --
-- Begin step 'Setting up parser' --
-- End step 'Setting up parser' --
-- Begin step 'Setting up database' --
!! sub-step '1' !!
!! sub-step '2' !!
Can't load '/usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/x86_64-linux-64int/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmariadb.so.1: cannot open shared object file: No such file or directory at /usr/local/cpanel/3rdparty/perl/514/lib64/perl5/5.14.3/x86_64-linux-64int/DynaLoader.pm line 190.
at /usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16
Compilation failed in require at /usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16.
BEGIN failed--compilation aborted at /usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16.
Compilation failed in require at /usr/local/cpanel/Cpanel/MysqlUtils/Connect.pm line 10.
BEGIN failed--compilation aborted at /usr/local/cpanel/Cpanel/MysqlUtils/Connect.pm line 10.
Compilation failed in require at /var/cpanel/perl/easy/Cpanel/Easy/ModSec.pm line 840.
On Fri, May 23, 2014 at 1:05 PM, Reindl Harald <h.reindl@thelounge.net <mailto:h.reindl@thelounge.net>> wrote:
no problem
as Fedora sysadmin it's my job to know how to handle yum and that's the big hammer brings yum to a virgin state and sometimes helps if it continues to pretend there is no update while i know for sure there is a recent security update
well, i use it regulary it seems :-)
[root@testserver:~]$ history | grep "rm -rf /var/cache/yum/" | wc -l 13
Am 23.05.2014 12:59, schrieb Dan: > Boom, that did it. Thanks a lot mate, you are a star! (my daughter also says thank you as I can go and play with > her once this is finished) > > On Fri, May 23, 2014 at 12:56 PM, Reindl Harald <h.reindl@thelounge.net <mailto:h.reindl@thelounge.net> <mailto:h.reindl@thelounge.net <mailto:h.reindl@thelounge.net>>> wrote: > > rm -rf /var/cache/yum/* > > the baseurl http://yum.mariadb.org/5.5/centos6-amd64/rpms/ of the > repo file you posted just don't contain any 10.x package > > Am 23.05.2014 12:53, schrieb Dan: > > I ran a yum clean all but still get the same output. I will clean again and try
Interesting. It's straight from the steps at http://blog.cpanel.net/mysql-mariadb/ which cpanel are currently providing. First time I have run into the issue on any of my WHM based servers which is why I am so unsure as to finding the root. May just roll back to mysql and stay there until I reprovision again next week On Fri, May 23, 2014 at 3:12 PM, Reindl Harald <h.reindl@thelounge.net>wrote:
that belongs clearly to a cpanel list and honestly it is a real bad idea to compile around on package based systems and mix different sources
on a sane server system there should be no devel package and no compiler installed, that belongs to a dedicated buildmachine (virtual machine) which builds RPM packages
anything which requires somebody to install a compiler has no place on a server
Am 23.05.2014 14:44, schrieb Dan:
Hmm easyapache wont complete its build now
!! Made a backup '/usr/local/apache/conf/modsec2.conf.cpbackup10' before updating '/usr/local/apache/conf/modsec2.conf' !!
-- End step 'Updating rule id(s) and directive names in modsec conf file(s)' --
-- Begin step 'Setting up parser' --
-- End step 'Setting up parser' --
-- Begin step 'Setting up database' --
!! sub-step '1' !!
!! sub-step '2' !!
Can't load '/usr/local/cpanel/3rdparty/perl/514/lib64/perl5/cpanel_lib/x86_64-linux-64int/auto/DBD/mysql/mysql.so' for module DBD::mysql: libmariadb.so.1: cannot open shared object file: No such file or directory at
/usr/local/cpanel/3rdparty/perl/514/lib64/perl5/5.14.3/x86_64-linux-64int/DynaLoader.pm line 190.
at /usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16
Compilation failed in require at
/usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16.
BEGIN failed--compilation aborted at
/usr/local/cpanel/Cpanel/Compat/DBDmysql.pm line 16.
Compilation failed in require at
/usr/local/cpanel/Cpanel/MysqlUtils/Connect.pm line 10.
BEGIN failed--compilation aborted at
/usr/local/cpanel/Cpanel/MysqlUtils/Connect.pm line 10.
Compilation failed in require at
/var/cpanel/perl/easy/Cpanel/Easy/ModSec.pm line 840.
On Fri, May 23, 2014 at 1:05 PM, Reindl Harald <h.reindl@thelounge.net<mailto:
h.reindl@thelounge.net>> wrote:
no problem
as Fedora sysadmin it's my job to know how to handle yum and that's the big hammer brings yum to a virgin state and sometimes helps if it continues to pretend there is no update while i know for sure there is a recent security update
well, i use it regulary it seems :-)
[root@testserver:~]$ history | grep "rm -rf /var/cache/yum/" | wc -l 13
Am 23.05.2014 12:59, schrieb Dan: > Boom, that did it. Thanks a lot mate, you are a star! (my daughter
also says thank you as I can go and play with
> her once this is finished) > > On Fri, May 23, 2014 at 12:56 PM, Reindl Harald <
h.reindl@thelounge.net <mailto:h.reindl@thelounge.net>
<mailto:h.reindl@thelounge.net <mailto:h.reindl@thelounge.net>>>
wrote:
> > rm -rf /var/cache/yum/* > > the baseurl http://yum.mariadb.org/5.5/centos6-amd64/rpms/ of
the
> repo file you posted just don't contain any 10.x package > > Am 23.05.2014 12:53, schrieb Dan: > > I ran a yum clean all but still get the same output. I will
clean again and try
_______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : maria-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp
participants (2)
-
Dan
-
Reindl Harald