RH7.1 + MySQL + GLIBC-update = Problem!

Hello All

Just a piece of information:

We run our databases on vservers on top of a RH7.1 and today I ran into a pretty nasty problem:

After upgrading to the latest RH7.1 glibc (glibc-2.2.4-30) with up2date I was unable to restart the mysql service. This goes for mysql-3.23.36-1 as well as 4.0.1-alpha - the first complains about other mysql servers running on the same IP while the last keeps on reporting hung processes and restarting them.

The services ran fine right after the upgrade but when I tried restarting them later things went haywire. Another vserver with mysql-3.23.36-1 had no problems but this server wasn't carrying any load at all.

Bottom linie: Be careful when upgrading glibc on RH7.1 production servers - there may be a problem that doesn't show in a lightly loaded test-environment.

Downgrading glibc, glibc-common and glibc-devel to glibc-2.2.4-29 took care of the problem but I sure had some interesting minutes there...

 

 

 

 

Top