cms-gem-daq-project / ldqm-browser

0 stars 3 forks source link

Lessons learned: running and failing behaviour #9

Open jsturdy opened 7 years ago

jsturdy commented 7 years ago

TIF issues have brought to light several improvements that must be made Some of these may better fit into the gem-light-dqm package, but we'll summarize here

Probably there are other immediately necessary improvements, so let's try to get them sorted as quickly as possible

bdorney commented 7 years ago

to help alleviate the issue I have added a crontab to execute at 00h30 everyday on the user account to delete all files older than 2 days from both the ~/.Trash and ~/Downloads directory:

29 0 find /home/GE11COSMICS/Downloads/ -mtime +2 -delete 29 0 find /home/GE11COSMICS/.Trash/ -mtime +2 -delete