[437] in arla-drinkers
Re: arla 0.20: getcwd & XFS panics
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Sun Dec 27 23:38:41 1998
From owner-arla-drinkers@stacken.kth.se Mon Dec 28 04:38:40 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 7143 invoked from network); 28 Dec 1998 04:38:39 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 28 Dec 1998 04:38:39 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id FAA18745
for arla-drinkers-list; Mon, 28 Dec 1998 05:33:33 +0100 (MET)
Received: from tweedledumb.cygnus.com (tweedledumb.cygnus.com [192.80.44.1])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id FAA18741
for <arla-drinkers@stacken.kth.se>; Mon, 28 Dec 1998 05:33:28 +0100 (MET)
Received: from kr-pc.cygnus.com (kr-pc.cygnus.com [192.80.44.193])
by tweedledumb.cygnus.com (8.8.5/8.8.5) with ESMTP id XAA04238
for <arla-drinkers@stacken.kth.se>; Sun, 27 Dec 1998 23:33:26 -0500 (EST)
Received: (from raeburn@localhost) by kr-pc.cygnus.com (8.8.8/8.6.9) id XAA21352; Sun, 27 Dec 1998 23:33:24 -0500 (EST)
To: arla-drinkers@stacken.kth.se
Subject: Re: arla 0.20: getcwd & XFS panics
References: <199812260033.TAA00897@rushlight.kf8nh.apk.net>
Mime-Version: 1.0
From: Ken Raeburn <raeburn@raeburn.org>
Date: 27 Dec 1998 23:33:23 -0500
In-Reply-To: "Brandon S. Allbery KF8NH"'s message of "Fri, 25 Dec 1998 19:33:09 -0500"
Message-ID: <tx1k8zc51ik.fsf@raeburn.org>
Lines: 15
User-Agent: Gnus/5.070063 (Pterodactyl Gnus v0.63) Emacs/20.3
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
What about:
ln -f /lib/getcwd.so /lib/getcwd.so.old
cp getcwd.so /lib/getcwd.so.new
mv -f /lib/getcwd.so.new /lib/getcwd.so
?
Then you shouldn't have the intermediate states where there's no
ld.so.preload, or no /lib/getcwd.so; only the before and after states.
(Assuming no one else is updating getcwd.so at the same time, etc.)
Also, if you put the previous recommended directions in a script to
run, there's a very slim chance a process could read ld.so.preload and
then not find /lib/getcwd.so, if it's extremely unlucky.