Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Bug#558000: files left over in /tmp hidden by tmpfs

0 views
Skip to first unread message

jid...@jidanni.org

unread,
Nov 25, 2009, 3:50:01 PM11/25/09
to
Package: initscripts
Version: 2.87dsf-8
Severity: wishlist
X-debbugs-cc: debia...@lists.debian.org
File: /lib/init/bootclean.sh

Maybe add a comment mentioning:
For those of you using e.g.,
tmpfs /tmp tmpfs defaults 0 0
in /etc/fstab, this script (/lib/init/bootclean.sh) cannot be aware of
any files left on the original place where you mounted /tmp from that
day way back when you first started using tmpfs, using up disk space
all the way up till now, unnecessarily.

You can see if you have any such files by using
# umount /tmp
# find /tmp -mindepth 1
You could then remove them by hand, leaving of course /tmp itself.
Then put back the tmpfs
# mount -t tmpfs tmpfs /tmp

--
To UNSUBSCRIBE, email to debian-bugs-...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listm...@lists.debian.org

0 new messages