Search found 490 matches

by Highland
Tue Dec 18, 2007 10:33 am
Forum: PHP Help and Discussion
Topic: Looking for PHP ART pre-5.2.5 packages
Replies: 7
Views: 7786

Posted too hastily. Here's what you need to try
# rpm -Uvh --oldpackage package-name-here.rpm
I have 5.2.3-4 in EL4 and FC6 still if anyone needs
by Highland
Tue Nov 13, 2007 11:38 am
Forum: General Help and Development Discussion
Topic: Problems centos 5 aooi
Replies: 5
Views: 5188

What did the script output when you ran it beyond that error?
by Highland
Thu Oct 25, 2007 9:20 am
Forum: General Help and Development Discussion
Topic: Centos, 1and1 and lilo hanging
Replies: 7
Views: 5024

Did you have to reimage to get the fix?
by Highland
Fri Oct 19, 2007 11:10 am
Forum: PHP Help and Discussion
Topic: Apache web not starting after yum update install
Replies: 12
Views: 10937

Try

Code: Select all

#netstat --listen
#netstat -an
by Highland
Thu Sep 20, 2007 9:06 am
Forum: PHP Help and Discussion
Topic: dns failure
Replies: 18
Views: 17024

You can also add the following to yum.conf to avoid the problem in the future
exclude=bind-chroot
by Highland
Mon Sep 17, 2007 8:58 am
Forum: General Help and Development Discussion
Topic: 2 Plesk Servers - Redundant DNS?
Replies: 8
Views: 6242

DNS just points you to the server. So if server 1 goes down, server 2 will still respond to DNS requests and point people to server 1. The good news on this is it will help in email situations because your domain will still resolve which will cause most mail servers to retry. If you couldn't resolve...
by Highland
Tue Sep 11, 2007 9:28 am
Forum: General Help and Development Discussion
Topic: centos5 channel
Replies: 17
Views: 11136

There's an EL5 channel. Use the autoinstall script
http://www.atomicorp.com/channels/atomi ... noarch.rpm

Scott has an sh script but I forget where that is
by Highland
Fri Sep 07, 2007 9:15 am
Forum: General Help and Development Discussion
Topic: Old mysql-client question
Replies: 9
Views: 8534

Not saying it's broken, just warning you that this particular change is going to increase the instances of this question being asked.

The only "solution" I know of is to go to CentOS 5 (or maybe FC7) which has the same client version as the server.
by Highland
Thu Sep 06, 2007 12:17 pm
Forum: General Help and Development Discussion
Topic: Old mysql-client question
Replies: 9
Views: 8534

This is only going to get worse due to phpMyAdmin 2.11 or later. When you go in you now get this message which causes people to freak out
Your PHP MySQL library version 4.1.22 differs from your MySQL server version 5.0.27. This may cause unpredictable behavior.
by Highland
Thu Aug 30, 2007 2:08 pm
Forum: PHP Help and Discussion
Topic: have to go to php 5
Replies: 15
Views: 13821

Ok, try this (omit the # as that lets you know that this is a new command) 1. Download the CentOS 4.x installer onto your server. #wget http://www.atomicorp.com/channels/atomic/centos/4/i386/RPMS/atomic-release-1.0-6.el4.art.noarch.rpm 2. Install the file #rpm -ivh atomic-release-1.0-6.el4.art.noarc...
by Highland
Thu Aug 30, 2007 12:04 pm
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin high processor usage
Replies: 8
Views: 6909

Seems to happen every 10-14 days thus far
by Highland
Thu Aug 30, 2007 10:16 am
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin high processor usage
Replies: 8
Views: 6909

I had MySQL do something similar about 6 weeks ago. That was much worse as it took 5 minutes to log in, 10 to get an idea that it was MySQL and 5 more to shut down. Not happened since.

I use the rpmforge Perl. Could that be the problem?
by Highland
Wed Aug 29, 2007 5:09 pm
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin high processor usage
Replies: 8
Views: 6909

CentOS 4.5
spamassassin-3.2.3-3.el4.art

No custom rulesets I know of unless there were some put in by the ASL folks (was short on time so I paid for a pro to get SA and qmail-scanner working)
by Highland
Wed Aug 29, 2007 2:10 pm
Forum: Anti-Spam Help and Discussion
Topic: Spamassassin high processor usage
Replies: 8
Views: 6909

Spamassassin high processor usage

For the third time around 3 weeks I've had spamd go nuts and tie up my main server. I logged in and found the top load average constantly over 30.00 (I noticed when Apache and qmail both stopped responding). I restarted spamassassin and it returned to normal after a few minutes but this is getting c...