Upgrading to MySQL 5.0.41 on RHEL and CentOS
May 11, 2007 by Jason · 14 Comments
As happened with 5.0.36 and 5.0.37, it looks like the MySQL 5.0.40 Enterprise-only release has been followed almost immediately by a community version of 5.0.41. As the purpose of my Yum repository is to keep your LAMP stack on the bleeding-edge, I bring you RHEL/CentOS RPMs for "MySQL 5.0.41"!
I don't have an actual changelog for 5.0.40 to 5.0.41 because the only changelogs that are published are for 5.0.36 -> 5.0.38 -> 5.0.40 and 5.0.37 -> 5.0.41 for Enterprise and Community releases respectively. That said, if anyone would like to go through the changelogs for 5.0.38, 5.0.40 and 5.0.41 and find a list of differences, I'd be happy to post up the details with proper credit given.
Continue Reading 'Upgrading to MySQL 5.0.41 on RHEL and CentOS' »
5,000+ Spam Comments!
May 10, 2007 by Jason · 4 Comments
About an hour ago this site rolled past 5,000 spam comments caught by Akismet. As far as I can remember there have only been a couple that snuck past and had to be manually classified as "spam". I wish my email filter worked this well. If anyone has any suggestions as to a client-based spam filter that integrates well with Outlook other than SpamBayes let me know.
Upgrading to PHP 5.2.2 on RHEL and CentOS
May 5, 2007 by Jason · 33 Comments
It's been quite a while since the last release of PHP 5.2. The article I posted on upgrading to PHP 5.2.1 was published back on 2/10/2007, just short of 3 months ago. That all said, PHP 5.2.2 has finally been released and it includes many of the patches that were submitted under the recent "Month of PHP Bugs" (formerly known as "March").
The spec file goes largely unchanged from my release of 5.2.1, although the source has been updated to 5.2.2 and one RH-supplied patch (#50) has been updated to reflect some of the code changes in this newest release.
Continue Reading 'Upgrading to PHP 5.2.2 on RHEL and CentOS' »
Upgrading to MySQL 5.0.40 on RHEL and CentOS
May 5, 2007 by Jason · 2 Comments
Another month brings another Enterprise-only release of the MySQL database server under the "Monthly Rapid Update" program. As with the last few Enterprise releases, I've built RHEL-style 32- & 64-bit binary packages for all of the community users out there so that they can keep their systems up-to-date.
The spec file is unmodified from my release of 5.0.38 but the source has been updated to 5.0.40. If you would like to download the src.rpm to compile yourself or simply to look and see what I've done, feel free to use the link at the bottom of this post.
Continue Reading 'Upgrading to MySQL 5.0.40 on RHEL and CentOS' »
New development environment coming soon…
Up until now I've been doing all of my package builds on physical systems. Given that electricity is expensive, that space is at a premium, and that I haven't turned on my air conditioning yet and it's getting pretty hot, I've decided to start building the repo packages in virtual machines inside of VMWare Server The bad news is that I'll probably take me most of the weekend to download and install 4 VMs. The good news is that I just said 4 VMs instead of 2 VMs. That's right, I'm going to start building EL5 packages.
P.S. - Oh, and yeah, I know that MySQL 5.0.40 has been released. I've got binaries for 32-bit systems already built but I'm not going to update the repo until I get the 64-bit binaries for EL4 created.
Problem Event Name: BlueScreen
May 2, 2007 by Jason · 53 Comments
As if the giant blue-colored screen used in prior versions of Windows wasn't enough to let you know your computer crashed, apparently Microsoft has decided that in Vista they need to let you know that your computer blue-screened once it comes back up as well.
While, normally I would think that additional information about a crash was useful (I mean, many power users know that nv4_disp.dll is a video card problem, but a quick search on Google can help troubleshoot most of the info that you get on a blue screen), this particular message tells you absolutely nothing useful about the crash. Perhaps the developer who created the dialog could help, but your average Joe is going to be completely lost.
Subversion packages in repo upgraded to 1.4.3
April 23, 2007 by Jason · 10 Comments
After taking a long weekend to enjoy my new FIOS TV service (by the way, if you haven't seen FIOS TV then you haven't actually watched TV, this is crystal clear), I decided to build Subversion 1.4.3 packages for my repo. These, as with the last batch, are based on DAG's spec file but have been compiled against newer versions of apr & httpd.
Questions and comments, leave them below. Otherwise, enjoy.
WordPress Plugin: “Block Countries”
April 16, 2007 by Jason · 69 Comments
As was mentioned in my "To the jerk stealing my content" rant, I've recently developed a WordPress plugin that can be used to block certain countries from accessing a blog. After a few days of tweaking, I believe that it's finally ready for a public release. I give you... "Block Countries"!
I'm actually surprised at how quickly this plugin was completed. I started with ZERO idea as to how to build a plugin for WordPress but within a couple hours I had a bare-bones plugin that accomplished what I needed it to do. Of course, it then took most of the weekend to clean it up to the point where I would feel comfortable telling someone, "Why don't you try this out on your blog?".
To the jerk stealing my content…
April 11, 2007 by Jason · 4 Comments
You! Yeah, You! You know who you are... Cut it out!
Not only are you the biggest tool on the planet for stealing other people's content, but you don't even seem to have the decency to NOT hotlink files from my server. Bandwidth isn't free you know! If you'd only asked if you could use some of my content on your site I would have gladly said yes, provided that you gave credit where credit is due and provided a link back to the real article.
In any case, your lack of consideration has caused me to spend my lunch break today writing a plugin for Wordpress that allows me to block users from certain countries. It's a little rough around the edges right now but I'm going to polish it up over the next couple days and I'll probably release it to the public so that others can block your thieving-self...
MySQL 5.0.38 packages updated
April 6, 2007 by Jason · 14 Comments
I've rebuilt the MySQL 5.0.38 binaries in my yum repository to take care of a small bug that I introduced for new installs.
It seems that the database initialization script that runs on the first launch of mysqld (part of the 'mysql-server' package) has changed a bit between 5.0.37 & 5.0.38. Unfortunately, not noticing that, I tossed a couple of new .sql scripts in the wrong package. This, as it turns out, only affected users who were trying to do a clean installation of mysql. If you were upgrading from the stock EL4 version, from the 'centosplus' repo, or from one of my earlier releases then you weren't affected.