From owner-freebsd-questions@FreeBSD.ORG Sat Oct 18 08:25:41 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EF91D1065688 for ; Sat, 18 Oct 2008 08:25:41 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 7A2C48FC23 for ; Sat, 18 Oct 2008 08:25:41 +0000 (UTC) (envelope-from sonic2000gr@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so649566fgb.35 for ; Sat, 18 Oct 2008 01:25:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=7dlQuqqPpO7AfQIfVF4TARsOmtKtwyP3iRtTFJimWJI=; b=CBucqSVlXOfJa2bH+fL4GkbGnmAftAwAbtvPS3hC5b5XPsioW79KkhKlBldZgmH03G 3OgMseGGO9xJRgI/X3NZam+4UhKAY0mN4MfFtOqVz36ZIhrtVU4SDNyZ8fDD8kQmmXru 1ezdVeJo3FCVUp+skKH9JG8anaNHufg6EDn5c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=ahzcTkXLIJ6XyG8N3SjngxaMhxxarq6JjsvaPMYd9lCU6T0fTsHNJ7p1TFee7DM6m6 kl+NpkSVG7n2X0SUWbP28YqF+RftJt3R9qw1EqAgWqibLLlBHOrqAKAOlYa6M7L/J4+v 4cXWDUQXOz5GQSthIhtqc/yVwTBsXJwhdb2rU= Received: by 10.181.197.2 with SMTP id z2mr1872111bkp.65.1224318340203; Sat, 18 Oct 2008 01:25:40 -0700 (PDT) Received: from atlantis.dyndns.org (athedsl-278835.home.otenet.gr [85.73.136.209]) by mx.google.com with ESMTPS id f31sm8097374fkf.0.2008.10.18.01.25.38 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 18 Oct 2008 01:25:39 -0700 (PDT) Message-ID: <48F99D81.5090903@gmail.com> Date: Sat, 18 Oct 2008 11:25:37 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.17 (X11/20081011) MIME-Version: 1.0 To: andrew clarke References: <200810180545.m9I5jY45021678@banyan.cs.ait.ac.th> <48F97D7A.5010303@gmail.com> <48F994A7.8060901@boosten.org> <20081018081246.GA81521@ozzmosis.com> In-Reply-To: <20081018081246.GA81521@ozzmosis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, Peter Boosten Subject: Re: Disable CTRL-ALT-DEL 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: Sat, 18 Oct 2008 08:25:42 -0000 andrew clarke wrote: > On Sat 2008-10-18 09:47:51 UTC+0200, Peter Boosten (peter@boosten.org) wrote: > > >>> http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#CAD-REBOOT >>> >> Hmmm, didn't know about the second one, and doesn't seem to be working >> either (on both 7.0 and 6.3): >> >> sysctl hw.syscons.kbd_reboot=0 >> sysctl: unknown oid 'hw.syscons.kbd_reboot' >> > > That's odd.. > > $ sysctl hw.syscons.kbd_reboot > hw.syscons.kbd_reboot: 1 > > $ uname -a > FreeBSD blizzard.phoenix 6.3-RELEASE-p5 FreeBSD 6.3-RELEASE-p5 #0: Wed > Oct 1 05:34:19 UTC 2008 root@i386-builder. > daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > What about this: [sonic@atlantis:~]$ uname -a FreeBSD atlantis.dyndns.org 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #10: Fri Oct 17 18:31:22 EEST 2008 root@atlantis.dyndns.org:/usr/obj/usr/src/sys/ATLANTIS i386 [sonic@atlantis:~]$ sysctl -a |grep syscons hw.syscons.kbd_debug: 1 hw.syscons.bell: 1 hw.syscons.saver.keybonly: 1 hw.syscons.sc_no_suspend_vtswitch: 0 [sonic@atlantis:~]$ (Actual sources are not yesterdays, I just rebuilt the kernel yesterday)