> Hi!
> check perms on /tmp
> for example chown -R root.root /tmp & chmod 777 /tmp

Don't chown everything under /tmp to root:root!
Don't chmod /tmp to 777!

chown root:root /tmp
chmod 1777 /tmp

Alexander




_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to