From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <006101c15527$8aa46680$411cff87@oemcomputer> From: "rob pike" To: <9fans@cse.psu.edu> References: Subject: Re: [9fans] A small question.. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Sun, 14 Oct 2001 23:14:44 -0400 Topicbox-Message-UUID: 082a22a6-eaca-11e9-9e20-41e7f4b1d025 If you know the PID, just say echo kill > /proc/PID/note a procedure that could be guessed at by saying cat /bin/kill ----- Original Message ----- From: Ish Rattan To: <9fans@cse.psu.edu> Sent: Sunday, October 14, 2001 3:24 PM Subject: [9fans] A small question.. > > How does one get rid of listen process started with > aux/listen -d bin/rc/services > > ps shows it running as > > none 90 ... Sleep listen > > kill listen | rc does not make it go away, I have been rebooting > the machine (but there has to be better way!!). > > Also, I had LaserWriter on a Sparc box used for priting from Plan 9 > box, it is gone now. I have a hpdeskjet-960c under Linux under BSD > type spooler (lpd). I have to type the command > lp -s laser file-to-print > > to get the file printed. The /sys/lib/lp/devices entry for the printer > laser is given below (almos the same as used under Sparc box). > > Any ideas? > > -ishwar > > --- > # 600dpi postscript printer named vogon via BSD LPD printer queue on alice > #vogon printer-room alice vogon - post+600dpi generic lpdspool lpd - - FIFO > laser office 141.209.131.81 laser - post+600dpi+nohead generic lpdspool lpd - - FIFO > --- > >