From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Sorace Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: Date: Sat, 15 Sep 2012 14:38:00 -0400 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1486\)) Subject: [9fans] p9p srv files on plan 9 Topicbox-Message-UUID: b9864ac2-ead7-11e9-9d60-3106f5b1d025 i'm certain i've seen this, but i can't reproduce it: is there a method for getting the srv files created by p9p in $namespace mounted under plan9? attempting to do so under drawterm objects "Operation not supported on socket". From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Sat, 15 Sep 2012 11:58:34 -0700 Message-ID: From: Eli Cohen To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=20cf307c9b3e9a946404c9c22000 Subject: Re: [9fans] p9p srv files on plan 9 Topicbox-Message-UUID: b991a692-ead7-11e9-9d60-3106f5b1d025 --20cf307c9b3e9a946404c9c22000 Content-Type: text/plain; charset=ISO-8859-1 Plan9 has Unix socket support in /net right? You'd have to convert the socket to a file in /srv with srv(4) and mount that. On Sep 15, 2012 11:39 AM, "Anthony Sorace" wrote: > i'm certain i've seen this, but i can't reproduce it: is there a > method for getting the srv files created by p9p in $namespace > mounted under plan9? attempting to do so under drawterm > objects "Operation not supported on socket". > > > --20cf307c9b3e9a946404c9c22000 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Plan9 has Unix socket support in /net right?=A0 You'd ha= ve to convert the socket to a file in /srv with srv(4) and mount that.

On Sep 15, 2012 11:39 AM, "Anthony Sorace&q= uot; <a@9srv.net> wrote:
i'm certain i've seen this, but i can't reproduce it: is there = a
method for getting the srv files created by p9p in $namespace
mounted under plan9? attempting to do so under drawterm
objects "Operation not supported on socket".


--20cf307c9b3e9a946404c9c22000-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 19 Sep 2012 12:54:25 +0300 Message-ID: From: Yaroslav To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Subject: Re: [9fans] p9p srv files on plan 9 Topicbox-Message-UUID: ba47e7f4-ead7-11e9-9d60-3106f5b1d025 you may mount it on terminal (9pfuse or so) then access in drawterm under /mnt/term. 2012/9/15 Anthony Sorace : > i'm certain i've seen this, but i can't reproduce it: is there a > method for getting the srv files created by p9p in $namespace > mounted under plan9? attempting to do so under drawterm > objects "Operation not supported on socket".