Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!princeton!njin!paul.rutgers.edu!makmur From: makmur@paul.rutgers.edu (Hanz Makmur) Newsgroups: comp.protocols.appletalk Subject: Re: aufs signals Message-ID: Date: 8 Apr 91 15:52:21 GMT References: <1991Apr5.235203.5133@ux1.cso.uiuc.edu> Organization: Rutgers Univ., New Brunswick, N.J. Lines: 24 To: alanlevy@ux1.cso.uiuc.edu In article <1991Apr5.235203.5133@ux1.cso.uiuc.edu> alanlevy@ux1.cso.uiuc.edu (Alan Levy) writes: > I was wondering if anyone here could help me. > How can I kill a aufs process? > > Alan Levy > alevy@uiuc.edu The way I would do it normally is: 1. save the atis data base file using the command:atis dump this will save atis database file to /tmp/nis.db 2. then edit the /tmp/nis.db and remove the entry for the aufs 3. then do: atis reload. This will reload atis entry back without the aufs entry 4. look for the process id using: ps -ax |grep aufs 5. kill -9 pid1 pid2 ... this should do what you want without killing atis,lwsrv and other cap process. Have fun Hanz Makmur Rutgers University