From owner-freebsd-questions@FreeBSD.ORG Tue Jul 26 15:20:29 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0256016A41F for ; Tue, 26 Jul 2005 15:20:29 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from gorgo.centroin.com.br (gorgo.centroin.com.br [200.225.63.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id EDF2B43D72 for ; Tue, 26 Jul 2005 15:20:25 +0000 (GMT) (envelope-from scuba@centroin.com.br) Received: from hypselo.centroin.com.br (hypselo.centroin.com.br [200.225.63.1]) by gorgo.centroin.com.br (8.12.10/8.12.9) with ESMTP id j6QFKMea008034 for ; Tue, 26 Jul 2005 12:20:22 -0300 (EST) Date: Tue, 26 Jul 2005 12:20:22 -0300 (EST) From: Sender: To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Subject: sysctl deadmantimer X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2005 15:20:29 -0000 Hi all, =09In the BSD/OS there is a kernel countdown counter that can be used to reboot the machine in case of lock. It=B4s called deadmantimer. =09I used to put a cron entry to preset this counter every 3 min, so if it goes to zero the server is rebooted. =09In the past it save me some times. =09Is there anything like this in Freebsd? - Marcelo