New Hampshire Underground

New Hampshire Underground => Forum Issues => Topic started by: SethCohn on June 15, 2007, 07:32 AM NHFT

Title: Forum working again
Post by: SethCohn on June 15, 2007, 07:32 AM NHFT
Due to a server freeze/reboot, the forum's database wasn't coming back up (corrupt sessions table).  Fixed.

We now return you to your regularly scheduled NHFree, already in progress...
Title: Re: Forum working again
Post by: error on June 15, 2007, 07:38 AM NHFT
This seems somehow terribly familiar. But I can't quite put my finger on it.
Title: Re: Forum working again
Post by: d_goddard on June 15, 2007, 08:59 AM NHFT
Maybe we need an industrial-strength database under this puppy.
Does SMF have sufficient abstraction to be able to plug in a different database?
It uses MySQL, right?
Title: Re: Forum working again
Post by: error on June 15, 2007, 09:01 AM NHFT
They have PostgreSQL support planned for version 2. But nothing currently.

Though now I remember. What happened here this morning looked almost exactly like what happened to the FSP web site yesterday.

And it appears this forum is now at Site5... :(
Title: Re: Forum working again
Post by: SethCohn on June 15, 2007, 11:54 AM NHFT
Quote from: error on June 15, 2007, 09:01 AM NHFT
Though now I remember. What happened here this morning looked almost exactly like what happened to the FSP web site yesterday.

Gee, you mean that a server went down for a time?  Or that they both run SMF?  These might look 'identical', error, but since they are two different servers, and the cause of this was merely a server needing a reboot (it happens), a vast difference behind the scenes.  The FSP's outage was a DOS on an unrelated site hosted on the same machine, and the FSP's been looking for a good dedicated host to move to for sometime, without success.

Quote
And it appears this forum is now at Site5... :(

I've had very good results with Site5, among other services I've used (and use).  I'm quite picky and have tried out and rejected more than a few services, and I insisted the NHLA move off of Dreamhost (for example) a few years ago, way before the recent absurd security issues there. (Since I'm not webmastering that site, I don't know who they currently use, since they switched yet again) 

Considering that the move from Hurricane sped things up greatly for this forum...  Unless you'd like to offer a better, similarly priced service to what I offer Kat and Russell, perhaps, including the unpaid time I spend on things like this outage (nobody had to tell me about it, I was fixing the db problem the moment the server rebooted and I saw the error.)  For the low cost, there is no 99.9999% uptime guarantee out there.  The uptime is otherwise quite good for the low cost.

If you want to offer a better deal, I'd be glad to buy hosting space/etc from you.  Free Market and all that jazz.
Title: Re: Forum working again
Post by: SethCohn on June 15, 2007, 11:59 AM NHFT
Quote from: d_goddard on June 15, 2007, 08:59 AM NHFT
Maybe we need an industrial-strength database under this puppy.

The problem is that a session table is usually vulnerable to the mysql outage problem (SMF, Drupal, lots of other code out there all have that issue), but it's usually easily fixed.  Transactioning is overkill in most cases.

Likely the biggest speed improvement for this forum would be dealing with the huge message table: 150 megs plus.  Perhaps archiving really old forum content?
Title: Re: Forum working again
Post by: d_goddard on June 15, 2007, 12:14 PM NHFT
Quote from: SethCohn on June 15, 2007, 11:59 AM NHFT
Transactioning is overkill in most cases.
Yep, all the MySQL people say that.
Who needs transactional integrity in a database anyway?  ::)

Quote from: SethCohn on June 15, 2007, 11:59 AM NHFT
Likely the biggest speed improvement for this forum would be dealing with the huge message table: 150 megs plus.  Perhaps archiving really old forum content?
150 MB is "huge?!?!"
Oh, puh-leeze! That puny of a DB should be running in RAM and flushing buffers to disk only in a background thread.

Or... do you still think digital watches are a pretty nifty idea?
Title: Re: Forum working again
Post by: Dreepa on June 15, 2007, 12:15 PM NHFT
 ;D
Title: Re: Forum working again
Post by: error on June 15, 2007, 12:19 PM NHFT
Quote from: SethCohn on June 15, 2007, 11:54 AM NHFT
Gee, you mean that a server went down for a time?  Or that they both run SMF?  These might look 'identical', error, but since they are two different servers, and the cause of this was merely a server needing a reboot (it happens), a vast difference behind the scenes.  The FSP's outage was a DOS on an unrelated site hosted on the same machine, and the FSP's been looking for a good dedicated host to move to for sometime, without success.

I never said they were identical. Only that they looked "almost exactly" like it from the outside.

My dedicated server (http://www.homelandstupidity.us/exits/dedicated) has been up continuously for the last 14 months, save for the occasional Linux kernel update. Tell them I sent you. :)

Quote from: SethCohn on June 15, 2007, 11:54 AM NHFT
I've had very good results with Site5, among other services I've used (and use).  I'm quite picky and have tried out and rejected more than a few services, and I insisted the NHLA move off of Dreamhost (for example) a few years ago, way before the recent absurd security issues there. (Since I'm not webmastering that site, I don't know who they currently use, since they switched yet again) 

I moved from Site5 to my own dedicated server about 14 months ago. They were quite good to me. :) After that time I started hearing from other customers who say the level of service and support has dropped off dramatically.

Quote from: SethCohn on June 15, 2007, 11:54 AM NHFT
Considering that the move from Hurricane sped things up greatly for this forum...  Unless you'd like to offer a better, similarly priced service to what I offer Kat and Russell, perhaps, including the unpaid time I spend on things like this outage (nobody had to tell me about it, I was fixing the db problem the moment the server rebooted and I saw the error.)  For the low cost, there is no 99.9999% uptime guarantee out there.  The uptime is otherwise quite good for the low cost.

If you want to offer a better deal, I'd be glad to buy hosting space/etc from you.  Free Market and all that jazz.

I run too many servers already. It's not the business I want to be in. (Drinking piña coladas on the beach is the business I want to be in.)

Quote from: SethCohn on June 15, 2007, 07:32 AM NHFT
Due to a server freeze/reboot, the forum's database wasn't coming back up (corrupt sessions table).  Fixed.

Maybe you could set myisam_recover_options=default or some other option. :)
Title: Re: Forum working again
Post by: error on June 15, 2007, 12:22 PM NHFT
Quote from: SethCohn on June 15, 2007, 11:59 AM NHFT
Likely the biggest speed improvement for this forum would be dealing with the huge message table: 150 megs plus.  Perhaps archiving really old forum content?

