For the best lawn care in cedar park, please visit our sponsor at lawn service cedar park They are a local lawn care and landscaping company that provide services in such as lawn care, lawn mowing, weeding, and landscape maintenance in Cedar Park, Austin, Round Rock, and Leander area. They are located at:

Lawn Care Service of Cedar Park 100 E Whitestone Blvd Ste 148, #166 Cedar Park, TX 78613 (512) 595-0884

Chat box

The chat box is...

  • Good for the forum

    Votes: 9 56.3%
  • Killing the forum

    Votes: 7 43.8%

  • Total voters
    16

Sweey

*RETIRED*
Would if I could.

Before I punt a hint the Admins way, you any ideas why the user CP/profile pages are not displaying?

I assume the server is again out of space therefore anything not cached can't be written temporarily. If this is the case, I would wonder why the low server space wasn't noticed last time (more needed to be done) and in any case monitored after the last time the chat box caused an issue.
 

fick

Registered User
Bammers - The forums or 'Yappen?

I assume the server is again out of space therefore anything not cached can't be written temporarily. If this is the case, I would wonder why the low server space wasn't noticed last time (more needed to be done) and in any case monitored after the last time the chat box caused an issue.

I have my suspicions why... Cheers Don. I'll forward the message the those concerned.
 

Phatmann

HGW XX/7
I've sent a message to Matt Holme so hopefully he can sort it out. Unfortunately I believe he lives in Australia so it might not get done 'til tomorrow morning if we're lucky.

Who sent me a PM? I would read it but I can't access PMs at the moment which I'm guessing is the case for everyone else too.
 

Sweey

*RETIRED*
Heavily edited post:

This one will actually be for Matt Holme - I assume the /tmp directory either needs rebuilding or is full of files that need to be cleared or a setting for session data needs changing (though I doubt it as it surely wouldn't have altered itself to cause the error). A server reboot will be required after any of these.

This was necessary last time.

EDIT: Ah you're about Phats. Wasn't sure if you were.

There's a bigger problem than just this at work here.
 

Sweey

*RETIRED*
I have e-mailed Matt about that. Thanks for being on the ball though.

What's the bigger issue Sweey? Are you referring to what you said earlier to Fick or something else?

Mostly that. If I were you, I would turn the chat box off for now.
 

fick

Registered User
Mike, might be worth announcing it first if you turn it off, saves lots of repetitive, stupid questions later.

Edit: Especially if you are buggering of on holiday :D
 

Makavelian

Registered User
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the currentsettingof session.save_path is correct (/tmp) in Unknown on line 0
 

fick

Registered User
Cheers Mak. As you have probably already read above, it could take some time to sort. Thanks for the info though.
 

fick

Registered User
Don't know Joel, not sure I was online last time we had a major issue...

Edit:

Database error in vBulletin 3.8.2:

Invalid SQL:
MySQL Error : Error writing file '/tmp/MYOm6hhd' (Errcode: 28)
Error Number : 3
 

Sminky

Registered User
This may help

MySQL > java.sql.SQLException: Error writing file '/tmp/MY1kynpA' (Errcode: 28)
by Sarath Chandra Pandurangi at 16:26 | 1 Comment | OpenShare Share

Recently, a heavy burst of traffic into our production webservice caused this error. As with all Mysql errors, this shows little information. Like any sane person would think, we checked if the filesystem was full. We found the /tmp has 98% free space. Permissions are all fine. No locks on table. Increasing /tmp partition - NoGo. Just crazy error message.

However, the issue was beating us time and again. It took us a couple of days and we realized the cause was a select query. The query was fetching from a table of about 2 million records. Although it was fetching a limited subset, the column in the order by had no index. This was causing mysql to load records into pagefile in tmp for sorting, apparently.

Created the index on the sort column seemed to have solved the problem. We also augmented it with the following options in my.cfg

sort_buffer_size=2M
table_cache=1800
thread_cache_size=384
tmp_table_size=64M
 

Joel

Administrator
Staff member
It's not that you don't have the power to get in, it's because the database is full and not functioning properly.

Only person who can increase our power right now is Matt Holme.

I think I found a solution, but none of the current admins have the power to do it. I've emailed Matt Holme, so all we can do is wait.

I just wish I saw this issue earlier.
 
Top