From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <20131213173148.GA85777@shells> Date: Sun, 15 Dec 2013 17:33:07 +0100 Message-ID: From: =?UTF-8?B?QmVuY2UgRsOhYmnDoW4=?= To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0117689f14972404ed95402b Subject: Re: [9fans] Can't start multiple copies of acme Topicbox-Message-UUID: 9b5f3bd4-ead8-11e9-9d60-3106f5b1d025 --089e0117689f14972404ed95402b Content-Type: text/plain; charset=UTF-8 I don't say it is very common, but I do run multiple acmes under Plan 9 sometimes. With vastly different name spaces. 2013/12/15 erik quanstrom > On Sun Dec 15 10:23:13 EST 2013, blake@mcbride.name wrote: > > > I checked. The following shell script does the trick: > > > > > > # > > mkdir /tmp/acme-$$ > > NAMESPACE=/tmp/acme-$$ acme "$@" > > this is swimming up stream. acme's model is to run 1 copy of acme, > and edit all files in it. many things, such as plumbing, will work > better with 1 copy of acme. > > by the way, this limitation is p9p specific. but still it's no > fun to have the same file get plumbed to every acme. > > - erik > > --089e0117689f14972404ed95402b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I don't say it is very common, but I do run multiple a= cmes under
Plan 9 sometimes. With vastly different name spaces.


2013/12/15 e= rik quanstrom <quanstro@quanstro.net>
On Sun Dec 15 10:23:13 EST= 2013, blake@mcbride.name wrote:<= br>
> I checked. =C2=A0The following shell script does the trick:
>
>
> #
> mkdir /tmp/acme-$$
> NAMESPACE=3D/tmp/acme-$$ acme "$@"

this is swimming up stream. =C2=A0acme's model is to run 1 copy o= f acme,
and edit all files in it. =C2=A0many things, such as plumbing, will work better with 1 copy of acme.

by the way, this limitation is p9p specific. =C2=A0but still it's no fun to have the same file get plumbed to every acme.

- erik


--089e0117689f14972404ed95402b--