/tmp partition is full

If you need to increase the size of the /tmp partition, please follow the instructions at:

http://forums.cpanel.net/f5/tmp-wont-increase-size-37085.html

If you look at your /scripts/securetmp script, you will see a line defining $tmpdsksize. Consider changing this as follows to get a 1GB /tmp partition.

my $tmpdsksize = 1048576; # Must be larger than 250000

Hopefully this will eliminate the any full /tmp partion problems.

  • 38 Utenti hanno trovato utile questa risposta
Hai trovato utile questa risposta?

Articoli Correlati

cPanel trial license

If you ordered cPanel with your VPS and it's showing up as Trial license, then login to your...

How to install cPanel / WHM

To install cPanel / WHM on your server, you would need to connect to SSH. Windows users can...