From owner-freebsd-stable@FreeBSD.ORG Fri May 15 17:03:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 600D81065674 for ; Fri, 15 May 2009 17:03:52 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id EF2ED8FC1B for ; Fri, 15 May 2009 17:03:51 +0000 (UTC) (envelope-from dudu@dudu.ro) Received: by bwz9 with SMTP id 9so2022532bwz.43 for ; Fri, 15 May 2009 10:03:51 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.122.15 with SMTP id j15mr2813628far.10.1242405784545; Fri, 15 May 2009 09:43:04 -0700 (PDT) From: Vlad GALU Date: Fri, 15 May 2009 19:42:43 +0300 Message-ID: To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: ld-elf.so.1 isn't overwritten upon making installworld X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 May 2009 17:03:52 -0000 All in subject. I could see the particular line where install is called on the newly built copy, but even though the system copy's file flags are cleared (noschg), the overwriting fails. I managed to overwrite it by (cp -f)-ing) the fresh copy over the old one. Regards, Vlad