/tmp partition won't increase?
Used chirpy's method from cpanel forums
/etc/init.d/chkservd stop
/etc/init.d/mysql stop
umount /var/tmp
umount /tmp
replace "256000" "512000" -- /scripts/securetmp
rm /usr/tmpDSK
/scripts/securetmp --auto
cd /tmp
ln -s /var/lib/mysql/mysql.sock
/etc/init.d/mysql start
/etc/init.d/chkservd start
df
# Add the following line before /scripts/securetmp to /etc/rc.d/rc.local
replace "256000" "512000" -- /scripts/securetmp
Its not increasing in size. I got no errors either. I rebooted before I began and even after. /tmp is only 190MB now. Anyone know what the issue could be? I want /tmp to be about 2GB in size
|