public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* quick question
@  Chuck Hallenbeck
   ` Kerry Hoath
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Chuck Hallenbeck @  UTC (permalink / raw)
  To: Speakup Distribution List

I should know this, but just cannot put my finger on it, or find
where to look it up.

How do I send a process a signal? I want to make a change to
inetd.conf and send inetd the hangup signal SIGHUP so it will
restart without having to reboot. But how do I send it that
signal?

Thanks... I am really drawing a blank on this one.

Chuck


-- 
The Moon is Waxing Crescent (1% of Full)
So visit me sometime at http://www.mhonline.net/~chuckh



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: quick question
   quick question Chuck Hallenbeck
@  ` Kerry Hoath
     ` Chuck Hallenbeck
   ` Shaun Oliver
   ` Joseph C. Lininger
  2 siblings, 1 reply; 15+ messages in thread
From: Kerry Hoath @  UTC (permalink / raw)
  To: speakup

kill -signal process id
kill -1 417
for example (check /var/run/inetd.pid)
or killall -HUP inetd

Regards, Kerry.
On Fri, Jan 03, 2003 at 07:43:10AM -0500, Chuck Hallenbeck wrote:
> I should know this, but just cannot put my finger on it, or find
> where to look it up.
> 
> How do I send a process a signal? I want to make a change to
> inetd.conf and send inetd the hangup signal SIGHUP so it will
> restart without having to reboot. But how do I send it that
> signal?
> 
> Thanks... I am really drawing a blank on this one.
> 
> Chuck
> 
> 
> -- 
> The Moon is Waxing Crescent (1% of Full)
> So visit me sometime at http://www.mhonline.net/~chuckh
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
Kerry Hoath:  kerry@gotss.net kerry@gotss.eu.org or  kerry@gotss.spice.net.au
ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au



^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: quick question
   quick question Chuck Hallenbeck
   ` Kerry Hoath
@  ` Shaun Oliver
     ` Chuck Hallenbeck
     ` Ann Parsons
   ` Joseph C. Lininger
  2 siblings, 2 replies; 15+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

Chuck, try telinit q
That should reread all your init configurations.
Hth


-----Original Message-----
From: speakup-admin@braille.uwo.ca [mailto:speakup-admin@braille.uwo.ca]
On Behalf Of Chuck Hallenbeck
Sent: Friday, 3 January 2003 11:43 PM
To: Speakup Distribution List
Subject: quick question


I should know this, but just cannot put my finger on it, or find where
to look it up.

How do I send a process a signal? I want to make a change to inetd.conf
and send inetd the hangup signal SIGHUP so it will restart without
having to reboot. But how do I send it that signal?

Thanks... I am really drawing a blank on this one.

Chuck


-- 
The Moon is Waxing Crescent (1% of Full)
So visit me sometime at http://www.mhonline.net/~chuckh


_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: quick question
   ` Kerry Hoath
@    ` Chuck Hallenbeck
  0 siblings, 0 replies; 15+ messages in thread
From: Chuck Hallenbeck @  UTC (permalink / raw)
  To: speakup

Of course! Thanks.

On Fri, 3 Jan 2003, Kerry Hoath wrote:

> kill -signal process id
> kill -1 417
> for example (check /var/run/inetd.pid)
> or killall -HUP inetd
>
> Regards, Kerry.
> On Fri, Jan 03, 2003 at 07:43:10AM -0500, Chuck Hallenbeck wrote:
> > I should know this, but just cannot put my finger on it, or find
> > where to look it up.
> >
> > How do I send a process a signal? I want to make a change to
> > inetd.conf and send inetd the hangup signal SIGHUP so it will
> > restart without having to reboot. But how do I send it that
> > signal?
> >
> > Thanks... I am really drawing a blank on this one.
> >
> > Chuck
> >
> >
> > --
> > The Moon is Waxing Crescent (1% of Full)
> > So visit me sometime at http://www.mhonline.net/~chuckh
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
>
>

