Re: fedora-list Digest, Vol 63, Issue 119

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

 



f
Date: Mon, 25 May 2009 00:39:34 -0700
From: "Wolfgang S. Rupprecht"
	<wolfgang.rupprecht+gnus200905@xxxxxxxxx>
Subject: Re: Can't boot after an update
To: fedora-list@xxxxxxxxxx
Message-ID: <87hbz9637t.fsf@xxxxxxxxxxxxxxx>
Content-Type: text/plain; charset=us-ascii


DB <Freddog_de@xxxxxxxxxxx> writes:
I'm now trying to find a script that will clean /tmp automatically on
a regular basis. (I think part of the backlog is due to the switch
from Gnome to KDE)

I clean my /tmp on each orderly shutdown.  That way if the system
crashes, my /tmp is preserved but when I do a reboot, it gets cleaned.
Put this in /sbin/halt.local.

/sbin/halt.local:

#!/bin/sh
# wsrcc halt script

echo "WSRCC: Clearing /tmp"

cd /
/bin/rm -rf /tmp/* /tmp/.??*
sync; sync; sync;

#
# end
#

I used to use an age based clearing method, but that tended to remove
things I was still using if the system stayed up too long and it didn't
clear things quickly enough such as cases where something significant
changed and caused a name clash in /tmp.  (Try changing UID's around
sometime and forget about the files in /tmp.  Things won't be sane until
all those files get nuked.)

-wolfgang
Thanks Wolfgang, I'll give it a whirl!

Dave

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux