Re: SIGHUP signal

2014-02-15 Thread Kevin Korb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Except that rsyncd can also run via an ssh session. Programs that do so are supposed to exit when they receive a HUP signal. On 02/15/2014 07:47 PM, Perry Hutchison wrote: > Paul Slootman wrote: > >> On Sat 15 Feb 2014, Perry Hutchison wrote: >>> H

Re: SIGHUP signal

2014-02-15 Thread Perry Hutchison
Paul Slootman wrote: > On Sat 15 Feb 2014, Perry Hutchison wrote: > > Hiroyuki Ikegami wrote: > > > 2014-02-15 7:39 GMT+09:00 Grozdan : > > > > Yesterday, I changed my rsyncd.conf file to add one more module to it. > > > > Then I sent a kill -HUP $pid signal to rsync running in daemon mode, > >

Re: SIGHUP signal

2014-02-15 Thread Grozdan
On Sat, Feb 15, 2014 at 10:19 AM, Paul Slootman wrote: > On Sat 15 Feb 2014, Perry Hutchison wrote: >> Hiroyuki Ikegami wrote: >> > 2014-02-15 7:39 GMT+09:00 Grozdan : >> > > Yesterday, I changed my rsyncd.conf file to add one more module to it. >> > > Then I sent a kill -HUP $pid signal to rsync

Re: SIGHUP signal

2014-02-15 Thread Paul Slootman
On Sat 15 Feb 2014, Perry Hutchison wrote: > Hiroyuki Ikegami wrote: > > 2014-02-15 7:39 GMT+09:00 Grozdan : > > > Yesterday, I changed my rsyncd.conf file to add one more module to it. > > > Then I sent a kill -HUP $pid signal to rsync running in daemon mode, > > > but what gives? It just died so

Re: SIGHUP signal

2014-02-15 Thread Perry Hutchison
Hiroyuki Ikegami wrote: > 2014-02-15 7:39 GMT+09:00 Grozdan : > > Yesterday, I changed my rsyncd.conf file to add one more module to it. > > Then I sent a kill -HUP $pid signal to rsync running in daemon mode, > > but what gives? It just died so I had to start it up again. I though > > sending a H

Re: SIGHUP signal

2014-02-14 Thread Hiroyuki Ikegami
Hi, I'm also new. Hello to all. Many softwares catches SIGHUP as a trigger to reload configurations. But it is a kind of software design. If the programmer does not want to write signal handling code, the programs received HUP just dies. So you should read a document to know what will be happene

SIGHUP signal

2014-02-14 Thread Grozdan
Hi, I'm new to the list so excuse me if this question has been asked before. Yesterday, I changed my rsyncd.conf file to add one more module to it. Then I sent a kill -HUP $pid signal to rsync running in daemon mode, but what gives? It just died so I had to start it up again. I though sending a H