First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 146973
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for Orphaned Packages <maintainer-needed@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Ulf Schaper <UlfSchaper@gmx.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
tmpwatch.cron.patch tmpwatch.cron.patch patch Cédric Krier 2006-09-19 06:38 0000 434 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 146973 depends on: Show dependency tree
Show dependency graph
Bug 146973 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-09 10:15 0000
http://www.gentoo.org/doc/en/faq.xml#tmpportage suggests not to clean
/var/tmp/portage while emerge is running (maybe because some files get old
mtimes if they are extracted from old archives).

The example in /etc/cron.daily/tmpwatch however does not include such a check.

I think we should include a structure such as:
if [[ -z $(/usr/bin/pgrep emerge) ]]; then
 tmpwatch /var/tmp/portage...
fi


Ulf

------- Comment #1 From Jakub Moc (RETIRED) 2006-09-09 10:19:58 0000 -------
The example is all commented out by default. Feel free to modify as needed.

------- Comment #2 From Cédric Krier 2006-09-19 06:38:13 0000 -------
Created an attachment (id=97411) [edit]
tmpwatch.cron.patch

------- Comment #3 From Charlie Shepherd (RETIRED) 2007-01-27 16:48:33 0000 -------
Thanks, fixed in CVS

First Last Prev Next    No search results available      Search page      Enter new bug