Thread Closed 
Explanation into Thursday's outage
Author Message
Roosh Offline
Innovative Casanova
*******

Posts: 19,408
Joined: Aug 2008
Reputation: 414
Post: #101
RE: Explanation into Thursday's outage
(09-03-2013 07:18 PM)aphelion Wrote:  Exact repro steps for the crash error:

From browsing the Everything Else forum
/forum-4.html

clicking on the Main tab results in a MyBB error.
/forum-1.html

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1194 - Table 'mybb_sessions' is marked as crashed and should be repaired
Query:
SELECT s.ip, s.uid, u.username, s.time, u.invisible, u.usergroup, u.usergroup, u.displaygroup FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time > '1378252864' AND location1='1' AND nopermission != 1 ORDER BY u.username ASC, s.time DESC


However, navigating to the Main Forum by simply going to http://www.rooshvforum.com works as expected.

Try now.


(09-03-2013 07:23 PM)TheSlayer Wrote:  The forum is still very slow for me and I am also getting crash errors. Also had a couple of 500 Internal Server errors or whatever those are called.

Can you paste the crash errors so I can troubleshoot.

Roosh
http://www.rooshv.com
09-03-2013 07:53 PM
Visit this user's website Find all posts by this user
ryanf Offline
Wingman
***
Gold Member

Posts: 861
Joined: Oct 2012
Reputation: 8
Post: #102
RE: Explanation into Thursday's outage
If heavy traffic is causing the sessions table to lock up, it's probably a MyISAM table. You could flip that table to the memory engine, would probably alleviate heavy traffic issues.

Sessions tables don't need to be saved to the disk, since sessions data is volatile (non-permanent). I poked around a bit on this particular error.

Uncle Hank from Requiem for a Dream is my spirit animal
09-03-2013 10:47 PM
Find all posts by this user
Roosh Offline
Innovative Casanova
*******

Posts: 19,408
Joined: Aug 2008
Reputation: 414
Post: #103
RE: Explanation into Thursday's outage
(09-03-2013 10:47 PM)ryanf Wrote:  If heavy traffic is causing the sessions table to lock up, it's probably a MyISAM table. You could flip that table to the memory engine, would probably alleviate heavy traffic issues.

Sessions tables don't need to be saved to the disk, since sessions data is volatile (non-permanent). I poked around a bit on this particular error.

Excellent I'll keep that in mind. It was the first time it ever happened.

Roosh
http://www.rooshv.com
09-04-2013 06:53 AM
Visit this user's website Find all posts by this user
Kickb Away
International Playboy
******

Posts: 3,602
Joined: Nov 2010
Reputation: 30
Post: #104
RE: Explanation into Thursday's outage
Is anyone having trouble uploading avatars?

I have a good one but when I try to upload, a message pops up telling me the file is invalid. Please upload a valid file.

I just got a new phone, but it uses the same OS as my old galaxy. I save the files as jpegs. Maybe it is my phone?

[Image: gary-sm.jpg]
(This post was last modified: 09-04-2013 09:18 AM by Kickb.)
09-04-2013 09:13 AM
Find all posts by this user
Roosh Offline
Innovative Casanova
*******

Posts: 19,408
Joined: Aug 2008
Reputation: 414
Post: #105
RE: Explanation into Thursday's outage
(09-04-2013 09:13 AM)kickboxer Wrote:  Is anyone having trouble uploading avatars?

I have a good one but when I try to upload, a message pops up telling me the file is invalid. Please upload a valid file.

I just got a new phone, but it uses the same OS as my old galaxy. I save the files as jpegs. Maybe it is my phone?

[Image: gary-sm.jpg]

Try to duplicate the program using a normal browser.

Roosh
http://www.rooshv.com
09-04-2013 09:18 AM
Visit this user's website Find all posts by this user
Kickb Away
International Playboy
******

Posts: 3,602
Joined: Nov 2010
Reputation: 30
Post: #106
RE: Explanation into Thursday's outage
It worked. Thanks.
09-04-2013 09:31 AM
Find all posts by this user
Acute Angle Offline
Chubby Chaser
**

Posts: 484
Joined: Sep 2012
Reputation: 3
Post: #107
RE: Explanation into Thursday's outage
Just now: "The maximum server load limit has been reached. Please check back later once the server is less busy."
09-04-2013 03:35 PM
Find all posts by this user
placer Offline
Chubby Chaser
**

Posts: 463
Joined: Mar 2013
Reputation: 9
Post: #108
RE: Explanation into Thursday's outage
Just a minute ago:

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (111)
Query:
[READ] Unable to connect to MySQL server
09-05-2013 05:21 PM
Visit this user's website Find all posts by this user
DirectDanger Offline
Wingman
***
Gold Member

Posts: 826
Joined: Nov 2011
Reputation: 70
Post: #109
RE: Explanation into Thursday's outage
Just got this error...



MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
126 - Incorrect key file for table './rooshvf_forum/mybb_sessions.MYI'; try to repair it
Query:
(This post was last modified: 09-08-2013 08:07 PM by DirectDanger.)
09-08-2013 08:07 PM
Find all posts by this user
Roosh Offline
Innovative Casanova
*******

Posts: 19,408
Joined: Aug 2008
Reputation: 414
Post: #110
RE: Explanation into Thursday's outage
Yeah the sessions table crashed.

Within the next two days I'll have another IT guy look at the server.

Roosh
http://www.rooshv.com
09-08-2013 08:09 PM
Visit this user's website Find all posts by this user
Zeus Offline
Beta Orbiter
*

Posts: 128
Joined: Feb 2012
Reputation: 6
Post: #111
RE: Explanation into Thursday's outage
I keep getting errors Everytime i click. Lifestyle, everything etc. I refresh and it's ok. Here's one of the errors
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2013 - Lost connection to MySQL server during query
Query:
SELECT t.*, (t.totalratings/t.numratings) AS averagerating, t.username AS threadusername, u.username FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) WHERE t.fid='4' AND t.visible='1' ORDER BY t.sticky DESC, t.lastpost desc LIMIT 0, 40
09-10-2013 12:28 PM
Find all posts by this user
Pacesetter20 Offline
Wingman
***
Gold Member

Posts: 750
Joined: Mar 2012
Reputation: 15
Post: #112
RE: Explanation into Thursday's outage
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)Query:[READ] Unable to connect to MySQL server
Please contact the MyBB Group for support.

Been happening to me over the past five minutes
09-10-2013 12:29 PM
Find all posts by this user
Thomas the Rhymer Offline
True Player
*****
Gold Member

Posts: 2,056
Joined: Feb 2012
Reputation: 114
Post: #113
RE: Explanation into Thursday's outage
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Query:
[READ] Unable to connect to MySQL server

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2013 - Lost connection to MySQL server during query
Query:
SELECT p.*, u.username AS userusername FROM mybb_posts p LEFT JOIN mybb_users u ON (p.uid=u.uid) WHERE pid IN (529951,529948,527620,526606,526346,526330,526327,526260,526101,525995,525984,52​5976,525973,525948,525866,525844,525773,525746,525737,525697,525695,525678,52472​5,524152,524076) ORDER BY dateline DESC

A beginner's guide to jobhunting and networking
09-10-2013 12:30 PM
Find all posts by this user
scorpion Offline
True Player
*****
Gold Member

Posts: 2,467
Joined: Sep 2012
Reputation: 254
Post: #114
RE: Explanation into Thursday's outage
Tons of errors going on right now.

"For I reckon that the sufferings of this present time are not worthy to be compared with the glory which shall be revealed in us.” - Romans 8:18
09-10-2013 12:34 PM
Find all posts by this user
[-] The following 1 user Likes scorpion's post:
Mentavious
BoneDaddy Offline
Recovering Beta
*
Gold Member

Posts: 183
Joined: Sep 2011
Reputation: 5
Post: #115
RE: Explanation into Thursday's outage
I've been getting this one frequently over the last few minutes:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Query:
[READ] Unable to connect to MySQL server
09-10-2013 12:47 PM
Find all posts by this user
Cattle Rustler Offline
Innovative Casanova
*******
Gold Member

Posts: 6,446
Joined: Jun 2013
Reputation: 108
Post: #116
RE: Explanation into Thursday's outage
Ironically while trying to see BoneDaddy's post I got this message:


MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2006 - MySQL server has gone away
Query:
SELECT u.*, f.* FROM mybb_users u LEFT JOIN mybb_userfields f ON (f.ufid=u.uid) WHERE u.uid='13863' LIMIT 1

Cattle 5000 Rustlings #RustleHouseRecords #5000Posts
Houston (Montrose), Texas

"May get ugly at times. But we get by. Real Niggas never die." - cdr

Follow the Rustler on Twitter | Telegram: CattleRustler

Game is the difference between a broke average looking dude in a 2nd tier city turning bad bitch feminists into maids and fucktoys and a well to do lawyer with 50x the dough taking 3 dates to bang broads in philly.
09-10-2013 12:57 PM
Visit this user's website Find all posts by this user
eradicator Offline
International Playboy
******
Gold Member

Posts: 5,942
Joined: May 2013
Reputation: 35
Post: #117
RE: Explanation into Thursday's outage
Just reading the new threads(so far just everything else and game forums) and get these

everything else
MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2006 - MySQL server has gone away
Query:
SELECT u.*, f.* FROM mybb_users u LEFT JOIN mybb_userfields f ON (f.ufid=u.uid) WHERE u.uid='13566' LIMIT 1


and this

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
145 - Table './rooshvf_forum/mybb_sessions' is marked as crashed and should be repaired
Query:
DELETE FROM mybb_sessions WHERE uid='13566'

