From owner-freebsd-questions@FreeBSD.ORG Fri Jan 19 08:40:39 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D646816A40F for ; Fri, 19 Jan 2007 08:40:39 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.237]) by mx1.freebsd.org (Postfix) with ESMTP id 9A6AE13C461 for ; Fri, 19 Jan 2007 08:40:39 +0000 (UTC) (envelope-from dominique.goncalves@gmail.com) Received: by wr-out-0506.google.com with SMTP id 71so383571wri for ; Fri, 19 Jan 2007 00:40:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=G2cZfQY69fdQhPTmZp85xdfg69/F7pYBPL7EhOJSufjunQ+EucggFTFLiE3fcvyxP7uImQXRjGXzQepyuq6O9BOV5anWUmhKbTcqelu7FNpgnrmpCsffQsUEzl0p0gltBftV4/e4ffh2uHvxqfVRF+B+0E8hu3RuhW97JIXjfvo= Received: by 10.90.118.12 with SMTP id q12mr2500069agc.1169194499825; Fri, 19 Jan 2007 00:14:59 -0800 (PST) Received: by 10.90.120.20 with HTTP; Fri, 19 Jan 2007 00:14:59 -0800 (PST) Message-ID: <7daacbbe0701190014o1fb3acd9q49fa858331b86993@mail.gmail.com> Date: Fri, 19 Jan 2007 09:14:59 +0100 From: "Dominique Goncalves" To: "=?ISO-8859-1?Q?Peter_Ankerst=E5l?=" In-Reply-To: <45AFF36B.5060800@pean.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <45AFECBB.3020703@calarts.edu> <45AFF36B.5060800@pean.org> Cc: Sean Murphy , freebsd-questions@freebsd.org Subject: Re: disable cntl+alt+del function 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: Fri, 19 Jan 2007 08:40:39 -0000 Hi, On 1/18/07, Peter Ankerst=E5l wrote: > Sean Murphy wrote: > > cntl+alt+del at the console without being logged in reboots the > > server. The server runs through its shutdown procedure and reboots. > > How do I disable this function? > > > You could compile the kernel with: > > options SC_DISABLE_REBOOT > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" > If you don't want to rebuild your kernel, just change this sysctl knob: hw.syscons.kbd_reboot=3D0 You need at least 6.1-RELEASE Hope this helps. Regards. --=20 There's this old saying: "Give a man a fish, feed him for a day. Teach a man to fish, feed him for life."