[420] in arla-drinkers
Re: problem in ARLA FreeBSD installation instructions
daemon@ATHENA.MIT.EDU (Assar Westerlund)
Mon Dec 14 15:20:54 1998
From owner-arla-drinkers@stacken.kth.se Mon Dec 14 20:20:53 1998
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 8920 invoked from network); 14 Dec 1998 20:20:52 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 14 Dec 1998 20:20:52 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id VAA23949
for arla-drinkers-list; Mon, 14 Dec 1998 21:14:58 +0100 (MET)
Received: from assaris.sics.se (assaris.sics.se [193.10.66.108])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id VAA23944
for <arla-drinkers@stacken.kth.se>; Mon, 14 Dec 1998 21:14:55 +0100 (MET)
Received: (from assar@localhost) by assaris.sics.se (8.9.1/8.7.3) id VAA02563; Mon, 14 Dec 1998 21:16:06 +0100 (CET)
To: "Todd A. Rannow" <rannow@networkcs.com>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: problem in ARLA FreeBSD installation instructions
References: <3.0.5.32.19981214125721.009b3760@us.networkcs.com>
Mime-Version: 1.0 (generated by tm-edit 7.68)
Content-Type: text/plain; charset=US-ASCII
From: Assar Westerlund <assar@sics.se>
Date: 14 Dec 1998 21:14:12 +0100
In-Reply-To: "Todd A. Rannow"'s message of "Mon, 14 Dec 1998 12:57:21 -0600"
Message-ID: <5logp6iiqz.fsf@assaris.sics.se>
Lines: 29
X-Mailer: Gnus v5.5/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
"Todd A. Rannow" <rannow@networkcs.com> writes:
> The instructions in the INSTALL file for FreeBSD are wrong if this is a
> first time start up of arla. The modload must be done the first time
> so that the /dev/xfs0 will be created.
Thanks for your comments. I have done the following change to
INSTALL.
/assar
Index: INSTALL
===================================================================
RCS file: /usr/local/cvsroot/arla/INSTALL,v
retrieving revision 1.46
diff -u -w -u -w -r1.46 INSTALL
--- INSTALL 1998/12/06 21:16:47 1.46
+++ INSTALL 1998/12/14 20:12:09
@@ -136,7 +136,10 @@
FreeBSD
-Do like in {Net|Open} except for doing the modload you can just do:
+Do like in {Net|Open} except that after the first time (when /dev/xfs0
+exists) you can skip the modload since the module with automatically
+be loaded by mount_xfs assuming you have copied xfs_mod.o to /lkm with
+something like the following commands:
mkdir /lkm
cp /usr/arla/bin/xfs_mod.o /lkm/xfs_mod.o