/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 Utilisateurs l'ont trouvée utile
Cette réponse était-elle pertinente?

Articles connexes

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...