From owner-freebsd-bugs@FreeBSD.ORG Fri Dec 12 09:32:54 2014 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54FDFA74 for ; Fri, 12 Dec 2014 09:32:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 360A0BFF for ; Fri, 12 Dec 2014 09:32:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBC9WsbV044513 for ; Fri, 12 Dec 2014 09:32:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 195914] New: freebsd-update loop on /usr/share/zoneinfo Date: Fri, 12 Dec 2014 09:32:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 8.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd@snth.eu X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2014 09:32:54 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195914 Bug ID: 195914 Summary: freebsd-update loop on /usr/share/zoneinfo Product: Base System Version: 8.4-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: freebsd@snth.eu Since October my FreeBSD 8.4 systems (and 9.1) tell me that there are updates available when I run `freebsd-update fetch`. The updates all reside in /usr/share/zoneinfo. When I install them and run freebsd-update fetch, the same updates are fetched: # freebsd-update fetch Looking up update.freebsd.org mirrors... 5 mirrors found. Fetching metadata signature for 8.4-RELEASE from update2.freebsd.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files will be updated as part of updating to 8.4-RELEASE-p20: /usr/share/zoneinfo/Africa/Bamako /usr/share/zoneinfo/Africa/Banjul /usr/share/zoneinfo/Africa/Conakry /usr/share/zoneinfo/Africa/Dakar /usr/share/zoneinfo/Africa/Freetown /usr/share/zoneinfo/Africa/Lome /usr/share/zoneinfo/Africa/Nouakchott /usr/share/zoneinfo/Africa/Ouagadougou /usr/share/zoneinfo/Africa/Sao_Tome /usr/share/zoneinfo/Atlantic/St_Helena /usr/share/zoneinfo/Pacific/Johnston # # # freebsd-update install Installing updates... done. # # # freebsd-update fetch Looking up update.freebsd.org mirrors... 5 mirrors found. Fetching metadata signature for 8.4-RELEASE from update2.freebsd.org... done. Fetching metadata index... done. Inspecting system... done. Preparing to download files... done. The following files will be updated as part of updating to 8.4-RELEASE-p20: /usr/share/zoneinfo/Africa/Bamako /usr/share/zoneinfo/Africa/Banjul /usr/share/zoneinfo/Africa/Conakry /usr/share/zoneinfo/Africa/Dakar /usr/share/zoneinfo/Africa/Freetown /usr/share/zoneinfo/Africa/Lome /usr/share/zoneinfo/Africa/Nouakchott /usr/share/zoneinfo/Africa/Ouagadougou /usr/share/zoneinfo/Africa/Sao_Tome /usr/share/zoneinfo/Atlantic/St_Helena /usr/share/zoneinfo/Pacific/Johnston # I have Nagios set up to monitor for new updates on FreeBSD and all my 8.4 and 9.1 systems are affected. 9.3 and 10.1 are not affected. The difference between these systems is that on 8.4 and 9.1 these files are hardlinks to one timezone file (not part of the perpetual update). On 9.3 and 10.1 these files are regular files (different inodes). Could someone have a look at this and please tell me how to resolve this issue. Thanks in advance. -- You are receiving this mail because: You are the assignee for the bug.