Re: Issue with vncserver not starting?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Michael D. Setzer II wrote:
>    I've fount that the vncserver doesn't start correctly after a power
>    outage or non-normal shutdown.  It appears that file in the
>    /tmp/.X11-unix directory is left after the reboot, and causes the
>    startup to fail.
> 
>    My solution at the moment is to have a script in cron.hourly that
>    checks if it is running, and it not it removes the file, and restarts
>    the service.

An alternative is to put a line like
none                    /tmp                    tmpfs   nodev,noexec 0 0
into /etc/fstab. This will have the effect of automatically clearing out
/tmp every boot.

What it actually does is turn /tmp into a tmpfs mount. If you have
plenty of RAM free, then it will hold the contents of /tmp *just* in
memory. If you have almost all your RAM being used for programs and
caching (the normal state on a computer that’s been running a while),
the kernel may choose to reclaim some of the memory that’s being used
for the contents of /tmp, using the same algorithms as normal. It will
write the contents to swap space.

Obviously, if you’re used to putting multi-gigabyte files in /tmp,
you’ll need to either start using /var/tmp or making sure you have
plenty of swap.

James.

-- 
E-mail:     james@ | [Alan] finally installed his cuckoo clock on the wall.
aprilcottage.co.uk | For some reason this involved falling over in the dark in
                   | the garden, but I haven't dared ask about that yet. I
                   | don't -think- he was trying to catch a cuckoo to put
                   | inside it, but you never know.  -- Telsa Gwynne's Diary
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux