Re: Removing a pid

1999-06-03 Thread Johann Spies at Johann
On Wed, 2 Jun 1999, Clyde Wilson wrote: Try ps auxw | grep gtt bash-2.02$ ps auxw | grep gtt jhspies462 0.0 0.7 1196 492 ? S20:05 0:00 grep gtt bash-2.02$ -- | Johann Spies

Re: Removing a pid

1999-06-03 Thread Johann Spies at Johann
On Wed, 2 Jun 1999, Ares wrote: Either that or look under /var/run for a file like gtt.pid. bash-2.02$ l /var/run total 17 drwxr-xr-x 4 root root 1024 Jun 2 19:58 ./ drwxr-xr-x 18 root root 1024 May 25 23:16 ../ -rw-r--r-- 1 root root4 Jun 2 18:16

Re: Removing a pid

1999-06-03 Thread Johann Spies at Johann
On Wed, 2 Jun 1999, Jonathan D. Proulx wrote: How about: $ kill `pidof gtt` The problem is that pidof gtt shows nothing. $ pidof gtt $ $ kill `pidof gtt` kill: usage: kill [-s sigspec | -n signum | -sigspec] [pid | job]... or kill -l [sigspec] Johann

Re: Removing a pid

1999-06-02 Thread Ralph Winslow
When Johann Spies at Johann wrote, I replied: Try ps ax | grep gtt | grep -v grep I have this (or something very like) as ~/bin/px and use it often. When I try to run gtt(from gnome) I get the message : There seems to be another GtimeTracker running. Please remove the pid if that is not

Re: Removing a pid

1999-06-02 Thread Johann Spies at Johann
On Tue, 1 Jun 1999, Ralph Winslow wrote: When Johann Spies at Johann wrote, I replied: Try ps ax | grep gtt | grep -v grep I have tried that. It shows nothing. I have also removed gnome-utils and reinstalled it, and the same problem occurs. When I try to run gtt(from gnome) I get

Re: Removing a pid

1999-06-02 Thread Jim B
Perhaps you have a left-over .pid file in /var/run/ . - Original Message - From: Johann Spies at Johann [EMAIL PROTECTED] To: Ralph Winslow [EMAIL PROTECTED] Cc: Debian-poslys debian-user@lists.debian.org Sent: Wednesday, June 02, 1999 5:13 AM Subject: Re: Removing a pid On Tue, 1 Jun

Re: Removing a pid

1999-06-02 Thread Clyde Wilson
Try ps auxw | grep gtt On Wed, 2 Jun 1999, Johann Spies at Johann wrote: On Tue, 1 Jun 1999, Ralph Winslow wrote: When Johann Spies at Johann wrote, I replied: Try ps ax | grep gtt | grep -v grep I have tried that. It shows nothing. I have also removed gnome-utils and

Re: Removing a pid

1999-06-02 Thread Ares
Either that or look under /var/run for a file like gtt.pid. JDM Jason D. Michaelson | Debian GNU/ o http://www.debian.org [EMAIL PROTECTED] | _ [EMAIL PROTECTED] |/ /_ _ _ _ __ __ [EMAIL PROTECTED] | / /__ / / / \// //_//

Re: Removing a pid

1999-06-02 Thread Jonathan D. Proulx
How about: $ kill `pidof gtt`

Removing a pid

1999-06-01 Thread Johann Spies at Johann
When I try to run gtt(from gnome) I get the message : There seems to be another GtimeTracker running. Please remove the pid if that is not correct. I cannot find a pid for gtt. The /var/run directory looks like this: drwxr-xr-x 4 root root 1024 Jun 1 16:29 ./ drwxr-xr-x 18