From owner-freebsd-xen@freebsd.org Fri Jul 17 19:03:01 2015 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E40C09A4D22 for ; Fri, 17 Jul 2015 19:03:01 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from positron.dckd.nl (positron.dckd.nl [IPv6:2a02:898:62:f6::63]) (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 A7F7A11C8 for ; Fri, 17 Jul 2015 19:03:01 +0000 (UTC) (envelope-from jeroen@dckd.nl) Received: from [IPv6:2001:610:6a1::62f8:1dff:fecd:35e6] (unknown [IPv6:2001:610:6a1:0:62f8:1dff:fecd:35e6]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by positron.dckd.nl (Postfix) with ESMTPSA id E1B4415008E for ; Fri, 17 Jul 2015 19:03:09 +0200 (CEST) From: Jeroen van der Ham Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Xen console on 10.1 DomU Message-Id: <4C92646F-4307-4A45-B35E-DFBD09A71313@dckd.nl> Date: Fri, 17 Jul 2015 21:02:57 +0200 To: freebsd-xen@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-Mailer: Apple Mail (2.2102) X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2015 19:03:02 -0000 Hi, What is the current way of getting a xen console on a FreeBSD 10.1 DomU? I=E2=80=99ve been searching on: * https://wiki.freebsd.org/FreeBSD/Xen (reasonably up to date, but has = no info on console) * http://wiki.xen.org (completely outdated, =E2=80=9Cofficial=E2=80=9D = documentation points to installation of FreeBSD 7.2(!)) I found instructions to add a line to /boot/loader.conf = (console=3D"comconsole=E2=80=9D) or a line to /etc/ttys (xc0 "/usr/libexec/getty Pc" vt100 = on secure) But in either case I am getting an error on the Linux Dom0: xenconsole: Could not read tty from store: No such file or directory Is it still possible to get a console from a Linux Dom0? How? What would be the best place to publish instructions for that? Thanks, Jeroen.