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

 --
| Johann Spies Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 "Jesus saith unto him, Thomas, because thou hast seen 
  me, thou hast believed. Blessed are they that have not
  seen, and yet have believed."   John 20:29 


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 atd.pid
-rw-r--r--   1 root root4 Jun  2 18:16 crond.pid
drwxr-xr-x   2 mail mail 1024 May  5 22:59 exim/
-rw-r--r--   1 root root4 Jun  2 18:16 gpm.pid
-rw-r--r--   1 root root4 Jun  2 18:15 inetd.pid
-rw-r--r--   1 root root4 Jun  2 18:15 klogd.pid
-rw-r--r--   1 root root4 Jun  2 18:16 lpd.pid
-rw---   1 root root  512 Jun  2 18:15 random-seed
drwx--   2 root root 1024 Aug 21  1998 sudo/
-rw-r--r--   1 root root4 Jun  2 18:15 syslogd.pid
-rw-r--r--   1 root root 4224 Jun  2 20:05 utmp


I have tried this before.  I still get the same message.  There must be a
file lying somewhere - but I do not know where.


 --
| Johann Spies Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 "If any of you lack wisdom, let him ask of God, that 
  giveth to all men liberally without finding fault, and
  it will be given to him."  James 1:5 


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 Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 "If any of you lack wisdom, let him ask of God, that 
  giveth to all men liberally without finding fault, and
  it will be given to him."  James 1:5 


Re: Removing a pid

1999-06-02 Thread Jonathan D. Proulx

How about:
$ kill `pidof gtt`


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]  |   / /__  / / / \// //_// \ \/ /
|  // /_/ /_/\/ /___/  /_/\_\
http://www.tc.umn.edu/  |
~mich0101   |   ...because lockups are for convicts...

And the beast shall come forth surrounded by a roiling cliud of
vengeance. The house of the unbelievers shall be razed and they shall
be scorched to the earth. Their tags shall blink until the end of
days. -- The Book of Mozilla, 12:10

"One World, One Web, One Program." -- Bill Gates
"Ein Volk, Ein Reich, Ein Fuhrer." -- Adolph Hitler

On Wed, 2 Jun 1999, Clyde Wilson wrote:

> 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 reinstalled it, and the same problem
> > occurs.
> > 
> > > > 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.
> > 
> >  --
> > | Johann Spies Windsorlaan 19  |
> > | [EMAIL PROTECTED]3201 Pietermaritzburg |
> > | Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South 
> > Africa)  |
> >  --
> > 
> >  "If any of you lack wisdom, let him ask of God, that 
> >   giveth to all men liberally without finding fault, and
> >   it will be given to him."  James 1:5 
> > 
> > 
> > 
> > -- 
> > Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> > 
> > 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


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 reinstalled it, and the same problem
> occurs.
> 
> > > 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.
> 
>  --
> | Johann Spies Windsorlaan 19  |
> | [EMAIL PROTECTED]3201 Pietermaritzburg |
> | Tel/Faks Nr. +27 331-46-1310   Suid-Afrika (South 
> Africa)  |
>  --
> 
>  "If any of you lack wisdom, let him ask of God, that 
>   giveth to all men liberally without finding fault, and
>   it will be given to him."  James 1:5 
> 
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


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 
Sent: Wednesday, June 02, 1999 5:13 AM
Subject: Re: Removing a pid


> 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 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.
>
>  -
-
> | Johann Spies Windsorlaan 19
|
> | [EMAIL PROTECTED]3201 Pietermaritzburg
|
> | Tel/Faks Nr. +27 331-46-1310Suid-Afrika (South Africa)  |
>  -
-
>
>  "If any of you lack wisdom, let him ask of God, that
>   giveth to all men liberally without finding fault, and
>   it will be given to him."  James 1:5
>
>
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] <
/dev/null
>
>


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 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.

 --
| Johann Spies Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 "If any of you lack wisdom, let him ask of God, that 
  giveth to all men liberally without finding fault, and
  it will be given to him."  James 1:5 



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 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 root root 1024 May 25 23:16 ../
> -rw-r--r--   1 root root4 Jun  1 16:11 atd.pid
> -rw-r--r--   1 root root4 Jun  1 16:11 crond.pid
> drwxr-xr-x   2 mail mail 1024 May  5 22:59 exim/
> -rw-r--r--   1 root root4 Jun  1 16:11 gpm.pid
> -rw-r--r--   1 root root4 Jun  1 16:11 inetd.pid
> -rw-r--r--   1 root root4 Jun  1 16:11 klogd.pid
> -rw-r--r--   1 root root4 Jun  1 16:11 lpd.pid
> -rw---   1 root root  512 Jun  1 16:11 random-seed
> drwx--   2 root root 1024 Aug 21  1998 sudo/
> -rw-r--r--   1 root root4 Jun  1 16:11 syslogd.pid
> -rw-r--r--   1 root root 4224 Jun  1 17:21 utmp
> 
> Where can I find a pid for gtt?
> 
> Johann
>  --
> | Johann Spies Windsorlaan 19  |
> | [EMAIL PROTECTED]3201 Pietermaritzburg |
> | Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
>  --
> 
>  "Thou will show me the path of life; in thy presence
>   is fullness of joy; at thy right hand there are
>   pleasures for evermore." Psalms 16:11
> 
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

-- 
-
Ralph Winslow [EMAIL PROTECTED]
The IQ of the group is that of the member
whose IQ is lowest  divided by the number
of members.


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 root root 1024 May 25 23:16 ../
-rw-r--r--   1 root root4 Jun  1 16:11 atd.pid
-rw-r--r--   1 root root4 Jun  1 16:11 crond.pid
drwxr-xr-x   2 mail mail 1024 May  5 22:59 exim/
-rw-r--r--   1 root root4 Jun  1 16:11 gpm.pid
-rw-r--r--   1 root root4 Jun  1 16:11 inetd.pid
-rw-r--r--   1 root root4 Jun  1 16:11 klogd.pid
-rw-r--r--   1 root root4 Jun  1 16:11 lpd.pid
-rw---   1 root root  512 Jun  1 16:11 random-seed
drwx--   2 root root 1024 Aug 21  1998 sudo/
-rw-r--r--   1 root root4 Jun  1 16:11 syslogd.pid
-rw-r--r--   1 root root 4224 Jun  1 17:21 utmp


Where can I find a pid for gtt?

Johann
 --
| Johann Spies Windsorlaan 19  |
| [EMAIL PROTECTED]3201 Pietermaritzburg |
| Tel/Faks Nr. +27 331-46-1310 Suid-Afrika (South Africa)  |
 --

 "Thou will show me the path of life; in thy presence 
  is fullness of joy; at thy right hand there are  
  pleasures for evermore." Psalms 16:11