:: Error mounting /tmp when increase the size in /scripts/securetmp
|
0 1 2 3 4 |
Use of uninitialized value in numeric eq (==) at cpservice line 48. Use of uninitialized value in print at cpservice line 49. Use of uninitialized value in exit at cpservice line 55. Securing /tmp & /var/tmp Setting up /tmp... mount: you must specify the filesystem type |
:: How to fix mount: you must specify the filesystem type on cPanel
+ Uninstall securetmp configure
|
0 |
/scripts/securetmp --uninstall |
+ Edit /etc/fstab
|
0 1 2 3 |
cp /etc/fstab /etc/fstab.orig vi /etc/fstab # remove on this line: /tmp /var/tmp ext3 defaults,bind,noauto 0 0 |
+ backup / move /usr/tmpDSK
|
0 |
mv /usr/tmpDSK /usr/tmpDSK.orig |
+ Apply new configuration
|
0 |
/scripts/securetmp |
+ Checking
|
0 |
df -h |
