Do men get PMS??
Jun/090
So i know this is straying from the purpose of the blog, but it a question I found myself asking today.
As I walk around the retail stores watching my wife shop, I receive a few calls from family asking to assist them with computer issues. This is a typical Saturday, yet I catch myself becomming increasingly irritated as the day progresses.
My wife refers to it as “boy PMS.” I’m not sure if it’s a combination of mental challenges and this ridiculous florida muggy weather. Either way, I have caught myself being a bastard today without any identifiable cause. You be the judge.
New Wordpress Theme
Jun/090
I have now decided to replace the dark theme that I was previously using with the intention of making the articles a bit easier on the eyes. If you have feedback and/or find that something is missing please let me know. Gotta love wordpress, they make it almost too easy to customize your content!!
Wordpress Permalink 404 Error – Page Not Found
Jun/090
So I recently switched linux distros on my web server that hosts this wordpress blog. I tar’d up my wordpress files and dumped a database backup as well. I copied those files to my local machine and then performed the re-install. After the install, I imported the wordpress database, transferred back the wordpress files and all seemed to work well.
I noticed a day later that my wordpress permalinks were broken. All of the pages were displaying a 404 error. I confirmed that I had the apache mod_rewrite enabled and that the .htacess file was being re-written. I switched back to the default permalinks (?p=145) and the site worked as expected. For search engine optimization, however, I needed to figure out the custom wordpress permalinks issue. I tried a few wordpress plugins to resolve the missing permalinks with no solution to be found.
libX11: ks_tables Error 136
May/091
So as I mentioned in previous posts, I use Gentoo as the distro on my primary desktop system. Recently, I was having some portage compiling conflicts so I decided to re-emerge most of my package to make sure package dependancies were all in sync and that the USE flags were considered for deep dependancies that needed them. It takes a while to perform this task, so make sure that you have some available downtime to resolve any bugs and issues.
The biggest frustration I had during this process was with libX11 as there was limited documentation on the issue I had experienced. Here was the focus of the error:
cd util && /usr/bin/make
make[2]: Entering directory `/usr/src/libX11-1.1.5/src/util'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/libX11-1.1.5/src/util'
../src/util/makekeys < /usr/include/X11/keysymdef.h > ks_tables_h
/bin/sh: line 1: 3530 Floating point exception../src/util/makekeys <
/usr/include/X11/keysymdef.h > ks_tables_h
make[1]: *** [ks_tables.h] Error 136
make[1]: Leaving directory `/usr/src/libX11-1.1.5/src'
Well, there are two points that interested me in this error, the “Floating Point Exception” as well as the Error 136. Neither of which provided much assistance in the google searching. I finally found a bug report through following link after link. hopefully this article helps you to find the root of your issue faster: Bug Zilla Error 15111
Ultimately, you need to check the version of xproto that you have installed. By masking 7.0.15 and re-emerging 7.0.14, I was able to resume the emerge without any remaining libX11 errors.