Categories
Redis

Redis 2.6.8

Redis 2.6.8 has been packaged, bringing two changes (take a look at the Changelog) :

  • [BUGFIX] Multiple fixes for EVAL (issue #872).
  • [BUGFIX] Fix overflow in mstime() in redis-cli and benchmark.
  • [BUGFIX] Fix Linux / PPC64 behavior by correcting endianess detection.
  • [BUGFIX] Fix NetBSD build by defining _XOPEN_SOURCE appropriately.
  • [BUGFIX] Added missing license and copyright in a few places.
  • [BUGFIX] Better error reporting when fd event creation fails.

The upgrade urgency is moderate if you use Lua scripting. Otherwise low.

The packages are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures.

Categories
Zabbix

Zabbix is now available on Dotdeb

Let me introduce you Zabbix, a very nice all-in-one open source availability and performance monitoring solution that I use everyday on TextMe to ensure that all the applications and servers are going well. Below is a short list of features available in Zabbix:

  • auto-discovery of servers and network devices (great for autoscaled platforms)
  • low-level discovery (the killer feature of the 2.0 branch, imho)
  • distributed monitoring with centralized web administration
  • support for both polling and trapping mechanisms
  • server software for Linux, Solaris, HP-UX, AIX, FreeBSD, OpenBSD, OS X
  • native high performance agents (client software for Linux, Solaris, HP-UX, AIX, FreeBSD, OpenBSD, OS X, Tru64/OSF1, Windows NT4.0, Windows 2000, Windows 2003, Windows XP, Windows Vista)
  • agent-less monitoring
  • secure user authentication
  • flexible user permissions
  • web-based interface
  • flexible e-mail notification of predefined events
  • high-level (business) view of monitored resources
  • audit log…

Graph_SelectDashboard_custom

If you already use Nagios/Centreon/Shinken/whatever, you’ll certainly want to give Zabbix a try. So I’m glad to announce that Zabbix 2.0.4 is now available on Dotdeb for Debian 6.0 GNU/Linux “Squeeze” on both amd64 and i386 architectures.

Please note that :

  • Future Zabbix stable releases will of course be packaged as well as other pieces of software here on Dotdeb (Nginx, PHP, MySQL, Redis, Percona toolkit…), with production in mind.
  • As usual, packaging scripts are derived from Debian’s ones to ensure full compatibility and they’re available on Github.
  • For more info and support about Zabbix, feel free to visit Zabbix’ website : Documentation, mailing lists, bug trackers, forums and wiki are very helpful.

I really hope you’ll enjoy Zabbix.

Categories
PHP

PHP 5.4.10 and PHP 5.3.20

On december 20th 2012, the PHP group has released PHP 5.4.10 and PHP 5.3.20 :

These releases fix about 15 bugs. Please note that the PHP 5.3 series will enter an end of life cycle and receive only critical fixes as of March 2013. All users of PHP are encouraged to upgrade to PHP 5.4.

The corresponding packages are now available on Dotdeb for Debian 6.0 “Squeeze” on both amd64 and i386 architectures.

As usual, please read the ChangeLog before upgrading and be sure to use to the latest packages before reporting any issue.

Categories
MySQL

MySQL 5.5.29

Packages of MySQL 5.5.29 are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures. They fixes some InnoDB- and replication-related issues and some more bugs.

Please note that the Pinba engine has also been rebuilt to be used with the new version.

As usual, please read carefully the full Changelog before upgrading.

Categories
Nginx

Nginx 1.2.6

Dotdeb’s packages of Nginx 1.2.6 are now available for Debian 6.0 “Squeeze” (amd64/i386) with the following changes (see the Changelog) :

  • Feature: the $request_time and $msec variables can now be used not only in the “log_format” directive.
  • Bugfix: cache manager and cache loader processes might not be able to start if more than 512 listen sockets were used.
  • Bugfix: in the ngx_http_dav_module.

As usual, if you want to know which module has been included in each Nginx flavor, you just have to look at this document.

Categories
Redis

Redis 2.6.7

Redis 2.6.7 has been packaged, bringing two changes (take a look at the Changelog) :

  • [BUGFIX] Don’t crash if BLPOP & co are called with the same key repeated multiple times (issue #801).
  • [BUGFIX] Jemalloc updated to 3.2.0

The upgrade urgency is :

  • high if you experienced one or more crashes, or if you BLPOP using the same key multiple times,
  • moderate if Redis is running fine for you.

The packages are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures.

Categories
PHP

PHP 5.4.9 and PHP 5.3.19

On november 22nd 2012, the PHP group has released PHP 5.4.9 and PHP 5.3.19, that bring ~15 bug fixes. The corresponding packages are now available on Dotdeb for Debian 6.0 “Squeeze” on both amd64 and i386 architectures.

Please also note that Xcache (packaged as php5-xcache) has been upgraded to its 3.0.0 version.

As usual, please read the ChangeLog before upgrading and be sure to use to the latest packages before reporting any issue.

Categories
Redis

Redis 2.6.5

Redis 2.6.5 has been released, bringing a different behavior in MULTI/EXEC handling of errors. According to the Changelog,

This was done because the new behavior is safer compared to the old one, and should not break any code targeting Redis 2.6 in a critical way..

Here are the other changes :

  • RDB/AOF children now log amount of additional memory used because of copy on write.
  • MIGRATE non critical fixes (see commits for details).
  • MULTI/EXEC: now EXEC aborts on errors before EXEC.
  • Fix integer overflow in zunionInterGenericCommand resulting into Z[INTER|UNION][STORE] commands to crash under extremely unlikely conditions (almost impossible in real world).
  • EVALSHA is now case insensitive (and will not crash).
  • BSD license and copyright notice added to every .c and .h file.

The packages are now available for Debian 6.0 “Squeeze” on both amd64 and i386 architectures.

Categories
MySQL

Percona toolkit 2.1.7

Percona toolkit 2.1.7 is now available on Dotdeb for Debian 6.0 “Squeeze”. It includes some bug fixes and also :

  • a plugin interface for pt-stalk
  • a correct column renaming support for pt-online-schema-change
  • and enchanced compatibility of pt-table-checksum with Percona XtraDB Cluster

As usual, please read the list of changes for Percona toolkit 2.1.6 and 2.1.7 before upgrading.

Categories
Nginx Passenger

Nginx 1.2.5, Passenger 3.0.18

Dotdeb’s packages of Nginx 1.2.5 are now available for Debian 6.0 “Squeeze” (amd64/i386).

On the Nginx side, it fixes some minor bugs and bring new minor features. Please take a look at Nginx’ official Changelog before upgrading.

On the Dotdeb side :

  • the Pinba module has been added to nginx-full, nginx-passenger and nginx-extras
  • the HTTP substitution filter module (v0.6.2-6aa992a2) has been added to nginx-full, nginx-passenger and nginx-extras
  • chunkin-nginx-module has been upgraded to 0.23rc2-3-e57a7ab9
  • headers-more-nginx-module has been upgraded to v0.18-179f39b1
  • nginx-development-kit has been upgraded to v0.2.17-7-f92d6c6a
  • nginx-echo has been upgraded to v0.41-b1e519fe
  • nginx-lua has been upgraded to v0.7.4-35d963f1
  • nginx-push-stream-module has been upgraded to v0.3.4-68651290
  • Passenger has been upgraded to the 3.0.18 version

As usual, if you want to know which module has been included in each Nginx flavor, you just have to look at this document.