From mboxrd@z Thu Jan 1 00:00:00 1970 From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] /bin/import MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-kfwrsbfmaogjprlqkjhnkegbpw" Message-Id: <20001228144145.AFFDC19A08@mail.cse.psu.edu> Date: Thu, 28 Dec 2000 09:41:44 -0500 Topicbox-Message-UUID: 3e279b14-eac9-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-kfwrsbfmaogjprlqkjhnkegbpw Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit is ar listening on il? --upas-kfwrsbfmaogjprlqkjhnkegbpw Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Thu Dec 28 09:11:19 EST 2000 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Thu Dec 28 09:11:18 EST 2000 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.18.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 7F38E19A0C; Thu, 28 Dec 2000 09:11:08 -0500 (EST) Received: from ar.aichi-u.ac.jp (ar.aichi-u.ac.jp [202.250.160.40]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id C30D7199FF for <9fans@cse.psu.edu>; Thu, 28 Dec 2000 09:10:11 -0500 (EST) From: arisawa@ar.aichi-u.ac.jp To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20001228141011.C30D7199FF@mail.cse.psu.edu> Subject: [9fans] /bin/import Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0 Precedence: bulk Reply-To: 9fans@cse.psu.edu X-Reply-To: arisawa@aichi-u.ac.jp List-Id: Fans of the O/S Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 28 Dec 2000 23:03:02 -0500 Hello Manual says: SYNOPSIS import [ -abcC ] [ -f ] system file [ mountpoint ] that is, `import' allows C option. On the other hand, we will find in /sys/src/cmd/import.c: void main(int argc, char **argv) { char *mntpt; int fd, mntflags; mntflags = MREPL; ARGBEGIN{ case 'a': mntflags = MAFTER; break; case 'b': mntflags = MBEFORE; break; case 'c': mntflags |= MCREATE; break; case 'f': fflag = 1; break; default: usage(); }ARGEND; Is the absence of C option in the source is a simple bug? By the way, it is required as much as 60 sec to connect to my host `ar' from my home plan9 terminal via ISDN line. It seems IL does not reach `ar'. Therefore I am using TCP. term% import tcp!ar /n/kfs /n/ar The connection time is same when I put `f' option to `import' On the other hand, cpu command term% cpu -h tcp!ar -a netkey responds without any delay. Are there any reasons `import' requires much connection time? Kenji Arisawa E-mail: arisawa@aichi-u.ac.jp --upas-kfwrsbfmaogjprlqkjhnkegbpw--