I've got a database bigger than that (http://bbs.freetalklive.com/). I can get the whole thing into RAM. :)
Title: Re: Forum working again
Post by: SethCohn on June 15, 2007, 12:37 PM NHFT
Quote from: error on June 15, 2007, 12:19 PM NHFT
I moved from Site5 to my own dedicated server about 14 months ago. They were quite good to me. :) After that time I started hearing from other customers who say the level of service and support has dropped off dramatically.

And then they improved again.  They clearly oversold for a while, and the service suffered.  Things have been much better in the last 6-8 months. My experience on some servers doesn't match that on other servers (such as the server the FSP's been on... Jon moans about stuff not working right that I never have troubles with on other servers)

As for the DB issue: 150 megs of forum threads is rather pointless to load into ram... Yes, it's tiny in the big picture, but it's a complete waste to load and hang onto 149 of those megs all the time, since they will almost never be accessed.  It's called archiving for a reason, and that was my point.

And if Denis aka Mr. Oracle and Michael want to strut their database guru mad skills and compare how big their tables are and where they ramming them, that's fine... just count me out from the techy macho flash.  I have better things to do, and I'm quite comfortable in my geekulinity.

Title: Re: Forum working again
Post by: Dreepa on June 15, 2007, 12:40 PM NHFT
Quote from: error on June 15, 2007, 12:19 PM NHFT
(Drinking piña coladas on the beach is the business I want to be in.)

