Dear Patrice Am Mon, Nov 20, 2006 at 11:55:14AM +0100 hat Patrice Pillot getippert: > The calamaris daily cron job is executed with 'set -e'. When it's time > to generate weekly or monthly stats (by default on sunday or first day > of month), if there has been no connection through squid on the previous > day (so there is no cache file, cf. infra), this block : > > if [ "$MONTHDO" != "nothing" -a "$WEEKDO" != "nothing" ]; then > cp forweekly.$DAYOFWEEK formonthly.$DAYOFMONTH > fi
I think this is the same bug as http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182286 The simplest fix would be to change to "cp -f" as suggested by the first submitter. It would be nice if you could tell me if this worked for you. Thank you. Philipp -- Philipp | work: [EMAIL PROTECTED] +41 1 802 20 00 Frauenfelder | home: [EMAIL PROTECTED] +41 1 862 73 14 [PGP] | http://www.frauenfelder-kuerner.ch/ Proudly running Debian GNU/Linux. See http://www.debian.org/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

