That's right. But I just pointed the convenience of
setting this behaviour as default. How it is implemented
is really irrelevant. It was just an oppinion.

    Anyway, thanks for your response. I've learned the
command "sysctl" which it was unknown for me.


On Wed, 14 Aug 2002, David Douthitt wrote:

> On Tue, Aug 13, 2002 at 06:56:49PM +0200, Ivan Lloro wrote:
> 
> >     As LEAF is usually used in stand-alone routers-
> > gateways I suggest passing to the kernel the argument
> > "panic=X" by default. "X" is the number of seconds
> > the system will wait before automatically rebooting
> > itself after a kernel panic. I think it's an interesting
> > improvement.
> 
> This is already in the /proc filesystem; Oxygen should already
> be making use of this.
> 
> You can set this up (to reset after two minutes - or 120 seconds -
> for example) without changing kernel parameters one
> of several ways:
> 
> 1. Command:
> 
>     sysctl -w kernel.panic=120
> 
> 2. Control file:
> 
>     echo "kernel.panic=120" >> /etc/sysctl.conf
>     sysctl -p
> 
> 3. /proc filesystem:
> 
>     echo 120 >> /proc/sys/kernel/panic
> 
> The sysctl command should be present in Oxygen, and may not
> be present in other versions.
> 
> 



---8<--------8<---- Cortar por aquí ----8<--------8<---

La vida es como Windows, peta cuando menos te lo esperas.



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to