What about walks in the rain?
Title: Re: Forum working again
Post by: d_goddard on June 15, 2007, 01:55 PM NHFT
Quote from: error on June 15, 2007, 12:22 PM NHFT
I've got a database bigger than that (http://bbs.freetalklive.com/)
Don't compare dick database sizes with me, boy... now go home to momma  ;D
Title: Re: Forum working again
Post by: error on June 15, 2007, 05:21 PM NHFT
The least you can do is load up the index. :)

Then go install a PHP opcode cache...
Title: Re: Forum working again
Post by: Russell Kanning on June 15, 2007, 06:35 PM NHFT
I have been happy with how the forum has worked in the last month or so. Having it fixed this morning was good.
Title: Re: Forum working again
Post by: error on June 15, 2007, 06:39 PM NHFT
Quote from: Russell Kanning on June 15, 2007, 06:35 PM NHFT
I have been happy with how the forum has worked in the last month or so. Having it fixed this morning was good.

I agree. It's been much better overall. Seth does a good job. But some of us get very worried when the forum disappears for ANY reason.
Title: Re: Forum working again
Post by: KBCraig on June 15, 2007, 10:02 PM NHFT
Quote from: error on June 15, 2007, 06:39 PM NHFT
But some of us get very worried when the forum disappears for ANY reason.

Given the fact that the feds can apparently shut off your electricity, telephone, and internet service with just a couple of phone calls (at least in Plainfield), that's a valid worry.

Title: Re: Forum working again
Post by: Kat Kanning on June 16, 2007, 08:44 AM NHFT
I wasn't worried.  I was asleep.
Title: Re: Forum working again
Post by: Dreepa on June 16, 2007, 09:19 AM NHFT
My first thought was that it was 'shut down'.... then I figured ok I will give it an hour or so it might be a computer issue.
Title: Re: Forum working again
Post by: Russell Kanning on June 16, 2007, 09:27 AM NHFT
another reason to have other forums in the movement
Title: Re: Forum working again
Post by: d_goddard on June 16, 2007, 04:11 PM NHFT
Quote from: error on June 15, 2007, 06:39 PM NHFT
I agree. It's been much better overall. Seth does a good job.
Hear, hear!!

Yeah,
We tease him a lot, 'cause we got him on the spot
welcome back, welcome back, we-come baaaack!
Title: Re: Forum working again
Post by: David on July 03, 2007, 09:53 PM NHFT
Quote from: error on June 15, 2007, 06:39 PM NHFT
Quote from: Russell Kanning on June 15, 2007, 06:35 PM NHFT
I have been happy with how the forum has worked in the last month or so. Having it fixed this morning was good.

I agree. It's been much better overall. Seth does a good job. But some of us get very worried when the forum disappears for ANY reason.
I get nervous too. 
Quote from: Russell Kanning on June 16, 2007, 09:27 AM NHFT
another reason to have other forums in the movement
Agreed.  Decentralized, good. 
Title: Re: Forum working again
Post by: error on July 04, 2007, 12:39 AM NHFT
If my forum (http://www.nhteaparty.org/) disappears, then the shit has probably hit the fan.
Title: Re: Forum working again
Post by: Lloyd Danforth on July 04, 2007, 07:40 AM NHFT
Or, possibly, a blown fuse
Title: Re: Forum working again
Post by: Russell Kanning on July 04, 2007, 08:14 AM NHFT
it is all part of the conspiracy

blown fuses are an old trick the feds use

we will be having a secret meeting to discuss it soon
Title: Re: Forum working again
Post by: d_goddard on July 04, 2007, 08:54 AM NHFT
Quote from: Stanislaw Lemcryptocryptics: The secret study of the secret use of secret weapons whose effects were indistinguishable from natural phenomenon.