Opened 10 years ago

Last modified 8 years ago

#594 new misbehavior

cleanup temp folders

Reported by: westram Owned by: devel
Priority: normal Milestone:
Component: ARB_NTREE Version: SVN
Keywords: Cc:

Description (last modified by westram)

  • cleanup ~/.arb_tmp/
    • delete subdirs older than XXX days
  • cleanup ~/.arb_tmp/tmp
    • delete files older than XXX days
  • cleanup ~/.arb_prop/logs/<timestamped-subdirs>

Normally nothing should be left in these folders (e.g. by calling external tools), but in practice things crash and leftover remain.

Consider #595

My ~/.arb_tmp/tmp e.g. currently contains more than 4000 files :(

Change History (3)

comment:1 follow-up: Changed 10 years ago by epruesse

Just a thought…

The most "powerful" fix would include "background" execution of GDE processes.

  • Allow adding "run in background" option to GDE GUI header
  • If set, disconnect subprocess from arb_launcher and put filename of DB into tempdir
  • On launch, have GDE check it's temp for directories with matching filename
  • Run (new) import part of GDE script

There are a few more things that could/should be fixed with GDE, though.

comment:2 in reply to: ↑ 1 Changed 10 years ago by westram

  • Description modified (diff)

Replying to epruesse:

The most "powerful" fix would include "background" execution of GDE processes.

Created #595 to cover that. Thought we already had such a ticket, but couldn't find any.

comment:3 Changed 8 years ago by westram

  • Description modified (diff)
Note: See TracTickets for help on using tickets.