Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!haven!adm!xadmx!SPETTRI%IFIIDG.BITNET@cunyvm.cuny.edu From: SPETTRI%IFIIDG.BITNET@cunyvm.cuny.edu (Memcaraglia Francesco) Newsgroups: comp.unix.wizards Subject: Shared Memory Message-ID: <20787@adm.BRL.MIL> Date: 6 Sep 89 13:32:34 GMT Sender: news@adm.BRL.MIL Lines: 8 I have two shared memory segments I would like to throw away; I tried with ipcrm and I got the expected result, that is after calling ipcs the segments were listed as D..... ( that is to be destroyed after last attach) ; however, after reboot the two segments are again there; closer examination shows that there are attached processes . I do not understand how I can get rid of these segments ? Any suggestion ?