From owner-freebsd-stable@FreeBSD.ORG Tue Oct 14 18:41:12 2014 Return-Path: Delivered-To: freebsd-stable@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 35ADEB9F for ; Tue, 14 Oct 2014 18:41:12 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02AE35E2 for ; Tue, 14 Oct 2014 18:41:11 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id uq10so18382295igb.4 for ; Tue, 14 Oct 2014 11:41:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=BPuAXz3gnDIH0Z6vLvwKeokt5jUIkmLgPmbQBOO9Hm8=; b=gyMH51Z/BbRSvwvtqfjCOkC5TK2Vsl4Jt9n7+3JqZjy1Kfm6Ly2vX2xOZo5R8x7hm8 AkfXk0sI0lbVKCwCt1y9QAR8P9wSqsmMZXoj3/M1sLLFtBXj11fmX3uyZGxZmSVB75Bs xzqsGkpc+pgQJh4gz23Me+oolMrH2q2zKJUIGoJNXNG1qtxz2H/i6gJoPjopkWMn48A5 I5NxBi0Y3ekoKn4t5wdzXoje2RmStb3jmXt+WhyiB+0FiTEMg8tonqMQULgTICyxHhgm MeLfzG2v8ODNQMELJXvGDTglMbdvfM+m8Bdjn6PmrNfjtR7TU1P15QWZuNrGlKua36te pGYw== MIME-Version: 1.0 X-Received: by 10.43.75.138 with SMTP id za10mr6731327icb.23.1413312071316; Tue, 14 Oct 2014 11:41:11 -0700 (PDT) Sender: kob6558@gmail.com Received: by 10.107.11.141 with HTTP; Tue, 14 Oct 2014 11:41:11 -0700 (PDT) In-Reply-To: <201410141456.s9EEuror026763@mech-as221.men.bris.ac.uk> References: <201410141456.s9EEuror026763@mech-as221.men.bris.ac.uk> Date: Tue, 14 Oct 2014 11:41:11 -0700 X-Google-Sender-Auth: 269uYBzyy36DiDuuQ4yV7jUIt9M Message-ID: Subject: Re: vt in amd64/10.0-RELEASE-p9 #0? From: Kevin Oberman To: mexas@bris.ac.uk Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: FreeBSD-STABLE Mailing List X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2014 18:41:12 -0000 On Tue, Oct 14, 2014 at 7:56 AM, Anton Shterenlikht wrote: > 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 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > Not sure what this is doing in ports as it is a kernel issue. It belongs on stale. 10.0 does not include vt(4). It was added shortly after the 10.0 release. The various "-p" releases only contain security patches, not functional updates. To get vt(4), you will need to either update to a STABLE after the specified revision or update to 10.1-RC2. I'd recommend the latter as it can be fairly quickly accomplished, especially if you are running GENERIC. Or wait for 10.1-RELEASE which is PROBABLY not far off. freebsd-update upgrade -r 10.1-RC2 Go over the edits to etc (this can be a bit of a pain as the merge editing is just done with vi) freebsd-update install reboot (does not need to be to single user) freebsd-update install The upgrade will make several thousand patches, so it does take a while to run, but you can just leave it alone for the time it takes to run and your system is fully functional during that time. When it is finished, it prints out instructions for how to proceed. It may recommend re-installing all packages, but that is almost certainly not required as no system shareables have had versions updated. You will need to re-install any packages that provide kernel modules, though. -- R. Kevin Oberman, Network Engineer, Retired E-mail: rkoberman@gmail.com