From owner-freebsd-current@FreeBSD.ORG Mon Feb 23 04:23:53 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 D129616A4CE for ; Mon, 23 Feb 2004 04:23:53 -0800 (PST) Received: from mailhub01.unibe.ch (mailhub01-skge0.unibe.ch [130.92.9.52]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2D5E43D1D for ; Mon, 23 Feb 2004 04:23:53 -0800 (PST) (envelope-from roth@speedy.unibe.ch) Received: from localhost (scanhub01.unibe.ch [130.92.254.65]) by mailhub01.unibe.ch (Postfix) with ESMTP id 1B73B25BABC for ; Mon, 23 Feb 2004 13:23:52 +0100 (MET) Received: from mailhub01.unibe.ch ([130.92.9.52]) by localhost (scanhub01 [130.92.254.65]) (amavisd-new, port 10024) with LMTP id 31697-02-99 for ; Mon, 23 Feb 2004 13:23:53 +0100 (CET) Received: from asterix.unibe.ch (asterix.unibe.ch [130.92.64.4]) by mailhub01.unibe.ch (Postfix) with ESMTP id B744025BAA7 for ; Mon, 23 Feb 2004 13:23:50 +0100 (MET) Received: from speedy.unibe.ch (speedy [130.92.64.35]) by asterix.unibe.ch (8.11.7p1+Sun/8.11.7) with ESMTP id i1NCNob08809 for ; Mon, 23 Feb 2004 13:23:50 +0100 (MET) Received: (from roth@localhost) by speedy.unibe.ch (8.12.10+Sun/8.12.9/Submit) id i1NCNogd010605 for current@freebsd.org; Mon, 23 Feb 2004 13:23:50 +0100 (MET) Date: Mon, 23 Feb 2004 13:23:50 +0100 From: Tobias Roth To: current@freebsd.org Message-ID: <20040223122350.GA10587@speedy.unibe.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-message-flag: Warning! Using Outlook is insecure and promotes virus distribution. Please use different email client. X-Virus-checked: by University of Berne Subject: rc.d/abi compat ldconfig lacks parameter 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: Mon, 23 Feb 2004 12:23:53 -0000 Hi I am not entirely sure about this, but: In /etc/rc.d/abi we have a line /compat/linux/sbin/ldconfig shouldn't this be /compat/linux/sbin/ldconfig -r /compat/linux instead? i discovered this when booting a machine with a read-only root device and /compat/linux/sbin/ldconfig tried to remove /etc/ld.so.cache~ which it of course couldn't do. greets, t.