Opened 3 years ago

Closed 3 years ago

#48 closed defect (fixed)

crin4 /tmp filling up

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: crin4 Version:
Keywords: Cc:
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0.25

Description (last modified by chris)

A task is need to clear /tmp on Crin4.


Attachments (1)

crin3-df-pinpoint-1443176117-1446027317.png (37.5 KB) - added by chris 3 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 3 years ago by chris

  • Description modified (diff)

comment:2 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.25
  • Total Hours set to 0.25
aptitude install tmpreaper

Edited /etc/tmpreaper.conf to comment out:

#SHOWWARNING=true

Edited /etc/default/rcS to change:

# delete files in /tmp during boot older than x days.
# '0' means always, -1 or 'infinite' disables the feature
#TMPTIME=0
TMPTIME=1

Ran /etc/cron.daily/tmpreaper and now there is space again:

df -h
Filesystem      Size  Used Avail Use% Mounted on
/dev/dm-0        15G  3.5G   11G  25% /
udev             10M     0   10M   0% /dev
tmpfs            99M   13M   87M  13% /run
tmpfs           248M     0  248M   0% /dev/shm
tmpfs           5.0M     0  5.0M   0% /run/lock
tmpfs           248M     0  248M   0% /sys/fs/cgroup
/dev/sda1       236M   33M  191M  15% /boot

So there shouldn't be the build ups that were occuring, see the Munin graph for df.

comment:3 Changed 3 years ago by chris

  • Resolution set to fixed
  • Status changed from new to closed

Closing as I think this is solved.

Note: See TracTickets for help on using tickets.