(Possibly originally posted at http://somehedgehog.livejournal.com/245807.html – if anyone does know, please contact me so I can give proper attribution.)
GM: OK, the bugbear attacks you.? What do you do?
OBAMA: I send one of my 672 henchmen after it.
MCCAIN: OK, seriously.? Why does he have so many henchmen?? I’m a level 72 ranger and he’s only a level 8 paladin. Continue reading “Adventuring Party Politics: The Campaign is Getting Ugly”
Sample Conversation With a Client
Client: We have a problem
Me: Okay, can you describe it in detail?
Client: Not really. Continue reading “Sample Conversation With a Client”
When Life Throws You a Curve Ball…
I apologize for having to speak in riddles and ambiguities, but hell, it’s more fun anyway.
So last night, the wave I’ve been riding (which is my term for just accepting the things life throws at me which can’t be changed anyway) dipped out from under me. Continue reading “When Life Throws You a Curve Ball…”
Painful Lesson on Legacy Software
My mom is in the middle of a (potentially painful) lesson on legacy software. Namely, don’t use it. She has… *ahem* had all of her addresses in an ancient copy of Parsons Technology Addressbook 7.0. I forget exactly how many years ago Bob Parsons sold to Broderbund and they killed the product off, but it’s been a while. Complicating matters, the software appears to use a proprietary format MS Jet database to store the info in, and I’m having trouble (read “okay, what possible formats could an ABA file be?”) opening the stupid thing with anything but a text editor. Continue reading “Painful Lesson on Legacy Software”
Astrology, Biking, Coffee, Fresh Ubuntu, Prayer, Roy Orbison, and Stacking Wood
Warning: Totally spastic and lacking-of-focus post coming, but it should have something for everyone, so whether you are into astrology, open source, podcasting, synchronicity, music, caffeine, faith, or fighting big oil, there’s something here for you! Continue reading “Astrology, Biking, Coffee, Fresh Ubuntu, Prayer, Roy Orbison, and Stacking Wood”
Be Thankful
Wow, oh wow what a trip the last day has been.
So, I had dinner plans last night, and they were immediately complicated by the fact that I locked myself out of my office. No cell phone, but fortunately I had my wallet with me, so I could still get food, which is good, because I had been told about this place and the ranting and raving alone were enough to make me drool. It would have been a real letdown if I couldn’t buy dinner. Continue reading “Be Thankful”
On Fresh Ubuntu, Fiber Optics, and Divorce
Okay all, I’ve been silent for far too long, and I figured it was time to come out with some official statements for the benefit of the (albeit small) community that has formed around the Fresh Ubuntu podcast, and also for my other friends whom I haven’t had a chance to touch base with on a one-to-one basis. Continue reading “On Fresh Ubuntu, Fiber Optics, and Divorce”
Medifast Progress: Down 33#
I am writing this from a friend’s house in sunny Tampa, Florida. Prior to leaving, I weighed in at almost exactly 175# – down 33 from where I started. That means I’m only about 10 pounds away from my goal of 165. Oh yeah. Continue reading “Medifast Progress: Down 33#”
RT 3.8.0 – Stable Again Thanks To InnoDB
Thanks to a couple of helpful folks on the rt-users mailing list, we were able to track down the cause of our problems. We experienced some corruption in our MySQL databases. I found out that you should “never” run RT on MyISAM tables and always use InnoDB. Oddly enough, we’ve run on MyISAM for years and never had this problem. However, we did have issues with slownes, for years, and it’s something we’ve been struggling with constantly.
for t in $(mysql -unotreal -pdontbother --batch --column-names=false -e "show tables" rt3);
do
mysql -e "alter table $t type=InnoDB" rt3;
done
Running this script revealed an error with the “Tickets” table.?Fortunately, the data itself in our tables was not corrupt, just the indexes were. ?myisamchk was able to repair these and allow us to convert all tables to InnoDB format. Once I fixed that error, I was able to convert everything over to InnoDB.
I was thrilled to see that, once the conversion was finished, RT popped right back up into place, with all of the tickets in their usual spots. And, as a bonus, the thing’s a lot faster than it ever was before.
Lesson learned. Next time, read the instructions more carefully.
RT 3.8.0 Server is Hosed After Corrupt Sessions Table, myisamchk
To all of my regular readers, apologies if this post seems a bit out of the ordinary, but if you read on, you’ll see why I’m documenting this here, as opposed to in my ticketing system.
On Friday afternoon, for no apparent reason, while I was the only user on my RT 3.8.0 system, after clicking a link, I was presented with the logon prompt.
Puzzled, I entered my username and password and logged back in. Everything seemed normal, and the ticket I was trying to edit was there. I continued my edits, and clicked to update the ticket.
Login prompt again. Continue reading “RT 3.8.0 Server is Hosed After Corrupt Sessions Table, myisamchk”