Growing Frustration

June 01st, 2008 | Category: Grinds My Gears, Systems

I’ve been using Gentoo Linux for several years now and have been growing increasingly frustrated. There has been a steady decline in quality assurance. The core utils team has repeatedly made changes that cause widespread breakages without warning. Many of the ebuilds languish without active maintainers. The Bugzilla database is growing rapidly out of control. There seems to be anamosity amongst the developers as they have been struggling to keep valuable developers (so devrel has failed horribly). Most importantly, the council has decided they don’t want to following the rules set forth for them (lack of attendence at meetings requires an election). The only really promising Gentoo project is the Sunrise project (users submit ebuilds), but even this comes off as an attempt to solve the problem of a lack of developers.

The problems go on and on, most of which stem from the fact that the organization has greatly strayed from it’s original purpose: source compilable meta-distribution. There has been a large focus on the management and increasingly less focus on Getting Things Done. This is usually what causes the death of a project.

Every so often, I venture into DistroWatch to see what has been popular. Most of the time, I don’t see any promise amongst the distributions to provide the same quality and features that I fell in love with when I found Gentoo. Almost every visit meets with a decrease in Gentoo popularity. Recently I have been watching the rise of a distro called Sabayon. It’s based on Gentoo and seemed to have promise.

Upon further inspection, Sabayon is nothing more than a pre-packaged Gentoo overlay. That’s right, you can check out the overlay from a Gentoo install and quickly change to a Sabayon install. This basically does not impress me. So I continue the search.

Arch looks promising but their application tree is very sparse. I used to use Slackware, and would happily switch back if there was something like an up-to-date repository for packages. The “current” repository is nice but the lack of dependencies with the package maintainer could make things very tricky.

I refuse to use a Debian or RedHat based distribution unless there is something very compelling, like Portage and eutils, to draw my attention away. So if anyone out there has an suggestions, feel free to share.

No comments

Extra WordPress Plugins Script

March 18th, 2008 | Category: 01100011, Zero-blog

File this one under just-in-case-your-run-into-this category. I have been running WordPress from the svn repository for a while now and was just recently burned. I found that I could no longer enable or disable plugins. I was just given a message that the action failed, with no reason whatsoever.

If you see this, the quick solution is to check if you have a wp-content/plugins/plugins.php file. For some reason, I had this lying around; it should instead be using the wp-admin/plugins.php. Removing this file gives you the new fancy plugin page.

The strange thing about this is I had to dig around in the code to find what the real file should have been. Why it was loading that incorrect file, I have no idea. No one else seemed to report this problem, so I figured I’d mention it here so perhaps the Google Sitemap would help others find this solution.

Update: As I posted that, I found out the hard way that ask.com is no longer working with the Google Sitemap. If you are using this plugin, disable this in the Settings page.

No comments