-- 
The Moon is Waxing Crescent (1% of Full)
So visit me sometime at http://www.mhonline.net/~chuckh



^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: quick question
   ` Shaun Oliver
@    ` Chuck Hallenbeck
       ` Kerry Hoath
       ` Shaun Oliver
     ` Ann Parsons
  1 sibling, 2 replies; 15+ messages in thread
From: Chuck Hallenbeck @  UTC (permalink / raw)
  To: speakup

Thanks, Shaun.

What does that do to any logged in users? Is it transparent to
them?

Chuck


-- 
The Moon is Waxing Crescent (1% of Full)
So visit me sometime at http://www.mhonline.net/~chuckh



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: quick question
     ` Chuck Hallenbeck
@      ` Kerry Hoath
       ` Shaun Oliver
  1 sibling, 0 replies; 15+ messages in thread
From: Kerry Hoath @  UTC (permalink / raw)
  To: speakup

telinit q tells the init process to reread the inittab file.
It does not restart daemons; it tells init to reread inittab.
This can be handy if you have uncommented getty processes
on serial lines or added extra consoles and want init to spawn a getty on
them without a reboot; or you
may have commented some serial lines out and want init to not
allow logins on them anymore.

Regards, Kerry.
On Fri, Jan 03, 2003 at 08:01:20AM -0500, Chuck Hallenbeck wrote:
> Thanks, Shaun.
> 
> What does that do to any logged in users? Is it transparent to
> them?
> 
> Chuck
> 
> 
> -- 
> The Moon is Waxing Crescent (1% of Full)
> So visit me sometime at http://www.mhonline.net/~chuckh
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 

-- 
Kerry Hoath:  kerry@gotss.net kerry@gotss.eu.org or  kerry@gotss.spice.net.au
ICQ: 8226547 msn: kerry@gotss.net Yahoo: kerryhoath@yahoo.com.au



^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: quick question
   ` Shaun Oliver
     ` Chuck Hallenbeck
@    ` Ann Parsons
  1 sibling, 0 replies; 15+ messages in thread
From: Ann Parsons @  UTC (permalink / raw)
  To: speakup

Hi all,

Hey, Chuck, you really should come up on The Reflector, you could get
your answer in two secs probably, although I see that Shaun has
already given you an answer.

Ann P.

-- 
			Ann K. Parsons  
email:  akp@eznet.net 			ICQ Number:  33006854
WEB SITE:  http://home.eznet.net/~akp
"All that is gold does not glitter.  Not all those who wander are lost."  JRRT



^ permalink raw reply	[flat|nested] 15+ messages in thread

* RE: quick question
     ` Chuck Hallenbeck
       ` Kerry Hoath
@      ` Shaun Oliver
  1 sibling, 0 replies; 15+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

Yeah it rereads /etc/inittab but the users wouldn't notice.
Hth


-----Original Message-----
From: speakup-admin@braille.uwo.ca [mailto:speakup-admin@braille.uwo.ca]
On Behalf Of Chuck Hallenbeck
Sent: Saturday, 4 January 2003 12:01 AM
To: speakup@braille.uwo.ca
Subject: RE: quick question


Thanks, Shaun.

What does that do to any logged in users? Is it transparent to them?

Chuck


-- 
The Moon is Waxing Crescent (1% of Full)
So visit me sometime at http://www.mhonline.net/~chuckh


_______________________________________________
Speakup mailing list
Speakup@braille.uwo.ca
http://speech.braille.uwo.ca/mailman/listinfo/speakup




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: quick question
   quick question Chuck Hallenbeck
   ` Kerry Hoath
   ` Shaun Oliver
