Search found 2111 matches

by breun
Wed Jan 30, 2013 12:37 pm
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 19019

Re: How do I upgrade php version?

Do you know if you built modules from source? What PHP packages do you have installed? Do you need these modules? So many questions, not too easy to help via a forum like this.
by breun
Wed Jan 30, 2013 12:33 pm
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 19019

Re: How do I upgrade php version?

Looks like you've got some PHP modules installed (either packaged or built from source?) that were built for another PHP API version, so they won't work with your current PHP install.
by breun
Tue Jan 29, 2013 7:09 pm
Forum: Anti-Spam Help and Discussion
Topic: blocking a specific email address
Replies: 7
Views: 10161

Re: blocking a specific email address

mist_firefly wrote:Really it's just a client who wants an address blocked.
Are you talking about an individual client? Maybe (s)he can just create a rule to automatically delete mail from this particular address in his/her mail client if you don't want to mess with this server-wide?
by breun
Mon Jan 28, 2013 8:06 am
Forum: General Help and Development Discussion
Topic: Correct PTR records
Replies: 4
Views: 7067

Re: Correct PTR records

Yes, the actual rDNS entries that the internet at large looks up are handled by our co-lo company's DNS servers. But because we have 127.0.0.1 as the first entry in resolv.conf, these are almost never used when our own systems do lookups. And we don't want to use something other than 127.0.0.1 as t...
by breun
Sun Jan 27, 2013 6:45 pm
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 19019

Re: How do I upgrade php version?

Unfortunately, I cannot complete the process above. I operate two servers but I simply do not have the time to do things the way you indicate. Plus, this opens doors to a world of stuff that I do not have time to learn. If you care about having properly managed servers, but don't have they time to ...
by breun
Sun Jan 27, 2013 6:42 pm
Forum: General Help and Development Discussion
Topic: Correct PTR records
Replies: 4
Views: 7067

Re: Correct PTR records

PTR records are handled by the party handling the IP addresses. When you rent a server from a server provider that's usually not you, but the server provider. They might allow you to set the PTR records for your IP addresses through a control panel or you might have to ask them via e-mail, but usual...
by breun
Sat Jan 26, 2013 7:17 am
Forum: General Help and Development Discussion
Topic: Problem with upgrade, conflict between php and zend optimize
Replies: 6
Views: 8996

Re: Problem with upgrade, conflict between php and zend opti

PHP 5.2.x. I wouldn't recommend running PHP 5.2.x in production though, since that's no longer supported. If you're running RHEL/CentOS 5 you could go with their PHP 5.1.x packages which are still supported by the distribution. With PHP 5.3 they introduced Zend Guard Loader, which also supports runn...
by breun
Sun Jan 20, 2013 5:23 pm
Forum: General Help and Development Discussion
Topic: Typo in qmail-scanner logrotate conf (qmail-scanner-2.10-9)
Replies: 2
Views: 5499

Typo in qmail-scanner logrotate conf (qmail-scanner-2.10-9)

Previously reported in another topic on qmail-scanner-2.10-8, but the problem still exists in qmail-scanner-2.10-9: /etc/logrotate.d/qmail-scanner contains missngok instead of missingok.
by breun
Sun Jan 20, 2013 5:18 pm
Forum: Requests
Topic: qmail-scanner 2.10
Replies: 7
Views: 13091

Re: qmail-scanner 2.10

The qmail-scanner-2.10-9 does seem to work, but /etc/logrotate.d/qmail-scanner still has 'missngok' instead of 'missingok', so we had to patch that ourselves.
by breun
Sun Jan 20, 2013 5:15 pm
Forum: General Help and Development Discussion
Topic: Yum Repository questions
Replies: 1
Views: 4026

Re: Yum Repository questions

What OS and version are you running? Which repository should contain that package according to you? yum search libfuse doesn't find any libfuse package in any of the repositories that we use on CentOS 5 and 6.
by breun
Thu Jan 17, 2013 6:27 pm
Forum: Requests
Topic: Speedometer
Replies: 0
Views: 4993

Speedometer

Speedometer lets one "measure and display the rate of data across a network connection or data being stored in a file" and it's pretty cool. Check it out at http://excess.org/speedometer/ Speedometer 2.8 requires Python 2.6 and python-urwid. These are both available in the base EL6 reposit...
by breun
Wed Jan 16, 2013 3:56 am
Forum: PHP Help and Discussion
Topic: soap not loading - php 5.3
Replies: 11
Views: 17317

Re: soap not loading - php 5.3

Found the package php53-soap. It's in the default OS repository, so yumdownloader php53-soap should have downloaded it for you. Issued yum install command and it says it's obsolete and trys to reinstall the previous 5.3.20 version of soap that I just removed. See below. The php-soap package from th...
by breun
Tue Jan 15, 2013 6:56 pm
Forum: PHP Help and Discussion
Topic: soap not loading - php 5.3
Replies: 11
Views: 17317

Re: soap not loading - php 5.3

You're mixing php53* packages from the EL5 base repository with php* packages from the Atomic repository. That's not going to work. Choose one or the other and make sure all of your PHP packages are from the same version and repository.
by breun
Tue Jan 15, 2013 6:32 pm
Forum: PHP Help and Discussion
Topic: soap not loading - php 5.3
Replies: 11
Views: 17317

Re: soap not loading - php 5.3

I think you might have a mix of packages from different PHP distributions installed. What is the output of rpm -qa | grep ^php | sort?
by breun
Tue Jan 15, 2013 6:26 pm
Forum: General Help and Development Discussion
Topic: downgrade or rollback
Replies: 4
Views: 5893

Re: downgrade or rollback

I'm not aware of any problematic packages and we're running all of the above on our EL5 servers.

I guess you'll need to gather more info on what specific activity was causing the load on your server.