On 20.11.2019 01:06, Elan Ruusamäe wrote: occupied by Refs.git. I never understood that repo purpose...
whatever the slug_watch-cron is doing, it's hitting at */15 and creating another ~500mb failed pack. disabling that cron for now. one more run and disk is full again. ``` root@1822-cvs repositories/Refs.git# l -rt objects/pack/tmp_pack_* |tail -r--rwxr--+ 1 git git 518M Nov 19 02:00 objects/pack/tmp_pack_TOKPzf* -r--rwxr--+ 1 git git 518M Nov 19 02:15 objects/pack/tmp_pack_C6ncYj* -r--rwxr--+ 1 git git 394M Nov 19 02:30 objects/pack/tmp_pack_1pofxe* -r--rwx---+ 1 git git 43M Nov 19 10:43 objects/pack/tmp_pack_eDeqJK* -r--rwx---+ 1 git git 518M Nov 19 11:14 objects/pack/tmp_pack_j1RWYF* -r--rwx---+ 1 git git 518M Nov 19 11:25 objects/pack/tmp_pack_BtnlQ5* -r--rwx---+ 1 git git 324M Nov 19 11:28 objects/pack/tmp_pack_2dOxMA* -r--rwx---+ 1 git git 518M Nov 19 11:30 objects/pack/tmp_pack_rgSPDh* -r--r--r-- 1 git git 518M Nov 20 01:15 objects/pack/tmp_pack_BiGbKn -r--r--r-- 1 git git 518M Nov 20 01:30 objects/pack/tmp_pack_GGMCo8 ``` ``` root@1822-cvs repositories/Refs.git# grep /usr/bin/slug_watch-cron /var/log/cron|tail Mar 22 05:30:01 1822-cvs CROND[9405]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 05:45:01 1822-cvs CROND[5946]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 06:00:01 1822-cvs CROND[3733]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 06:15:01 1822-cvs CROND[32181]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 06:30:01 1822-cvs CROND[22009]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 06:45:01 1822-cvs CROND[19842]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 07:00:01 1822-cvs CROND[17307]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 07:15:01 1822-cvs CROND[15668]: (git) CMD (/usr/bin/slug_watch-cron) Mar 22 07:30:01 1822-cvs CROND[13747]: (git) CMD (/usr/bin/slug_watch-cron) Binary file /var/log/cron matches ``` _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
