From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9ab217670812181112q50e2faccu81ba4b60d0aaa53c@mail.gmail.com> Date: Thu, 18 Dec 2008 14:12:05 -0500 From: "Devon H. O'Dell" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <28236d787921cdc523d455f4c8ca6514@quanstro.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9ab217670812181013h1d117a7cm3d6697905ebf3e56@mail.gmail.com> <28236d787921cdc523d455f4c8ca6514@quanstro.net> Subject: Re: [9fans] Help with device and clone? Topicbox-Message-UUID: 68ca04c8-ead4-11e9-9d60-3106f5b1d025 2008/12/18 erik quanstrom : >> Thank you... I think I see the issue now. I'm also enjoying: >> >> 245 /* set up the network so we can talk to >> the venti server */ >> 246 /* this is such a crock. */ >> >> Yes, yes it is... >> >> --dho > > we would all love it if you allowed venti to accept > a fd instead of a tcp connection. Maybe I will try to after I understand this a bit better, because it's still not working, and I'm introduced with a couple of issues that I'm still not coming around with solutions for -- that set-up is a really huge hack. I guess I knew it was like that. It seems to be a chicken-and-egg type problem, which I don't think it is. I can't really kbind("#I", "/net", MAFTER); at the time that I'm calling ethermediumbind -- it's too early for that. At the same time, I can't really move the links and makekprocdev(&ipdevtab); to the area in init0() where kbind()s happen. Maybe I'm missing something totally obvious here, but there must be some way for me to call ethermediumbind() and change its namespace view -- but so far nothing's happening when I add: kbind("#Zplan9/", "/", MAFTER); +kbind("#I", "/net", MAFTER); +kbind("#l0", "/net", MAFTER); kbind("#p", "/proc", MREPL); in init0. --dho