From owner-freebsd-current@FreeBSD.ORG Sun Jul 25 12:46:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6AE416A4CE for ; Sun, 25 Jul 2004 12:46:56 +0000 (GMT) Received: from gw.xbsd.org (xbsd.org [81.56.254.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70BEB43D2F for ; Sun, 25 Jul 2004 12:46:56 +0000 (GMT) (envelope-from flz@xbsd.org) Received: from [192.168.42.3] (innercity.xbsd.org [192.168.42.3]) by gw.xbsd.org (Postfix) with ESMTP id 3E637E0E for ; Sun, 25 Jul 2004 14:46:56 +0200 (CEST) Message-ID: <4103ABBE.80608@xbsd.org> Date: Sun, 25 Jul 2004 14:46:54 +0200 From: Florent Thoumie User-Agent: Mozilla Thunderbird 0.7.1 (X11/20040710) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@FreeBSD.org X-Enigmail-Version: 0.84.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 25 Jul 2004 13:21:35 +0000 Subject: rtld problem with /usr partition X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 25 Jul 2004 12:46:57 -0000 Hi, I have a problem since the beginning of the week, my -CURRENT system can't boot since I have a /usr partition and dynamically linked programs are looking for /usr/libexec/ld-elf.so.1. Some programs are called before /usr partition has been mounted (sh, even mount, ...). I have found a workaround for that, launching a /rescue/sh, mounting /usr and replacing /usr/libexec/ld-elf.so.1 symlink with a real copy of ld-elf.so.1, but this is boring to type each time I have to shutdown my computer. CURRENT is dated 07/19/2004. If anyone can help. Best Regards. -- flz