Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2004
    Location
    Hellas
    Posts
    168

    No disk space cPanel

    Hello
    I just enabled quotas on my VPS with cPanel
    VPS quoatas are enabled by the hosting provider
    But now always get message no space or cannot touch or write to /tmp

    When use /scripts/fixquotas i get messages like
    "edquota: Cannot create temporary file: No space left on device
    Resetting quota for ...... "

    my fstab is
    UUID=4f43b846-c55a-4709-8b2f-f37397bba5f9 / ext4 usrjquota=quota.user,jqfmt=vfsv0 1 1
    tmpfs /dev/shm tmpfs defaults 0 0
    devpts /dev/pts devpts gid=5,mode=620 0 0
    sysfs /sys sysfs defaults 0 0
    proc /proc proc defaults 0 0
    /dev/vdb1 none swap sw 0 0
    /usr/tmpDSK /tmp ext3 defaults,noauto 0 0
    /tmp /var/tmp ext3 defaults,bind,noauto 0 0
    WordPress Greece | Athanasiadis
    The Hellenic Community of WordPress

  2. #2
    Join Date
    Dec 2007
    Location
    Indiana, USA
    Posts
    19,196
    df -h

    Chances are you're out of space - clear some space up.
    Michael Denney - MDDHosting.com - Proudly hosting more than 37,700 websites since 2007.
    Ultra-Fast Cloud Shared and Pay-By-Use Reseller Hosting Powered by LiteSpeed!
    cPanel • Free SSL • 100% Uptime SLA • 24/7 Support
    Class-leading support that responds in minutes, not days.

  3. #3
    Join Date
    Oct 2004
    Location
    Hellas
    Posts
    168
    Thanks for you response
    but i think now is working
    i deleted everything in /tmp even if it was only 32%
    WordPress Greece | Athanasiadis
    The Hellenic Community of WordPress

  4. #4
    Join Date
    May 2009
    Location
    SLASH ROOT
    Posts
    867
    Identify what was taking /tmp space. Session files? Eaccelartor cache? and write a bash script to periodically clean the /tmp. Once in week would be fine as well.
    █ WebHostRepo.com
    █ Linux | Windows
    | VPS | Cloud
    █ Outsourced Technical Support since 2009
    █ sales@webhostrepo.com

  5. #5
    Join Date
    Oct 2004
    Location
    Hellas
    Posts
    168
    Do you know any script could do that?
    WordPress Greece | Athanasiadis
    The Hellenic Community of WordPress

  6. #6
    Join Date
    Sep 2002
    Location
    Top Secret
    Posts
    14,135
    Just take a look through tmp and clean it out. No script needed
    Tom Whiting, WHMCS Guru extraordinaire
    Linux problems? WHMCS Problems? Give me a shout
    Check out my WHMCS Addons

  7. #7
    home/cpbackuptmp

    That must be it. Get rid of all the contents

    Don't for get this

  8. #8
    Join Date
    Jun 2011
    Location
    USA/UK/SG
    Posts
    3,636
    You could use tmpwatch, which should be on your system already.

    I suggest creating a cron job to run periodically - your choice how often, the below example will clean files from /tmp that have not been accessed in a 12 hour period:

    Code:
    0 */4 * * * /usr/sbin/tmpwatch -am 12 /tmp
    Quote Originally Posted by dyrer View Post
    Do you know any script could do that?
    ~]# Ethernet Servers Ltd - Est. 2014! - sales @ ethernetservers.com
    ~]# Try out our WordPress speed tests for yourself!
    ~]# NVMe Web Hosting | Unmanaged VPS | Fully Managed VPS | Dedicated Servers | Domain Names
    ~]# Don't settle for any less than the very best - come & join our family today!

Similar Threads

  1. cPanel Disk Space?
    By misterblue in forum VPS Hosting
    Replies: 3
    Last Post: 05-01-2011, 05:39 PM
  2. cPanel Disk Space Issue - Need Help Please
    By dedos in forum VPS Hosting
    Replies: 24
    Last Post: 02-04-2011, 03:53 AM
  3. Replies: 0
    Last Post: 11-14-2009, 05:32 AM
  4. Replies: 0
    Last Post: 03-14-2008, 10:54 AM
  5. Cpanel: Disk space calculation?
    By webx in forum Hosting Software and Control Panels
    Replies: 5
    Last Post: 06-28-2002, 02:16 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •