Search found 305 matches

by hostingguy
Fri Mar 01, 2013 2:38 pm
Forum: PHP Help and Discussion
Topic: Plesk updater prompting me to install "php 5.3 support"
Replies: 3
Views: 6822

Re: Plesk updater prompting me to install "php 5.3 support"

Plus if you use x86_64 and eaccelerator you may have had a problem afterwards based on some of the other threads going around right now.
by hostingguy
Wed Feb 27, 2013 1:26 pm
Forum: PHP Help and Discussion
Topic: php-eaccelerator on x86_64 tries to install i386 php
Replies: 3
Views: 6576

Re: php-eaccelerator on x86_64 tries to install i386 php

Ahh I see there is practically a duplicate of this already, you can delete this thread :)
by hostingguy
Wed Feb 27, 2013 1:19 pm
Forum: PHP Help and Discussion
Topic: php-eaccelerator on x86_64 tries to install i386 php
Replies: 3
Views: 6576

php-eaccelerator on x86_64 tries to install i386 php

Hello, We have seen a couple other threads regarding this or a similar issue with php-eaccelerator and was wondering when this could get "fixed". When doing a yum update it attempts to install the i386 package of php when we are running x86_64 builds. To illustrate the issue we uninstalled...
by hostingguy
Thu Mar 08, 2012 2:58 pm
Forum: PHP Help and Discussion
Topic: eaccelerator vs apc
Replies: 13
Views: 14340

Re: eaccelerator vs apc

I wouldnt either, but I guess my question is really more in the line of - is it ok to install and have pear on your system in the first place, especially along with those items that it seemingly installs with it which are out of date. Does even having it on the system pose a risk?
by hostingguy
Thu Mar 08, 2012 1:16 pm
Forum: PHP Help and Discussion
Topic: eaccelerator vs apc
Replies: 13
Views: 14340

Re: eaccelerator vs apc

Right, but isnt having pear arround at all (and the default modules that it installs, which are out of date) a security risk? # pear list-upgrades WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update pear.php.net Available Upgrade...
by hostingguy
Thu Mar 08, 2012 12:01 pm
Forum: PHP Help and Discussion
Topic: eaccelerator vs apc
Replies: 13
Views: 14340

Re: eaccelerator vs apc

php-pear is a dependency that gets installed with apc ============================================================================================================================================================================================================================================== Package...
by hostingguy
Wed Mar 07, 2012 6:39 pm
Forum: PHP Help and Discussion
Topic: eaccelerator vs apc
Replies: 13
Views: 14340

Re: eaccelerator vs apc

Is it worth having to install pear (and not being able to update easily since popen is disabled by asl by default) and having those outdated packages for only a 5% increase?
I'm not a huge fan of having to update things outside of yum when it comes to php stuff.
by hostingguy
Wed Mar 07, 2012 6:22 pm
Forum: PHP Help and Discussion
Topic: eaccelerator vs apc
Replies: 13
Views: 14340

eaccelerator vs apc

Hello, I was wondering which one gives better performance? I've heard that APC does, and both of these are available from atomic, although neither one really seems to have been updated much in the last year. I also am not sure of pear, isnt it a potential security risk to have it arround? What do yo...
by hostingguy
Mon Nov 28, 2011 1:09 pm
Forum: General Help and Development Discussion
Topic: mysql 5.5.15 changes w/ more automated upgrading
Replies: 40
Views: 31580

Re: mysql 5.5.15 changes w/ more automated upgrading

Try removing some lines from your my.cnf file - and check in your mysql log file to see if its complaining about something.
by hostingguy
Fri Oct 21, 2011 5:30 pm
Forum: General Help and Development Discussion
Topic: mysql upgrade fails
Replies: 1
Views: 3977

mysql upgrade fails

First off, when updating to the new mysql it installs an old version as a dependancy Then when it installs, it writes an error and mysql will no longer start. [code]Stopping mysqld: [ OK ] mysqld is alive Stopping mysqld: [ OK ] mysqld is alive Stopping mysqld: [ OK ] Starting mysqld: [ OK ] id: can...
by hostingguy
Wed Oct 19, 2011 12:45 pm
Forum: General Help and Development Discussion
Topic: mysql 5.5.15 changes w/ more automated upgrading
Replies: 40
Views: 31580

Re: mysql 5.5.15 changes w/ more automated upgrading

I noticed that when it is updating mysql to 5.5.16-2 it is also installing mysql 5.1.59-1 as a dependancy - is that intentional?
by hostingguy
Fri Oct 14, 2011 5:21 pm
Forum: General Help and Development Discussion
Topic: mysql 5.5.15 changes w/ more automated upgrading
Replies: 40
Views: 31580

Re: mysql 5.5.15 changes w/ more automated upgrading

the mysql-governor package is seperate, but requires a patch to mysql which I think he has already shared with cPanel for their build. it would be nice to have it included in yours as well so that if we continue to use your mysql then we could possibly still use this governor.
by hostingguy
Fri Oct 14, 2011 4:10 pm
Forum: General Help and Development Discussion
Topic: mysql 5.5.15 changes w/ more automated upgrading
Replies: 40
Views: 31580

Re: mysql 5.5.15 changes w/ more automated upgrading

Any chance you could get with Igor from CL and encorporate his changes for the mysql-governor?
by hostingguy
Fri Sep 30, 2011 3:32 pm
Forum: General Help and Development Discussion
Topic: Too many MySQLs?
Replies: 7
Views: 7742

Re: Too many MySQLs?

can you just use yum or rpm to remove the ones you dont want?

like
rpm -e mysql-5.1.57-1.el5.art --nodeps

Or does that kill them all then?