From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: osstest installed guests have two gettys on hvc0 Date: Wed, 3 Jun 2015 11:21:11 +0100 Message-ID: <1433326871.7108.58.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: xen-devel List-Id: xen-devel@lists.xenproject.org /etc/inittab of the guest contains: 1:2345:respawn:/sbin/getty 38400 hvc0 xc:2345:respawn:/sbin/getty 38400 hvc0 Which makes it impossible to login if you are using osstest to setup your hosts. I think target_kernkind_console_inittab is responsible, and it is a fixup from Lenny/Squeeze which isn't needed on Wheezy. Ian.