Hello,
if you come across following error then in a quick one step solution can help you..
Quote:
|
Error or warning message : Check /var/tmp is mounted as a filesystem WARNING /var/tmp should either be symlinked to /tmp or mounted as a filesystem
|
Fix ::
Quote:
|
mount -t tmpfs -o noexec,nosuid tmpfs /var/tmp/
|
I didn't reboot my server.... check if that works without a reboot for you....