From owner-freebsd-xen@FreeBSD.ORG Tue Aug 27 08:37:12 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4A3EE920 for ; Tue, 27 Aug 2013 08:37:12 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id 103E4268F for ; Tue, 27 Aug 2013 08:37:11 +0000 (UTC) Received: from Mail-PC.tdx.co.uk (storm.tdx.co.uk [62.13.130.251]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3/) with ESMTP id r7R8b4Lf084081 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 27 Aug 2013 09:37:04 +0100 (BST) Date: Tue, 27 Aug 2013 09:37:06 +0100 From: Karl Pielorz To: Ederson de Moura , Sergey Kandaurov Subject: Re: [FreeBSD 9.1 and XenServer 5.6.0] Message-ID: <5CF16D18E795801142336E70@Mail-PC.tdx.co.uk> In-Reply-To: References: X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: freebsd-xen@freebsd.org X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 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: Tue, 27 Aug 2013 08:37:12 -0000 --On 26 August 2013 12:21 -0300 Ederson de Moura wrote: > Hi, > > Karl: Is no media in the driver, the iso image was also removed! still the > problem persists. > > Sergey: The problem remains, did the change in "/etc/ttys" as described > here: > > http://wiki.sysconfig.org.uk/display/howto/Xen+FreeBSD+8.2+DomU+%28PV%29+ > --+Step+by+Step+Howto > > But when I reboot, the system hangs at the same stage. It still sounds like it might be the same problem - even just having the CDROM drive "available" (with no media mounted) for the VM caused it to hang, in the end I had to log into the XenServer console and use 'xe vbd-destroy uuid= UUID of the CDROM for my VM' to actually remove the CDROM from the VM. On my system if the kernel came up and showed a CDROM even being detected (regardless of if it had media in it or not) - it didn't boot. The only way to boot it was to remove the CDROM from the VM completely (so it doesn't show as detected by the kernel). -Karl