From owner-freebsd-current@FreeBSD.ORG Mon Jun 2 06:36:12 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4A452106564A for ; Mon, 2 Jun 2008 06:36:12 +0000 (UTC) (envelope-from ianf@clue.co.za) Received: from munchkin.clue.co.za (munchkin.clue.co.za [66.219.59.160]) by mx1.freebsd.org (Postfix) with ESMTP id F0CF58FC12 for ; Mon, 2 Jun 2008 06:36:11 +0000 (UTC) (envelope-from ianf@clue.co.za) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=20070313; d=clue.co.za; h=Received:Received:Received:To:Subject:From:X-Attribution:Date:Message-Id; b=eXpvNEsoSDQsysfnH1YJyhLRm5/1feDESPbvTFtafSh7MQ/d1LPPKIwWT+gWqQlBqjD3IsOTwoYqDSzwwmNaFNIXpTApxuPkkJa2VH433yfg6xHoU8P1AzSGxY6Q9ZkIJnAQn87ynM1l881DnE9MniJi4Pa7KWeMk8nF0ky92FwU/GKc/85vSSquWSYAUowpwwTPPM0EO3BsJYGhQQmO9pLyUb3jwdDz2tF7SSiEdEy2BJAlLm0guqCyfaPAqZqF; Received: from uucp by munchkin.clue.co.za with local-rmail (Exim 4.67) (envelope-from ) id 1K33eN-0006qb-7w for current@freebsd.org; Mon, 02 Jun 2008 06:36:11 +0000 Received: from ianf.clue.co.za ([10.0.0.6] helo=clue.co.za) by urchin.clue.co.za with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.67) (envelope-from ) id 1K33eI-0004kr-4N for current@freebsd.org; Mon, 02 Jun 2008 06:36:06 +0000 Received: from localhost ([127.0.0.1] helo=clue.co.za) by clue.co.za with esmtp (Exim 4.69 (FreeBSD)) (envelope-from ) id 1K33eF-0000VZ-TP for current@freebsd.org; Mon, 02 Jun 2008 08:36:03 +0200 To: current@freebsd.org From: Ian FREISLICH X-Attribution: BOFH Date: Mon, 02 Jun 2008 08:36:03 +0200 Message-Id: Cc: Subject: softupdates bug? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2008 06:36:12 -0000 Hi I have a small number of RRDs updated once a minute and images generated using make periodically. I've noticed that after the update program which runs make, about 15-20 seconds later the mtime of the rrd files changes. I think I've narrowed it down to the periodic sync writing the mtime of the file as the time it was synced, rather than the actual last modification time. [control.freislich] ~/graphing $ ls -lT *.rrd; date; sync; ls -lT *.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:07 2008 10.19D24C010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:07 2008 10.725A4C010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:07 2008 10.88CC53010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:07 2008 10.AB2D4C010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:07 2008 10.E32C4C010800.rrd -rw-r--r-- 1 ianf wheel 18502048 Jun 2 08:29:07 2008 1D.6A560B000000.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:07 2008 26.1D82B5000000.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:07 2008 26.2882B5000000.rrd Mon Jun 2 08:29:13 SAST 2008 -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:13 2008 10.19D24C010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:13 2008 10.725A4C010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:13 2008 10.88CC53010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:13 2008 10.AB2D4C010800.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:13 2008 10.E32C4C010800.rrd -rw-r--r-- 1 ianf wheel 18502048 Jun 2 08:29:13 2008 1D.6A560B000000.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:13 2008 26.1D82B5000000.rrd -rw-r--r-- 1 ianf wheel 20184160 Jun 2 08:29:13 2008 26.2882B5000000.rrd Strange. Has anyone else noticed this? Ian -- Ian Freislich