From owner-freebsd-ports@FreeBSD.ORG Tue Oct 14 16:02:09 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45A43B3E for ; Tue, 14 Oct 2014 16:02:09 +0000 (UTC) Received: from eu1sys200aog128.obsmtp.com (eu1sys200aog128.obsmtp.com [207.126.144.178]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9807CF96 for ; Tue, 14 Oct 2014 16:02:08 +0000 (UTC) Received: from mail-wi0-f172.google.com ([209.85.212.172]) (using TLSv1) by eu1sys200aob128.postini.com ([207.126.147.11]) with SMTP ID DSNKVD1I50t/jLsGFQ35TWuaHJ1AwiNlgxyF@postini.com; Tue, 14 Oct 2014 16:02:08 UTC Received: by mail-wi0-f172.google.com with SMTP id n3so10552600wiv.11 for ; Tue, 14 Oct 2014 09:01:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=Kzi0QtYekE+sFBIHe4JocnMqGh+Bmxj2ViIkUUbeJMw=; b=WhFysSxhpKUoEbpyTV9PC2Cd5jnNZfQ9ljuqnsduy6xNa3oqr3KhnythdDTVJP6QLF SS67DAJn7jf06AKxEfgrBhGMDqznYyTsUtdP2JUNdvrPs/7lquW9lE7PwX5QPbaTbidn 6U5+7rIbgfr5YrqounQxC0fXC8z4E0TcLdlRFReF1yS9si/W23ENgLX8eoR6kjv1lQAE CeNyUyIoi1/bULKwBMmW6XChfxr94P5aD6ZH75QvZ0BRTMw5zZ79hWibCUR0qokSah3b aUqUzaax/biSmr66SgkUACRO39ngcWakMdlp5AAV6ZgHps2KzxI1xsgXwjEUIrLCcdG1 88oQ== X-Received: by 10.180.126.9 with SMTP id mu9mr6159708wib.38.1413298617125; Tue, 14 Oct 2014 07:56:57 -0700 (PDT) X-Gm-Message-State: ALoCoQm8z6VxM5nWz1KyoWDVMtcmQa6cM8hp9dIr6aQI3HXQ8hDQyoWZUrBgzYM+eBlC4e8Goyq9vDolXlmri406jO+Aljq36rU3l+Pzq0G/FomHK0wXVA1kSgKGW5a4vLY4qnYsJ9nlbQBviBe6zB5ODQiwMIzppA== X-Received: by 10.180.126.9 with SMTP id mu9mr6159559wib.38.1413298615752; Tue, 14 Oct 2014 07:56:55 -0700 (PDT) Received: from mech-as221.men.bris.ac.uk (mech-as221.men.bris.ac.uk. [137.222.187.221]) by mx.google.com with ESMTPSA id q9sm46685wix.6.2014.10.14.07.56.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Oct 2014 07:56:54 -0700 (PDT) Received: from mech-as221.men.bris.ac.uk (localhost [127.0.0.1]) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9) with ESMTP id s9EEurQB026764 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 14 Oct 2014 15:56:53 +0100 (BST) (envelope-from mexas@mech-as221.men.bris.ac.uk) Received: (from mexas@localhost) by mech-as221.men.bris.ac.uk (8.14.9/8.14.9/Submit) id s9EEuror026763 for freebsd-ports@freebsd.org; Tue, 14 Oct 2014 15:56:53 +0100 (BST) (envelope-from mexas) Date: Tue, 14 Oct 2014 15:56:53 +0100 (BST) From: Anton Shterenlikht Message-Id: <201410141456.s9EEuror026763@mech-as221.men.bris.ac.uk> To: freebsd-ports@freebsd.org Subject: vt in amd64/10.0-RELEASE-p9 #0? Reply-To: mexas@bris.ac.uk X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2014 16:02:09 -0000 Regarding /usr/ports/UPDATING from 20141001 and 20141003, I'm following instructions but cannot get vt. I've set kern.vty=vt in /boot/loader.conf, but on reboot I get: % sysctl kern.vty sysctl: unknown oid 'kern.vty': No such file or directory and the switching from the graphicsl console to the text does not work. I can type commands blindly, just as described. https://wiki.freebsd.org/Newcons says this should work "in GENERIC on amd64/i386 as of r268045". Perhaps my 10.0-RELEASE-p9 #0 is earlier than that? Please advise Thanks Anton