On Mon, Mar 26, 2012 at 10:13:01AM -0400, Kriston wrote: > The way I have avoided this issue is to mount /tmp as a tmpfs filesystem. > Since your problem usually occurs on a system restart, doing this will > always avoid the orphan socket files in /tmp. > There should have also been scripts in your Unix distribution that would > have normally cleaned out /tmp automatically before X tries to start. > Moving /tmp to tmpfs not only completely avoids this problem, it > actually makes the operating of your system faster as long as nothing is > actually trying to store large files in /tmp (which should never > happen--they belong in /var/tmp).
Mounting tmpfs as tmp is even better solution than mine, thanks for it. Regards, Adam -- Adam Tkac, Red Hat, Inc. ------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure _______________________________________________ Tigervnc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tigervnc-users