@  ` Joseph C. Lininger
  2 siblings, 0 replies; 15+ messages in thread
From: Joseph C. Lininger @  UTC (permalink / raw)
  To: speakup

You do this using the kill program.
kill -<signal> <pid>
--
Joseph C. Lininger
jbahm@pcdesk.net
----- Original Message ----- 
From: "Chuck Hallenbeck" <chuckh@mhonline.net>
To: "Speakup Distribution List" <speakup@speech.braille.uwo.ca>
Sent: Friday, January 03, 2003 5:43 AM
Subject: quick question


> I should know this, but just cannot put my finger on it, or find
> where to look it up.
> 
> How do I send a process a signal? I want to make a change to
> inetd.conf and send inetd the hangup signal SIGHUP so it will
> restart without having to reboot. But how do I send it that
> signal?
> 
> Thanks... I am really drawing a blank on this one.
> 
> Chuck
> 
> 
> -- 
> The Moon is Waxing Crescent (1% of Full)
> So visit me sometime at http://www.mhonline.net/~chuckh
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Quick question.
     ` Shaun Oliver
@      ` Gregory Nowak
  0 siblings, 0 replies; 15+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Mail Kirk, and see if he could help. That's weird.
Greg


On Thu, Aug 16, 2001 at 08:27:21PM +1000, Shaun Oliver wrote:
> they all go to shauno@goanna.net.au and I can't unsubscribe it otherwise
> I'll whipe this subscription out.
> 
> 
> shaun..
> 
> FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
> . FEAR: Fear is my alli.
> 
> On Wed, 15 Aug 2001, Chris Nestrud wrote:
> 
> > Look at the headers and see where each mail is addressed. Then
> > unsubscribe whichever address you don't need on the list.
> > 
> > Chris
> > 
> > On Wed, Aug 15, 2001 at 07:52:39PM +1000, Shaun Oliver wrote:
> > > Hi all. I'd just like to know, why I'm getting 2 of the same email from
> > > the speakup mailing list?
> > > I found when I unsubscribed about 5 weeks ago, I was still getting mail
> > > from speakup@braille.uwo.ca but I don't quite get why that is either.
> > > anyway, to cut a long story short, I resubscribed last night,  only to
> > > find tonight, I'm getting 2 of the same email.
> > > 
> > > 
> > > shaun..
> > > 
> > > FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
> > > . FEAR: Fear is my alli.
> > > 
> > > 
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Quick question.
   ` Chris Nestrud
@    ` Shaun Oliver
       ` Gregory Nowak
  0 siblings, 1 reply; 15+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

they all go to shauno@goanna.net.au and I can't unsubscribe it otherwise
I'll whipe this subscription out.


shaun..

FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
. FEAR: Fear is my alli.

On Wed, 15 Aug 2001, Chris Nestrud wrote:

> Look at the headers and see where each mail is addressed. Then
> unsubscribe whichever address you don't need on the list.
> 
> Chris
> 
> On Wed, Aug 15, 2001 at 07:52:39PM +1000, Shaun Oliver wrote:
> > Hi all. I'd just like to know, why I'm getting 2 of the same email from
> > the speakup mailing list?
> > I found when I unsubscribed about 5 weeks ago, I was still getting mail
> > from speakup@braille.uwo.ca but I don't quite get why that is either.
> > anyway, to cut a long story short, I resubscribed last night,  only to
> > find tonight, I'm getting 2 of the same email.
> > 
> > 
> > shaun..
> > 
> > FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
> > . FEAR: Fear is my alli.
> > 
> > 
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* re: Quick question.
   Quick question Gregory Nowak
