Path: utzoo!utgpu!water!watmath!clyde!rutgers!lll-lcc!ames!husc6!mit-eddie!uw-beaver!ssc-vax!benoni From: benoni@ssc-vax.UUCP (Charles L Ditzel) Newsgroups: comp.sys.apollo Subject: Re: Problem with socket based IPC on Apollo DN3000 Summary: I, too, had problems with sockets on the Apollo Keywords: IPC DN3000 sockets Message-ID: <1610@ssc-vax.UUCP> Date: 12 Jan 88 04:16:27 GMT References: <552@tuvie> Organization: Boeing Aerospace Corp., Seattle WA Lines: 34 In article <552@tuvie>, rzmul2@tuvie (Uni Leoben) writes: > Problem with socket based IPC on Apollo DN3000 > Hi everybody, > I'm posting this for a friend who has no Usenet connection (yet) : ... > The problem is that the example does not run on my DN3000 ... > #include > #include > #include > > main() > { > int sd,ns; .... > > pid = getpid(); > sd = socket(AF_INET,SOCK_DGRAM,IPPROTO_UDP); > /* returns an i/o error already !!! ???? Why? > I tried different combinations */ .... Yes, I too had problems with sockets on a dn3000, I didn't have time to solve the problem (get the uw server running) and I never got back to it (the real world interfered). My dn3000 was running (sr9.6) bsd4.2. The code I was compiling had previously compiled with no problems on a BSD4.3 VAX 11/780. Now that you remind me, I would like to get back to trying to get uw on the Apollo...but it on hinges figuring out why it dies in the same place.