Re: [9fans] ape sockets and plan9

2011-01-01 Thread ron minnich
On Fri, Dec 31, 2010 at 5:36 PM, Fernan Bolando wrote: > rminnich/sysiso ?? > sysfromiso -- the intent of this is to provide an hg tree that is an exact copy of /sys/src and inlcude, so you can build a full / from it. It's interesting to watch the continuing improvements Geoff and others pu

Re: [9fans] ape sockets and plan9

2011-01-01 Thread erik quanstrom
> bitbucket is an easy way for me to get at some of the plan9 bleeding edge, > having multiple points of information does tend to confuse me. > > Here is my current list of bleeding edge links and how i might describe them > rminnich/9vx --- 9vx with rons fixes > yiyus/9vx --- 9vx with yiyus fixes

Re: [9fans] ape sockets and plan9

2010-12-31 Thread Fernan Bolando
On Wed, Dec 29, 2010 at 12:02 PM, ron minnich wrote: > As for 9vx forks on bitbucket: we're all good with hierarchical name > spaces, right? I mean, yiyus/9vx and rminnich/9vx are not the same > thing. I'm not usually in a hurry to pull from yiyus, because I've > felt no urgency to do so, If you

Re: [9fans] ape sockets and plan9

2010-12-28 Thread ron minnich
Sorry, I'm tired, long day, but this discussion is not making sense to me. I hope I don't make anyone mad at me :-) 9vx can accept connections today, with or without the ether device. I've used 9vx to export root file systems to ARMs. It's how I bootstrapped my openrd. Now, there is this business

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Bakul Shah
On Tue, 28 Dec 2010 13:50:03 EST erik quanstrom wrot e: > > > >> > Indeed. Programs under 9vx can make outgoing connections but > > > >> > can't accept incoming ones because it doesn't really create a > > > >> > virtual machine -- 9vx makes the connections on behalf of the > > > > > > > > that's

Re: [9fans] ape sockets and plan9

2010-12-28 Thread erik quanstrom
> > >> > Indeed. Programs under 9vx can make outgoing connections but > > >> > can't accept incoming ones because it doesn't really create a > > >> > virtual machine -- 9vx makes the connections on behalf of the > > > > > > that's wrong. 9vx can accept connections. > > > The original didn't. The

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Bakul Shah
On Tue, 28 Dec 2010 12:41:09 EST "Devon H. O'Dell" wrote: > 2010/12/28 erik quanstrom : > >> On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah > wrote: > >> > On Sat, 25 Dec 2010 17:04:01 GMT "Steve Simon" > wrote: > >> >> I think this is an artifact of 9vx (not 100% sure though), > >> > > >> > Inde

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Devon H. O'Dell
2010/12/28 erik quanstrom : >> On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah >> wrote: >> > On Sat, 25 Dec 2010 17:04:01 GMT "Steve Simon"  wrote: >> >> I think this is an artifact of 9vx (not 100% sure though), >> > >> > Indeed. Programs under 9vx can make outgoing connections but >> > can't acce

Re: [9fans] ape sockets and plan9

2010-12-28 Thread erik quanstrom
> On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah wrote: > > On Sat, 25 Dec 2010 17:04:01 GMT "Steve Simon"  wrote: > >> I think this is an artifact of 9vx (not 100% sure though), > > > > Indeed. Programs under 9vx can make outgoing connections but > > can't accept incoming ones because it doesn't re

Re: [9fans] ape sockets and plan9

2010-12-28 Thread Fernan Bolando
On Sun, Dec 26, 2010 at 3:41 AM, Bakul Shah wrote: > On Sat, 25 Dec 2010 17:04:01 GMT "Steve Simon"  wrote: >> I think this is an artifact of 9vx (not 100% sure though), > > Indeed. Programs under 9vx can make outgoing connections but > can't accept incoming ones because it doesn't really create

Re: [9fans] ape sockets and plan9

2010-12-25 Thread Bakul Shah
On Sat, 25 Dec 2010 17:04:01 GMT "Steve Simon" wrote: > I think this is an artifact of 9vx (not 100% sure though), Indeed. Programs under 9vx can make outgoing connections but can't accept incoming ones because it doesn't really create a virtual machine -- 9vx makes the connections on behalf of

Re: [9fans] ape sockets and plan9

2010-12-25 Thread Steve Simon
I think this is an artifact of 9vx (not 100% sure though), try running 9fx as root on your unix box - though that would more likely solve problems if the port number was < 1024. -Steve

[9fans] ape sockets and plan9

2010-12-24 Thread Fernan Bolando
Hi all what is involved in using APE sockets. Anybody can point me to a documentation or sample code? running the sample code in http://www.linuxhowtos.org/data/6/server.c gives me the following error. term% ./serv ERROR, no port provided term% ./serv 4000 ERROR on accept: Invalid argument I am