PDA

View Full Version : CentOS 5.5 released



ccto
05-15-2010, 07:49 AM
http://www.centos.org/

Anyone upgrade successfully? do it break DA or its component?

Thank you for your advice.

Regards
ccto.

flyride
05-15-2010, 11:24 AM
Also interested... :)

daveyw
05-15-2010, 02:42 PM
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.

flyride
05-15-2010, 06:53 PM
Just updated my servers to 5.5, seemed to go smoothly without any hitches... everything seems to be behaving normally.

floyd
05-16-2010, 04:44 AM
I do automatic upgrades on all my servers for minor releases.

DonJohn
05-16-2010, 02:06 PM
I got these errors during my update (64 bit CentOS):


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?

BTCentral
05-23-2010, 06:29 AM
I got these errors during my update (64 bit CentOS)
[snipped]
Is this a serious problem?

No - I am pretty sure I got those too when I upgraded, and it works just fine. :)

CentOS5
05-30-2010, 10:59 AM
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?

nobaloney
05-30-2010, 12:04 PM
Firewall issue?

Jeff

CentOS5
05-30-2010, 12:42 PM
Firewall issue?

Jeff

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 :)

CentOS5
05-30-2010, 05:18 PM
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?

daveyw
05-31-2010, 04:49 AM
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)