Read The Forum Rules: We have a clear set of rules to keep the forum running smoothly. Click here to review them.

Post Reply 
Forum Server Move 2013
Author Message
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #1
Exclamation Forum Server Move 2013
The forum is about to get a new home on a dedicated server. The date for this upgrade is Friday, September 27. During the move...

1. The forum will be read-only. You can read existing threads but you can't reply or start new threads. It may also go down for stretches and be inaccessible.

2. Private messages will stay on, but if you send messages during the move, they will be lost forever once the move is complete. For example, if you send a private message on Friday from the old server, but the recipient doesn't check the forum until Monday (after the move), he will not know you sent him that message. Do not send any private messages while the move is in progress.

There will be an obvious notice at the top of the forum letting you know the move is taking place. I expect everything to be up and running for most of you within 48 hours of the move. You will be able to read updates on the forum Twitter account (https://twitter.com/rooshvforum ).

Roosh
http://www.rooshv.com
09-20-2013 03:54 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[-] The following 6 users Like Roosh's post:
Nineteen84, FretDancer, michelin, Blaster, Quintus Curtius, deathtofatties
Nineteen84 Offline
Alpha Male
****

Posts: 1,235
Joined: Apr 2012
Reputation: 5
Post: #2
RE: Forum Server Move 2013
Any chance we could switch the related posts module back on?
09-20-2013 05:00 PM
Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #3
RE: Forum Server Move 2013
Yes, and the forum search too.

Roosh
http://www.rooshv.com
09-20-2013 05:05 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[-] The following 5 users Like Roosh's post:
Nineteen84, Brosemite, username, michelin, EsperZebrah
Aliblahba Offline
Banned

Posts: 8,017
Joined: Nov 2010
Post: #4
RE: Forum Server Move 2013
The server isn't going to be housed in this building is it?


Attached File(s) Image(s)
   
09-20-2013 06:20 PM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 2 users Like Aliblahba's post:
Quintus Curtius, EisenBarde
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #5
RE: Forum Server Move 2013
Latest crash:

Quote:130920 20:03:13 InnoDB: Initializing buffer pool, size = 512.0M
130920 20:03:13 InnoDB: Completed initialization of buffer pool
130920 20:03:13 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130920 20:03:13 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.

Roosh
http://www.rooshv.com
09-20-2013 08:15 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
ryanf Offline
Wingman
***
Gold Member

Posts: 861
Joined: Oct 2012
Reputation: 8
Post: #6
RE: Forum Server Move 2013
(09-20-2013 08:15 PM)Roosh Wrote:  Latest crash:

Quote:130920 20:03:13 InnoDB: Initializing buffer pool, size = 512.0M
130920 20:03:13 InnoDB: Completed initialization of buffer pool
130920 20:03:13 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130920 20:03:13 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.

Have the forum tables been switched to InnoDB? If not, I would actually disable it.

Uncle Hank from Requiem for a Dream is my spirit animal
09-20-2013 08:17 PM
Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #7
RE: Forum Server Move 2013
In Phpmyadmin, all the tables show MYISAM. One of the IT guys installed Percona mysql.

Roosh
http://www.rooshv.com
09-20-2013 08:22 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
ryanf Offline
Wingman
***
Gold Member

Posts: 861
Joined: Oct 2012
Reputation: 8
Post: #8
RE: Forum Server Move 2013
You could disable innodb by adding these two lines to my.cnf

innodb=OFF
default-storage-engine=MyISAM

and restarting mysqld. It would cause mysql to use less memory, since it would skip creating the buffer pool for indexes.

Uncle Hank from Requiem for a Dream is my spirit animal
09-20-2013 08:26 PM
Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #9
RE: Forum Server Move 2013
^^ Done!

Let's see what that does. Shudder

Roosh
http://www.rooshv.com
09-20-2013 08:31 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #10
RE: Forum Server Move 2013
I also notice a lot of these errors (before the change I just made):

Quote:130920 20:29:15 [ERROR] /usr/sbin/mysqld: Table './cphulkd/brutes' is marked as crashed and should be repaired

Roosh
http://www.rooshv.com
09-20-2013 08:34 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
ryanf Offline
Wingman
***
Gold Member

Posts: 861
Joined: Oct 2012
Reputation: 8
Post: #11
RE: Forum Server Move 2013
So that table stores failed login attempts for cpanel, which eventually locks someone from attempting to login again. If it's crashed, you can repair it, but from what I've seen in these threads, looks a few tables have had this issue. This often comes from free space issues on the drive. You said you had a problem with free space involving the backups, correct? That could have crashed a few tables.

Uncle Hank from Requiem for a Dream is my spirit animal
09-20-2013 08:44 PM
Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #12
RE: Forum Server Move 2013
Latest developments:

I tried to do a full cpanel backup, but I got this error:

Code:
Determining mysql dbs...DBD::mysql::db selectall_arrayref failed: Unknown storage engine 'InnoDB' at /usr/local/cpanel/bin/cpmysqladmin line 200.
DBD::mysql::db selectall_arrayref failed: Unknown storage engine 'InnoDB' at /usr/local/cpanel/bin/cpmysqladmin line 200.
...mysql version: 5.5......mysqldump version: 5.5...Saving mysql privs...Done

Then I re-enabled InnoDB and did the backup again. The result was successful:

Quote:Determining mysql dbs...Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead.
...mysql version: 5.5......mysqldump version: 5.5...Saving mysql privs...Done

But the successful backup crashed the mysql server and then corrupted the database:

Quote:130921 5:54:36 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130921 5:54:36 InnoDB: Database was not shut down normally!

So I had to repair it.

I'm thinking the best thing to do is return to a stock mysql database from Percona. What would this involve?

Roosh
http://www.rooshv.com
09-21-2013 06:18 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
ryanf Offline
Wingman
***
Gold Member

Posts: 861
Joined: Oct 2012
Reputation: 8
Post: #13
RE: Forum Server Move 2013
(09-21-2013 06:18 AM)Roosh Wrote:  Latest developments:

I tried to do a full cpanel backup, but I got this error:

Code:
Determining mysql dbs...DBD::mysql::db selectall_arrayref failed: Unknown storage engine 'InnoDB' at /usr/local/cpanel/bin/cpmysqladmin line 200.
DBD::mysql::db selectall_arrayref failed: Unknown storage engine 'InnoDB' at /usr/local/cpanel/bin/cpmysqladmin line 200.
...mysql version: 5.5......mysqldump version: 5.5...Saving mysql privs...Done

Then I re-enabled InnoDB and did the backup again. The result was successful:

Quote:Determining mysql dbs...Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead.
...mysql version: 5.5......mysqldump version: 5.5...Saving mysql privs...Done

But the successful backup crashed the mysql server and then corrupted the database:

Quote:130921 5:54:36 InnoDB: highest supported file format is Barracuda.
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
130921 5:54:36 InnoDB: Database was not shut down normally!

So I had to repair it.

I'm thinking the best thing to do is return to a stock mysql database from Percona. What would this involve?

I haven't done that specifically, but it should be like any other move. You would disable any writes to it (like restarting in read-only mode), do the full backup, uninstall current mysql, install percona, reload, restart. Percona should be a drop-in replacement, I'm 99% sure it still uses the same default port. I've heard they make a great product, although they have focused more on the InnoDB engine.

Uncle Hank from Requiem for a Dream is my spirit animal
09-21-2013 08:26 AM
Find all posts by this user Like Post Quote this message in a reply
ryanf Offline
Wingman
***
Gold Member

Posts: 861
Joined: Oct 2012
Reputation: 8
Post: #14
RE: Forum Server Move 2013
Just found this:

http://www.percona.com/software/percona-xtrabackup

Probably better than the stuck mysqldump, which I believe cpanel uses. It's more involved, though, being a command line tool versus the nice interface cpanel provides for backups.

Uncle Hank from Requiem for a Dream is my spirit animal
09-21-2013 08:31 AM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes ryanf's post:
Roosh
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #15
RE: Forum Server Move 2013
I'm just going to try to hold the fort until the move. The new server will be stock, instead of this jerry-rigged system I seem to have in place now.

Roosh
http://www.rooshv.com
09-21-2013 08:53 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Roosh's post:
ryanf
Screwston Offline
Banned

Posts: 8,774
Joined: Feb 2011
Post: #16
RE: Forum Server Move 2013
Roosh, i cant quote in the mobile version. Is it my browser?
09-21-2013 02:12 PM
Find all posts by this user Like Post Quote this message in a reply
Screwston Offline
Banned

Posts: 8,774
Joined: Feb 2011
Post: #17
RE: Forum Server Move 2013
It would be nice if you could use the Like and Report features on your phone also.
09-21-2013 02:15 PM
Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Screwston's post:
Vaun
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #18
RE: Forum Server Move 2013
I think I'm going to move up the server move a couple days. This shit is driving me crazy.

Roosh
http://www.rooshv.com
09-21-2013 07:21 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Vaun Offline
True Player
*****
Gold Member

Posts: 2,816
Joined: Jun 2013
Reputation: 55
Post: #19
RE: Forum Server Move 2013
(09-20-2013 03:54 PM)Roosh Wrote:  (Continuance from this thread.. /thread-27558.html)

The forum is about to get a new home on a fast dedicated server. The tentative date for this upgrade is Friday, September 27. During the move...

was this prompted by the bluehost outage earlier this year?
09-21-2013 07:42 PM
Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #20
RE: Forum Server Move 2013
^^ It's been prompted by the growing size of the forum and also a disastrous server upgrade that installed mysql software (percona) that keeps crashing. By moving to a dedicated server, we'll be hitting two birds with one stone. The forum will be faster and more features can be added.

Roosh
http://www.rooshv.com
09-22-2013 10:25 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Roosh's post:
Vaun
GameTheory Offline
Banned

Posts: 1,232
Joined: Nov 2012
Post: #21
RE: Forum Server Move 2013
(09-20-2013 03:54 PM)Roosh Wrote:  (Continuance from this thread.. /thread-27558.html)

The forum is about to get a new home on a fast dedicated server. The tentative date for this upgrade is Friday, September 27. During the move...

is that NYC time, GMT, or ...
09-23-2013 07:54 PM
Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #22
RE: Forum Server Move 2013
Just a brief update that the forum will be moved starting tomorrow morning.

I don't think this will be a fast move, so the forum may be read-only or down for you probably until Sunday. Hopefully it will be faster, but be prepared for an entire weekend of limited functionality.

Once the move is complete, it will take an extra week to fine-tune the new server settings, so I will start a new thread for you to share any errors you see.

After that, the forum will be sitting on a server that is about 5 times stronger that what we got now.

Roosh
http://www.rooshv.com
09-26-2013 09:27 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Roosh's post:
Handsome Creepy Eel
William Windsor Offline
Recovering Beta
*

Posts: 170
Joined: Aug 2013
Reputation: 10
Post: #23
RE: Forum Server Move 2013
Where is the new server located geographically? I suggest the American Northeast or Western Europe, that would give good latency (quick responses) to more of your users.

ryanf, I see your point about MyISAM using less RAM, but isn't MyISAM less robust than InnoDB? If the new server has plenty of memory, I suggest staying with InnoDB.
09-26-2013 11:15 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
ryanf Offline
Wingman
***
Gold Member

Posts: 861
Joined: Oct 2012
Reputation: 8
Post: #24
RE: Forum Server Move 2013
(09-26-2013 11:15 AM)William Windsor Wrote:  Where is the new server located geographically? I suggest the American Northeast or Western Europe, that would give good latency (quick responses) to more of your users.

ryanf, I see your point about MyISAM using less RAM, but isn't MyISAM less robust than InnoDB? If the new server has plenty of memory, I suggest staying with InnoDB.

If all of his tables are MyISAM, then he wouldn't have seen the benefits of innodb anyway.

Uncle Hank from Requiem for a Dream is my spirit animal
09-26-2013 11:43 AM
Find all posts by this user Like Post Quote this message in a reply
Roosh Offline
Innovative Casanova
*******

Posts: 18,668
Joined: Aug 2008
Reputation: 393
Post: #25
RE: Forum Server Move 2013
(09-26-2013 11:15 AM)William Windsor Wrote:  Where is the new server located geographically?

Chicago. Current server is in Texas.

Roosh
http://www.rooshv.com
09-26-2013 12:40 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
[-] The following 1 user Likes Roosh's post:
William Windsor
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  How do I solve this weird server problem? Roosh 18 1,551 07-23-2018 08:36 PM
Last Post: Roosh
Exclamation Server problem with correct time [resolved] Roosh 3 799 01-18-2018 05:43 AM
Last Post: Paracelsus
Exclamation Server downtime 6/10/16 Roosh 18 3,373 06-12-2016 10:04 AM
Last Post: kbell

Forum Jump:


User(s) browsing this thread: 1 Guest(s)

Contact Us | RooshV.com | Return to Top | Return to Content | Mobile Version | RSS Syndication