Path: gmd.de!ira.uka.de!sol.ctr.columbia.edu!howland.reston.ans.net! usenet.ins.cwru.edu!b63519!damien From: damien@b63519 (Damien Neil) Newsgroups: comp.os.linux Subject: SYSV IPC:function not implemented Date: 14 Apr 1993 03:01:04 GMT Organization: Case Western Reserve University, Cleveland, Ohio (USA) Lines: 11 Message-ID: <1qfuph$58c@usenet.INS.CWRU.Edu> Reply-To: d...@po.cwru.edu NNTP-Posting-Host: b63519.student.cwru.edu X-Newsreader: TIN [version 1.1 PL9] I'm trying to get SYSV IPC working on my 0.99.8 kernel. The diffs installed nicely for the most part, and I added the ones that didn't by hand. The kernel compiled without complaint. However, whenever I run a program that uses IPC, I get a `Function not implemented.' error. I'm at a loss. Does anyone have any suggestions? Many thanks! -- Damien Neil d...@po.cwru.edu "Until somebody debugs reality, the best Case Western Reserve University I can do is a quick patch here and there." CMPS/EEAP Linux -- the choice of a GNU generation. - Erik Green
Path: gmd.de!newsserver.jvnc.net!darwin.sura.net!zaphod.mps.ohio-state.edu! cis.ohio-state.edu!skink.cis.ohio-state.edu!balasub From: bala...@skink.cis.ohio-state.edu (Krishna Balasubramanian) Newsgroups: comp.os.linux Subject: Re: SYSV IPC:function not implemented Date: 14 Apr 1993 21:39:00 -0400 Organization: Ohio State Computer Science Lines: 30 Sender: bala...@cis.ohio-state.edu Message-ID: <BALASUB.93Apr14213853@skink.cis.ohio-state.edu> References: <1qfuph$58c@usenet.INS.CWRU.Edu> NNTP-Posting-Host: skink.cis.ohio-state.edu In-reply-to: damien@b63519's message of 14 Apr 1993 03:01:04 GMT In article <1qfuph$...@usenet.INS.CWRU.Edu> damien@b63519 (Damien Neil) writes: I'm trying to get SYSV IPC working on my 0.99.8 kernel. The diffs installed nicely for the most part, and I added the ones that didn't by hand. The kernel compiled without complaint. However, whenever I run a program that uses IPC, I get a `Function not implemented.' error. I'm at a loss. Does anyone have any suggestions? Many thanks! Damien Neil d...@po.cwru.edu For ipcdelta.tar.z 1) The patch in fsync.cd is needed only with linux-0.99.7. Back it out with patch -R if you applied it. 2) The diffs in ipc.cd fail in kernel/sys.c The patch is trying to delete the stub for sys_ipc() present in this file. So edit kernel/sys.c and remove the lines int sys_ipc (void) { return -ENOSYS; } Mail me if you have problems. krishna