Re: [9fans] Help with device and clone?

2008-12-19 Thread Devon H. O'Dell
Meh, I keep forgetting to hit reply-all or something. 2008/12/19 erik quanstrom quans...@quanstro.net: That's where I was looking initially -- it looks like that's all only done when you're connecting to a venti, and it seems like it definitely happens after the links run anyway. Links happen

Re: [9fans] Help with device and clone?

2008-12-19 Thread erik quanstrom
i did get the original. - erik

Re: [9fans] Help with device and clone?

2008-12-18 Thread Devon H. O'Dell
The link routines happen very early, before any user code has run. /lib/namespace is processed by user code. So when the links are running, I think it is simply that there is nothing bound to /net. Russ Thank you... I think I see the issue now. I'm also enjoying: 245

Re: [9fans] Help with device and clone?

2008-12-18 Thread 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

Re: [9fans] Help with device and clone?

2008-12-18 Thread Devon H. O'Dell
2008/12/18 erik quanstrom quans...@quanstro.net: 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

[9fans] Help with device and clone?

2008-12-17 Thread Devon H. O'Dell
I really am getting to the deep guts of dev.c and chan.c here in debugging why when ip/ipconfig tries to open /net/ether0/clone, it's getting Enotfound. From my latest commit: Fix some stuff with the ether controller attaching. It attaches now, but for some reason clone screws up. I have no idea