and this was for the game forum

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2013 - Lost connection to MySQL server during query
Query:
SELECT t.*, (t.totalratings/t.numratings) AS averagerating, t.username AS threadusername, u.username FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) WHERE t.fid='2' AND t.visible='1' ORDER BY t.sticky DESC, t.lastpost desc LIMIT 0, 40

sometimes just refreshing like you suggested fixes it, sometimes not.
09-10-2013 01:22 PM
Find all posts by this user
DirectDanger Offline
Wingman
***
Gold Member

Posts: 826
Joined: Nov 2011
Reputation: 70
Post: #118
RE: Explanation into Thursday's outage
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2006 - MySQL server has gone away
Query:
SELECT s.sid, s.ip, s.uid, s.time, s.location, s.location1, u.username, u.invisible, u.usergroup, u.displaygroup FROM mybb_sessions s LEFT JOIN mybb_users u ON (s.uid=u.uid) WHERE s.time>'1378838838' ORDER BY u.username ASC, s.time DESC
09-10-2013 02:03 PM
Find all posts by this user
BoneDaddy Offline
Recovering Beta
*
Gold Member

Posts: 183
Joined: Sep 2011
Reputation: 5
Post: #119
RE: Explanation into Thursday's outage
Got the same error again:

yBB has experienced an internal SQL error and cannot continue.

SQL Error:
2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Query:
[READ] Unable to connect to MySQL server

I should note that I can always recover by refreshing the page.
09-10-2013 02:05 PM
Find all posts by this user
GameTheory Offline
Banned

Posts: 1,232
Joined: Nov 2012
Post: #120
RE: Explanation into Thursday's outage
i just got a My BB Error message. i switched my browser to Compatibility View, and was able to log on again
09-10-2013 03:26 PM
Find all posts by this user
Roosh Offline
Innovative Casanova
*******

Posts: 19,408
Joined: Aug 2008
Reputation: 414
Post: #121
RE: Explanation into Thursday's outage
New server guy has been working on the server today. Please leave any error messages you get from this point on.

Roosh
http://www.rooshv.com
09-10-2013 04:17 PM
Visit this user's website Find all posts by this user
Cattle Rustler Offline
Innovative Casanova
*******
Gold Member

Posts: 6,446
Joined: Jun 2013
Reputation: 108
Post: #122
RE: Explanation into Thursday's outage
I got this a minute ago.

MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2002 - Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Query:
[READ] Unable to connect to MySQL serve

Cattle 5000 Rustlings #RustleHouseRecords #5000Posts
Houston (Montrose), Texas

"May get ugly at times. But we get by. Real Niggas never die." - cdr

Follow the Rustler on Twitter | Telegram: CattleRustler

Game is the difference between a broke average looking dude in a 2nd tier city turning bad bitch feminists into maids and fucktoys and a well to do lawyer with 50x the dough taking 3 dates to bang broads in philly.
09-11-2013 01:13 PM
Visit this user's website Find all posts by this user
Acute Angle Offline
Chubby Chaser
**

Posts: 484
Joined: Sep 2012
Reputation: 3
Post: #123
RE: Explanation into Thursday's outage
Just now:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2013 - Lost connection to MySQL server during query
Query:
SELECT t.*, (t.totalratings/t.numratings) AS averagerating, t.username AS threadusername, u.username FROM mybb_threads t LEFT JOIN mybb_users u ON (u.uid = t.uid) WHERE t.fid='4' AND t.visible='1' ORDER BY t.sticky DESC, t.lastpost desc LIMIT 0, 40
09-11-2013 02:21 PM
Find all posts by this user
placer Offline
Chubby Chaser
**

Posts: 463
Joined: Mar 2013
Reputation: 9
Post: #124
RE: Explanation into Thursday's outage
At the bottom of a page I was reading:

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2013 - Lost connection to MySQL server during query
Query:
UPDATE mybb_users SET lastactive='1378927526', timeonline=timeonline+86 WHERE uid='13137'
09-11-2013 02:38 PM
Visit this user's website Find all posts by this user
GameTheory Offline
Banned

Posts: 1,232
Joined: Nov 2012
Post: #125
RE: Explanation into Thursday's outage
i just got the error,

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
2006 - MySQL server has gone away
Query:
SELECT * FROM mybb_sessions WHERE sid='8a62c34952f4a452994f75a39d941df6' AND ip='130.182.26.199' LIMIT 1




switched on to Compatibility View, smooth as silk now
(This post was last modified: 09-11-2013 03:40 PM by GameTheory.)
09-11-2013 03:39 PM
Find all posts by this user
Thread Closed 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Prolonged internet outage causes Togo islanders to become social again Roosh 4 1,241 02-08-2019 05:37 PM
Last Post: SamuelBRoberts
  Concise explanation for why you dislike feminism Delta 42 11,549 12-22-2016 07:55 AM
Last Post: Jungle
  The Nephilium: The craziest explanation of pre-flood civilation The Beast1 25 12,812 01-19-2015 01:55 PM
Last Post: bojangles

Forum Jump:


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

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