Re: [rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Aleksandr Rybalko
On Tue, 17 Dec 2013 14:03:43 -0800 Maksim Yevmenkin wrote: > Hello Aleksandr > > >> would anyone object to this patch? > > > > It is good idea, but sometimes shutdown sequence longer than some > > H/W watchdogs even support. > > I have one board which can do only 20sec maximum time. > > yes. it

Re: [rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Maksim Yevmenkin
On Tue, Dec 17, 2013 at 2:00 PM, Andriy Gapon wrote: > on 17/12/2013 20:53 Maksim Yevmenkin said the following: >> hello, >> >> would anyone object to this patch? >> >> max >> >> Index: src/etc/rc.d/watchdogd >> === >> --- src/etc/rc.

Re: [rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Maksim Yevmenkin
Hello Allan > I've been seeing an issue where sometimes my system seems to hang after > the shutdown. where not stopping the watchdog might help. I wonder if it > would be best to make some kind of rc.conf variable to allow the user to > opt for one or the other, keeping the current behaviour for

Re: [rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Maksim Yevmenkin
Hello Aleksandr >> would anyone object to this patch? > > It is good idea, but sometimes shutdown sequence longer than some H/W > watchdogs even support. > I have one board which can do only 20sec maximum time. yes. its up to the user to configure appropriate watchdog timeout. this features is mo

Re: [rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Andriy Gapon
on 17/12/2013 20:53 Maksim Yevmenkin said the following: > hello, > > would anyone object to this patch? > > max > > Index: src/etc/rc.d/watchdogd > === > --- src/etc/rc.d/watchdogd (revision 2999) > +++ src/etc/rc.d/watchdogd

[rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Maksim Yevmenkin
hello, would anyone object to this patch? max Index: src/etc/rc.d/watchdogd === --- src/etc/rc.d/watchdogd (revision 2999) +++ src/etc/rc.d/watchdogd (working copy) @@ -39,4 +39,7 @@ pidfile="/var/run/${name}.pid" load_

Re: [rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Allan Jude
On 2013-12-17 16:28, Aleksandr Rybalko wrote: > On Tue, 17 Dec 2013 10:53:02 -0800 > Maksim Yevmenkin wrote: > >> hello, > Hi Maksim! > >> would anyone object to this patch? > It is good idea, but sometimes shutdown sequence longer than some H/W > watchdogs even support. > I have one board which c

Re: [rfc] [patch] do not stop watchdog on shutdown

2013-12-17 Thread Aleksandr Rybalko
On Tue, 17 Dec 2013 10:53:02 -0800 Maksim Yevmenkin wrote: > hello, Hi Maksim! > > would anyone object to this patch? It is good idea, but sometimes shutdown sequence longer than some H/W watchdogs even support. I have one board which can do only 20sec maximum time. > > max > > Index: src/