Archive for the ‘tech stuff’ Category

Atempt at not being an Asshole

Wednesday, May 25th, 2005

I am trying to avoid the topics I am discussing and reading about at work, cause honestly, there are a lot more educated people discussing these things than me. I would just be another asshole with a voice on the web if i went into a diatribe about the Feds shutting down BitTorrent clients. For the purpose of not confusing people I will link the article talking about it. But I’ll save the online banter for someone that knows what the hell they are talking about.

Outage: [Get error -1 from table handler]

Wednesday, April 27th, 2005

Well, I have no idea how I broke my blog, but I broke more than that. I broke my database (though not severly). I ran out of /tmp space. All fixed (obviously) and for those that are truly interested I posted my fix on the WordPress forums. For posterity’s sake, I will post it here as well.

ok, I found it. I got my solution from this post:
 http://forums.xmbforum.com/viewthread.php?tid=743964

Yeah, I know it’s not about WP, but it turns out it’s a mysql/system issue, WP just happened to be the code that was trying to query the DB. Tthis was not a WP issue.

I was getting -1 error. I dumped my db to a file. I checked my tables, no errors. I repaired them just in case, no mention of anything fixed. I optimized cause I read it was a space issue. No avail. So I starting cutting off parts of the query, and even the basic select wasn’t working. But this time I was getting an error 28. “perror 28” will tell you “Error code 28: No space left on device”. (Btw, I couldn’t get perror to look up “-1”. It kept trying to use it as a flag.)

Finally a “df” helped me out. Turns out I was out of /tmp space. I cleaned out the extraneous files in there and voila, mysql started working like a champ. Didn’t even have to restart it.

I thought maybe others might be getting this issue, so I thought I would post my fix in hopes of helping other users like me who try to be DIYers.

change of blog

Tuesday, March 29th, 2005

well, I decided to change my blog software once again, so now I am using WordPress. Hopefully I’ll keep this one.

back up again

Thursday, March 3rd, 2005

well, the template needs a lot of work, but I think I’m back up and running…

Guess that’s what i get for moving to a new blogging software… but this one appears to have a lot of promise…

Server Maintenance

Sunday, February 27th, 2005

Well, i am going to be doing some maintenance on the server, which will cause the blog to do down for a while. I hope to have it fixed within a few days. So bear with me while the site will be down.