Jump to content

[Solved] Stevie /tmp Full


GLaDOS

Recommended Posts

I am not good with mysql databases and I'm getting this error

 

 

Additional information about this error:

 

MySQL error!

 

Got error 28 from storage engine(Errno=1030)

Your query: ItemListLight::query()

SELECT DISTINCT post_ID, post_datestart, post_datemodified, post_title, post_url,

 

post_excerpt, post_urltitle, post_canonical_slug_ID, post_tiny_slug_ID, post_main_cat_ID, post_ptyp_ID

 

FROM evo_items__item

 

INNER JOIN evo_postcats ON post_ID = postcat_post_ID

 

INNER JOIN evo_categories ON postcat_cat_ID = cat_ID

 

WHERE ( cat_blog_ID = 1 )

 

AND (post_ptyp_ID IN (1000))

 

AND (post_datestart <= '2012-10-10 13:09')

 

AND ( ( ( post_status = 'private'

 

AND post_creator_user_ID = 1 )

 

OR post_status IN ('published','protected') ) )

 

ORDER BY post_datestart DESC, post_ID DESC

 

LIMIT 20

 

If anyone can please help I would really appericate it

 

I get this error sometimes at http://www.firemaster1337.co.cc/Blog/

Link to comment
Share on other sites

I am getting this error from my blog

 

 

An unexpected error has occurred!

 

If this error persists, please report it to the administrator.

Go back to home page

 

Additional information about this error:

 

MySQL error!

 

Got error 28 from storage engine(Errno=1030)

Your query: ItemListLight::query()

SELECT DISTINCT post_ID, post_datestart, post_datemodified, post_title, post_url,

 

post_excerpt, post_urltitle, post_canonical_slug_ID, post_tiny_slug_ID, post_main_cat_ID, post_ptyp_ID

 

FROM evo_items__item

 

INNER JOIN evo_postcats ON post_ID = postcat_post_ID

 

INNER JOIN evo_categories ON postcat_cat_ID = cat_ID

 

WHERE ( cat_blog_ID = 1 )

 

AND (post_ptyp_ID IN (1000))

 

AND (post_datestart <= '2012-10-10 16:12')

 

AND ( ( ( post_status = 'private'

 

AND post_creator_user_ID = 1 )

 

OR post_status IN ('published','protected') ) )

 

ORDER BY post_datestart DESC, post_ID DESC

 

LIMIT 20

I did research and it appears the host would have to fix it thats all I could find

Link to comment
Share on other sites

Hello,

 

So, my 2 day old forum just gave me this error today when I logged into it, it's running MyBB:

 

 

MyBB SQL Error

 

 

MyBB has experienced an internal SQL error and cannot continue. SQL Error: 1030 - Got error 28 from storage engine Query: SHOW COLUMNS FROM mybb_users LIKE 'unreadpms'

Please contact the MyBB Group for support.

 

 

I did some googling and it says it has something to do with the "disk being full"?

 

Also note, you can only see this while logged in, the error won't show otherwise.

 

Domain: http://[forums].vertexstudios.net/

cPanel User: vstudios

 

How can I fix this, or can you guys fix this (if it's not a problem on my end)?

Link to comment
Share on other sites

Domain: cesarmanara.com

Server: stevie

account: nimb

 

Hi, I get this error when trying to upload anything to wordpress. Searching the web it apparently has something to do with the temp folder uploads go to after being uploaded that is configured at php.ini.

 

Can you please check?

 

Thank you :)

Link to comment
Share on other sites

Some abusive user created about a billion files in /tmp filling it up to 100% causing all of the issues listed above. The offending account has been suspended and I am deleting all the files he created. Let us know if anyone is still having these issues.

Link to comment
Share on other sites

No problem. You can help us all keep an eye on the partition usage at this link http://heliohost.grd.net.pl/disk-space/ / (root), /var, and /usr are normally around 90% and are fine at 99% even as long as they don't hit 100%, and /tmp should usually be less than 40% and if it's more than about 60% it means there is probably a malicious user causing problems.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...