CentOS 5.5 released

RedHat Enterprise / CentOS 3.0, 3.1, 3.2, 3.3, 4.x, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5 (64-bit: 4.1 - 4.5, 5.0, 5.1, 5.2, 5.3, 5.4, 5.5)
So far, it should work with DirectAdmin :)

root:~# cat /etc/redhat-release
CentOS release 5.5 (Final)
I dont have any problems, everything is still working for me.
 
Last edited:
Just updated my servers to 5.5, seemed to go smoothly without any hitches... everything seems to be behaving normally.
 
I do automatic upgrades on all my servers for minor releases.
 
Update problem

I got these errors during my update (64 bit CentOS):

Code:
gtk-update-icon-cache: symbol lookup error: /usr/local/lib/libpng12.so.0: undefined symbol: inflateInit_

gtk-update-icon-cache: symbol lookup error: /usr/local/lib/libpng12.so.0: undefined symbol: inflateInit_
error: %post(system-config-securitylevel-1.6.29.1-5.el5.x86_64) scriptlet failed, exit status 127

gtk-update-icon-cache: symbol lookup error: /usr/local/lib/libpng12.so.0: undefined symbol: inflateInit_
error: %post(system-config-services-0.9.4-5.el5.noarch) scriptlet failed, exit status 127

gtk-update-icon-cache: symbol lookup error: /usr/local/lib/libpng12.so.0: undefined symbol: inflateInit_

error: %postun(system-config-securitylevel-1.6.29.1-2.1.el5.x86_64) scriptlet failed, exit status 127

gtk-update-icon-cache: symbol lookup error: /usr/local/lib/libpng12.so.0: undefined symbol: inflateInit_

yum update did finish, but in what state is my CentOs server now?

Is this a serious problem?
 
Just updated my servers to 5.5, seemed to go smoothly without any hitches... everything seems to be behaving normally.

upgraded yesterday to centos 5.5, now everything seems ok but today i cant ssh anymore just times out, if i reboot the server from the da control panel i can ssh back in, but after a while it starts to time out again, anyone else seeing this?
 
It could be, i will check again but everything else works and this issue wasnt there before the upgrade.

I hope its just a firewall issue :)

UPDATE

it seems the update to 5.5 deleted apf (no idea) and this is the main problem, reinstalled apf but now having probs as apf isnt running on reboot, had to run apf -s and can now ssh in, getting there, but anyone else running apf?
 
UPDATE

it seems the update to 5.5 deleted apf (no idea) and this is the main problem, reinstalled apf but now having probs as apf isnt running on reboot, had to run apf -s and can now ssh in, getting there, but anyone else running apf?
Maybe you could check for CSF/LFD firewall (http://configservers.org/cp/csf.html) that should work easier also it has a webinterface into DA.

If you want to start something at bootup: chkconfig apf on (should work)
 
Back
Top