From owner-freebsd-questions@freebsd.org Tue Jul 10 08:25:23 2018 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B6B121030027 for ; Tue, 10 Jul 2018 08:25:23 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BFF489263 for ; Tue, 10 Jul 2018 08:25:22 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 5530161F83 for ; Tue, 10 Jul 2018 15:25:11 +0700 (+07) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1531211110; x=1533025511; bh=ssQvYBNrJYlFJbq6qOr7Yt RDfF1+yUwQ5sO+1aq9aF0=; b=Tn+D/QtT69Lxxx1bYEav9tcLzs5mR9Joj4majp 5hxXyhflrrYSBYA4wQORn5O5OGnLFORe8URz2h4GtarOKu0ibEGBQD8rG+zamuv8 AY9ucIBlB7TGnYHdW18iK06xRlSD4rATYyYExYgiZ0BVipGnfdye/iyEsiqNesDA +1RZQ= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id lH4DFcLY6gyb for ; Tue, 10 Jul 2018 15:25:10 +0700 (+07) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id B4AD061F82 for ; Tue, 10 Jul 2018 15:25:10 +0700 (+07) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id w6A8P93r060215; Tue, 10 Jul 2018 15:25:09 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: freebsd-questions@freebsd.org Subject: Fisable ctrl-alt-del reboot Date: Tue, 10 Jul 2018 15:25:09 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2018 08:25:23 -0000 Hi, I am running a system with FreeBSD and since I updated to 11.1, it seems it ignore the sysctl to disable CTRL+ALT_DEL reboot. Am I the only one to see this behaviour? FreeBSD door.cs.ait.ac.th 11.1-RELEASE-p10 FreeBSD 11.1-RELEASE-p10 #3 r334472: Fri Jun 22 11:03:48 ICT 2018 root@door.cs.ait.ac.th:/usr/obj/usr/src/sys/GENERIC i386 $ sysctl hw.syscons.kbd_reboot hw.syscons.kbd_reboot: 0 $ sysctl -d hw.syscons.kbd_reboot hw.syscons.kbd_reboot: enable keyboard reboot But it can still be rebooted from the keyboard. Am I missing something? Thansk in advance, Olivier --