Search found 2111 matches

by breun
Tue Feb 26, 2013 2:58 pm
Forum: General Help and Development Discussion
Topic: Typo in qmail-scanner-reconfigure (qmail-scanner-2.10-9)
Replies: 2
Views: 5457

Re: Typo in qmail-scanner-reconfigure (qmail-scanner-2.10-9)

This is fixed in qmail-scanner-2.10-10 which was just released.
by breun
Mon Feb 25, 2013 6:53 pm
Forum: General Help and Development Discussion
Topic: Centos 6 install atomic repo mysql upgrade prob
Replies: 10
Views: 12537

Re: Centos 6 install atomic repo mysql upgrade prob

Highland wrote:I cannot preach the virtues of php-mysqlnd enough. Just say no to mysqlclientXX!
Sadly that only works for PHP though. :)
by breun
Sat Feb 23, 2013 9:12 am
Forum: PHP Help and Discussion
Topic: php-eaccelerator should depend on php for specific arch
Replies: 27
Views: 32519

php-eaccelerator should depend on php for specific arch

The php-eaccelerator package usually gets built later than the other php* packages in Atomic. Between the time a new PHP release is available in Atomic and the time the corresponding php-eaccelerator package is available yum offers some counter-intuitive update advice: # yum update php\* (...) --> P...
by breun
Sat Feb 23, 2013 9:04 am
Forum: PHP Help and Discussion
Topic: Plesk updater prompting me to install "php 5.3 support"
Replies: 3
Views: 6854

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

Why do you think Plesk would force you to install their PHP 5.3 option? I don't believe there is a problem here.
by breun
Fri Feb 22, 2013 7:46 am
Forum: Control Panel Support Help
Topic: Server & Linux Question
Replies: 27
Views: 23233

Re: Server & Linux Question

Sure, PowerDNS is much better in this, but magnitudes more expensive. Setting up a new Secondary DNS manually takes seconds, not minutes. For 100 domains PowerDNS charges 800 USD/year. You can also just install and run PowerDNS yourself for 0 USD/year (excluding cost of server and your time of cour...
by breun
Mon Feb 18, 2013 7:22 am
Forum: General Help and Development Discussion
Topic: SpamAssassin Update Fail
Replies: 10
Views: 15544

Re: SpamAssassin Update Fail

That said, it would be great if somebody responsible for this channel could announce if the channel being down is intentional or not and if this is going to get resolved. Here's someone on the spamassassin-users mailinglist saying he cc'ed Justin Mason "to see if he can enlighten anyone":...
by breun
Fri Feb 15, 2013 7:07 pm
Forum: General Help and Development Discussion
Topic: SpamAssassin Update Fail
Replies: 10
Views: 15544

Re: SpamAssassin Update Fail

This issue has been reported on the spamassassin-users mailinglist as well and seems to concern "JM's SOUGHT rules": http://mail-archives.apache.org/mod_mbo ... CCC.com%3e
by breun
Mon Feb 11, 2013 6:23 pm
Forum: General Help and Development Discussion
Topic: Centos 6 install atomic repo mysql upgrade prob
Replies: 10
Views: 12537

Re: Centos 6 install atomic repo mysql upgrade prob

Using your example, If you tagged mysql-libs-5.5.30 with Obsoletes: mysqlclient18 its going to do exactly what you told it to. Meaning mysqlclient18 will be upgraded over with mysql-libs-5.5.30. Which means that mysql-libs-5.1.67 would also be upgraded by mysql-libs-5.5.30 ( %{name} is identical on...
by breun
Mon Feb 11, 2013 11:23 am
Forum: General Help and Development Discussion
Topic: Centos 6 install atomic repo mysql upgrade prob
Replies: 10
Views: 12537

Re: Centos 6 install atomic repo mysql upgrade prob

thats the sticky wicket so to speak, the mysql-libs packages cant live togther (ie 5.1 and 5.5) because they use the same name, so one is treated like an upgrade over the other. To get around that, you use a different name (mysqlclient18) and then end up in an alternate condition where the two pack...
by breun
Mon Feb 11, 2013 10:37 am
Forum: General Help and Development Discussion
Topic: Centos 6 install atomic repo mysql upgrade prob
Replies: 10
Views: 12537

Re: Centos 6 install atomic repo mysql upgrade prob

scott wrote:Obsoletes would mean that mysqlclient18 is always replaced by mysql-libs, and therefore you could never have a client-only library
I understand, but is that a problem? The mysql-libs package contains libmysqlclient.so.18.
by breun
Mon Feb 11, 2013 10:02 am
Forum: General Help and Development Discussion
Topic: Centos 6 install atomic repo mysql upgrade prob
Replies: 10
Views: 12537

Re: Centos 6 install atomic repo mysql upgrade prob

Remove mysqlclient18 and try again. Would be nice if mysql-libs 5.5.x would obsolete mysqlclient18 so yum would be able to resolve this automatically.
by breun
Sat Feb 02, 2013 11:35 am
Forum: General Help and Development Discussion
Topic: Typo in qmail-scanner-reconfigure (qmail-scanner-2.10-9)
Replies: 2
Views: 5457

Typo in qmail-scanner-reconfigure (qmail-scanner-2.10-9)

Line 60 of /usr/bin/qmail-scanner-reconfigure reads as follows: perl -p -i -e "s|create.*|create 664 $CLAMD_USER.$CLAMD_USER|" /etc/logrotate.d/clamav This line modifies /etc/logrotate.d/clamav (owned by the clamd package), but sadly the dot is not valid syntax in a logrotate file, so this...
by breun
Sat Feb 02, 2013 11:27 am
Forum: General Help and Development Discussion
Topic: Typo in qmail-scanner logrotate conf (qmail-scanner-2.10-9)
Replies: 2
Views: 5504

Re: Typo in qmail-scanner logrotate conf (qmail-scanner-2.10

Is this forum the best place to report bugs in packages in Atomic?
by breun
Thu Jan 31, 2013 7:58 am
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 19024

Re: How do I upgrade php version?

I only ever install using yum update But I took the atomic.repo out about 12 months ago. If you ever stop using a repository, make sure you longer have any packages from that repository installed, or you'll be stuck with packages that don't get updated anymore and might leave you vulnerable when ex...
by breun
Wed Jan 30, 2013 7:23 pm
Forum: General Help and Development Discussion
Topic: How do I upgrade php version?
Replies: 19
Views: 19024

Re: How do I upgrade php version?

ssh2 - I know that this is required for Plesk 11 upgrade. - But I have no knowledge except it looks important :? I've never had the ssh2 PHP module on any of our Plesk servers and most of them are running Plesk 11. I'm sure it's not required for any version of Plesk. For starters, what PHP packages...