[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] what does this all mean ?



Try 'man 7 signal' .. the man page is in the man7 section that contains all
the good explanations.

This man page describes all of the valid signals that can be sent to
processes. Good to know them if you use UNIX much. Note that they correspond
to numbers as well, so sending:
'killall -1 somepid' is the same as 'killall -HUP somepid', which sends the
SIGHUP signal to the process at somepid as seen in ps output.

SIGUSR1 is for a user defined signal. This tends to be used by processes that
are meant to run in user space, like web servers.  Thomas is completely
accurate in its behavior with httpd.

I hope this helps.

Chris


Thomas wrote:

>  SIGUSR1  is the signal that is sent to the httpd to reload all of its
> config files, and write out all log files (and perhaps some other things)
>
> -Thomas
>
> ----- Original Message -----
> From: "brain_damaged" <brain_damaged@xxxxxxxxxxxxxxxxxxxx>
> To: <cobalt-users@xxxxxxxxxxxxxxx>
> Sent: Thursday, September 27, 2001 9:42 PM
> Subject: [cobalt-users] what does this all mean ?
>
> > Been side tracked and finally looked at the raq2 logs.
> > what does the SIGUSR1 all about ?
> >
> >
> > [Thu Sep 27 16:44:28 2001] [error] [client 62.114.70.80] File does not
> exist: /h
> > ome/sites/home/web/vbrick/VBCAP.pdf
> > [Thu Sep 27 16:44:30 2001] [error] [client 62.114.70.80] File does not
> exist: /h
> > ome/sites/home/web/vbrick/VBCAP.pdf
> > [Thu Sep 27 17:50:57 2001] [error] [client 24.25.74.132] File does not
> exist: /h
> > ome/sites/site2/web/calender.htm
> > [Thu Sep 27 18:05:00 2001] [notice] SIGUSR1 received.  Doing graceful
> restart
> > [Thu Sep 27 18:05:02 2001] [notice] Apache/1.3.3 Cobalt (Unix)  (Red
> Hat/Linux)
> > configured -- resuming normal operations
> > [Thu Sep 27 18:47:39 2001] [error] [client 65.32.106.129] File does not
> exist: /
> > home/sites/site5/web/15A.GIF
> > [Thu Sep 27 18:50:10 2001] [error] [client 65.32.106.129] File does not
> exist: /
> > home/sites/site5/web/15A.GIF
> > [Thu Sep 27 22:02:58 2001] [error] [client 216.93.98.231] File does not
> exist: /
> > home/sites/site2/web/favicon.ico
> > [Fri Sep 28 00:05:00 2001] [notice] SIGUSR1 received.  Doing graceful
> restart
> > [Fri Sep 28 00:05:02 2001] [notice] Apache/1.3.3 Cobalt (Unix)  (Red
> Hat/Linux)
> > configured -- resuming normal operations
> >
> > Thanks
> > Newbie Mark
> >
> > _______________________________________________
> > cobalt-users mailing list
> > cobalt-users@xxxxxxxxxxxxxxx
> > To Subscribe or Unsubscribe, please go to:
> > http://list.cobalt.com/mailman/listinfo/cobalt-users
> >
> >
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users