From owner-freebsd-current@FreeBSD.ORG Thu Nov 20 16:42:53 2003 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 309CF16A4CE for ; Thu, 20 Nov 2003 16:42:53 -0800 (PST) Received: from smtp.noos.fr (nan-smtp-18.noos.net [212.198.2.118]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0F2343FDD for ; Thu, 20 Nov 2003 16:42:50 -0800 (PST) (envelope-from boyd@insultant.net) Received: (qmail 1474 invoked by uid 0); 21 Nov 2003 00:42:49 -0000 Received: from unknown (HELO coma) ([81.64.132.185]) (envelope-sender ) by 212.198.2.118 (qmail-ldap-1.03) with SMTP for ; 21 Nov 2003 00:42:49 -0000 Message-ID: <06c201c3afc7$c575f2e0$b9844051@insultant.net> From: "boyd, rounin" To: , "Garance A Drosihn" References: <200311171726.hAHHQ0Mj028252@tower.berklix.org> <3FBD5CCE.40905@acm.org> Date: Fri, 21 Nov 2003 01:38:23 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: bv@wjv.com cc: Julian Stacey cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: /bin and /sbin are now dynamically linked 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: Fri, 21 Nov 2003 00:42:53 -0000 From: "Tim Kientzle" > Many of us here have been hamstrung by systems that didn't > provide a static fallback. I've personally been bitten by > unrecoverable Linux and Solaris systems due to hosed shared > libraries. bingo. a small set of tools will usually save you. vi(1) is out of the question because it is too complex. init, sh, echo, cat, ed, sed, fsck (and 'once upon a time' fsdb) should do it. remove dynamic linking and you remove Yet Another Band-Aid. the kernel should be able to page stuff right which should eliminate the need for this folly.