Jump to content

Recommended Posts

Posted

I've received the following messages on my site (scrabblefreak.heliohost.org on Johnny) when creating a session:

 

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 current setting of session.save_path is correct (/tmp) in Unknown on line 0

 

Monitor shows Johnny's /tmp to be full.

 

First time I noticed this was roughly 16 hours ago. /tmp free space hasn't managed to stablilize in that time.

I can't access CPanel (Have no idea about server configuration, so I don't know if this is related to other problems reported/maintenance)

 

Any ideas?

 

Xoviat.

 

Posted

After a little investigating I found that the user yaya1234 was single handedly using 64% of the /tmp partition. That account has been suspended for using too much system resources, and all of their /tmp files were deleted.

 

@admins, these are the commands I ran in case you need to do something similar or fix anything that I inadvertently broke in the process:

su
<johnny root password>
find /tmp -user yaya1234 -exec rm -f {} \;

 

@xoviat, thanks for bringing this to our attention.

Posted

@Krydos - Just to let you know that here is a shortcut that allows you to login as root without the root password:

 

sudo su -
<enter your heliohost password>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...