@  ` Shaun Oliver
  0 siblings, 0 replies; 15+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

it's quite possible.


shaun..

FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
. FEAR: Fear is my alli.

On Wed, 15 Aug 2001, Gregory Nowak wrote:

> Hi Shawn,
> 
> I was wondering where you were.
> Could it be that you're subscribed under the same e-mail twice even though you may have unsubscribed? Just a thought.
> Greg
> 
> 
> 
> > ----- Original Message -----
> >From: Shaun Oliver <shauno@goanna.net.au
> >To: speakup@braille.uwo.ca
> >Date: Wed, 15 Aug 2001 19:52:39 +1000 (EST)
> >Subject: Quick question.
> 
> >Hi all.  I'd just like to know, why I'm getting 2 of the same email from
> >the speakup mailing list?
> >I found when I unsubscribed about 5 weeks ago, I was still getting mail
> >from speakup@braille.uwo.ca but I don't quite get why that is either.
> >anyway, to cut a long story short, I resubscribed last night,  only to
> >find tonight, I'm getting 2 of the same email.
> 
> 
> >shaun..
> 
> >FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
> >.  FEAR: Fear is my alli.
> 
> 
> >_______________________________________________
> >Speakup mailing list
> >Speakup@braille.uwo.ca
> >http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup
> 



^ permalink raw reply	[flat|nested] 15+ messages in thread

* re: Quick question.
@  Gregory Nowak
   ` Shaun Oliver
  0 siblings, 1 reply; 15+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Hi Shawn,

I was wondering where you were.
Could it be that you're subscribed under the same e-mail twice even though you may have unsubscribed? Just a thought.
Greg



> ----- Original Message -----
>From: Shaun Oliver <shauno@goanna.net.au
>To: speakup@braille.uwo.ca
>Date: Wed, 15 Aug 2001 19:52:39 +1000 (EST)
>Subject: Quick question.

>Hi all.  I'd just like to know, why I'm getting 2 of the same email from
>the speakup mailing list?
>I found when I unsubscribed about 5 weeks ago, I was still getting mail
>from speakup@braille.uwo.ca but I don't quite get why that is either.
>anyway, to cut a long story short, I resubscribed last night,  only to
>find tonight, I'm getting 2 of the same email.


>shaun..

>FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
>.  FEAR: Fear is my alli.


>_______________________________________________
>Speakup mailing list
>Speakup@braille.uwo.ca
>http://speech.braille.uwo.ca/mailman/listinfo/speakup




^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Quick question.
   Shaun Oliver
@  ` Chris Nestrud
     ` Shaun Oliver
  0 siblings, 1 reply; 15+ messages in thread
From: Chris Nestrud @  UTC (permalink / raw)
  To: speakup

Look at the headers and see where each mail is addressed. Then
unsubscribe whichever address you don't need on the list.

Chris

On Wed, Aug 15, 2001 at 07:52:39PM +1000, Shaun Oliver wrote:
> Hi all. I'd just like to know, why I'm getting 2 of the same email from
> the speakup mailing list?
> I found when I unsubscribed about 5 weeks ago, I was still getting mail
> from speakup@braille.uwo.ca but I don't quite get why that is either.
> anyway, to cut a long story short, I resubscribed last night,  only to
> find tonight, I'm getting 2 of the same email.
> 
> 
> shaun..
> 
> FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
> . FEAR: Fear is my alli.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 15+ messages in thread

* Quick question.
@  Shaun Oliver
   ` Chris Nestrud
  0 siblings, 1 reply; 15+ messages in thread
From: Shaun Oliver @  UTC (permalink / raw)
  To: speakup

Hi all. I'd just like to know, why I'm getting 2 of the same email from
the speakup mailing list?
I found when I unsubscribed about 5 weeks ago, I was still getting mail
from speakup@braille.uwo.ca but I don't quite get why that is either.
anyway, to cut a long story short, I resubscribed last night,  only to
find tonight, I'm getting 2 of the same email.


shaun..

FEAR: Fear attracts the strong, the weak, the innocent, the corrupt
. FEAR: Fear is my alli.



^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 quick question Chuck Hallenbeck
 ` Kerry Hoath
   ` Chuck Hallenbeck
 ` Shaun Oliver
   ` Chuck Hallenbeck
     ` Kerry Hoath
     ` Shaun Oliver
   ` Ann Parsons
 ` Joseph C. Lininger
  -- strict thread matches above, loose matches on Subject: below --
 Quick question Gregory Nowak
 ` Shaun Oliver
 Shaun Oliver
 ` Chris Nestrud
   ` Shaun Oliver
     ` Gregory Nowak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).