From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@9fans.net Date: Wed, 7 Nov 2012 16:45:34 +0000 From: Ethan Burns Message-ID: <93233a2a-28f3-4197-8c53-89ed9e42e320@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: Subject: Re: [9fans] multiple acme instances with plan9port Topicbox-Message-UUID: d4aef916-ead7-11e9-9d60-3106f5b1d025 On Wednesday, November 7, 2012 9:55:34 AM UTC-5, Ruslan Khusnullin wrote: > Hi! >=20 >=20 > I'm using acme from plan9port on ubuntu linux. >=20 >=20 > I tried running multiple acmes in Inferno and it works fine, didn't try i= t in Plan9 but guess it works too. >=20 >=20 >=20 >=20 > When I try to start acme (having one instance running) I get an error: >=20 >=20 >=20 > ; /usr/local/plan9/bin/acme >=20 >=20 > 9pserve: announce unix!/tmp/ns.r.:0/acme: Address already in use > acme: can't post service: 9pserve failed >=20 >=20 >=20 > ; namespace > /tmp/ns.r.:0 >=20 >=20 >=20 >=20 >=20 > ; ll `namespace > total 0 > srwxr-xr-x 1 r r 0 Nov =A07 12:23 acme=3D > srwxr-xr-x 1 r r 0 Nov =A07 12:23 plumb=3D > srwx------ 1 r r 0 Nov =A07 12:21 wmii=3D >=20 >=20 > How do you run multiple acme instances with plan9port? Is it possible at = all (considering plan9port lacks true namespaces support)? >=20 >=20 >=20 >=20 > I need more than one acme because I have not very big display (19") but p= lease don't suggest buying a bigger display ;) It's a work around, but when I need multiple acmes I use "ssh -X localhost"= and open an acme from there. Best, Ethan