From owner-freebsd-xen@FreeBSD.ORG Mon Dec 27 17:17:35 2010 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88F79106566B for ; Mon, 27 Dec 2010 17:17:35 +0000 (UTC) (envelope-from gaubrig@yahoo.com) Received: from web114705.mail.gq1.yahoo.com (web114705.mail.gq1.yahoo.com [98.136.183.132]) by mx1.freebsd.org (Postfix) with SMTP id 1AFAC8FC0A for ; Mon, 27 Dec 2010 17:17:34 +0000 (UTC) Received: (qmail 32495 invoked by uid 60001); 27 Dec 2010 16:50:54 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1293468654; bh=g7tLAp7GclgliUc7TdzQblitfYhujMUZjIkH/zRaRqY=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=tXT9CxqCwPVx7qOh7ndUv+9AFTjeFKs51DetfD987EdHH826n7NtW8BOAmggHc8IzqKdFg7+JPfD+z7C3eoTVwghRuf/E0AMFDZSBUtmZfP/NEja9JZGtDdk9UZVv6wmWXkFO6XH/LXGpsuFFDRIntRxs7c0P63DQUGENQCp0Ls= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=vYQbTAmvFK4lJthJSpN4T67rNv0yP00q1A90jo+AYZyaTcwhRjILFzxaI9QTfUDn0bsWBcLErfKLH19TvmuLg1aSg6DQq0WIjsUI6oN6mNgKCg276odtqZX79AJuEy0do60KxkeKVoE+SrAmdAbNNTre6pex60G+wAe/oyMXYWQ=; Message-ID: <302000.30246.qm@web114705.mail.gq1.yahoo.com> X-YMail-OSG: qTvM58MVM1kx31e_6HhmzXx9faeXhKUUcBMnqTD9gFAdMZI 4WFDXrG6NH8fh244bIaV9kW_hr_1uUhNqNczHm0aqU3.9vJeZTKk1mfrOC0n 3GJn3EkMlzTOdBpNp6ra3xi7jFTEWQbUBAkMEgdRXYD38JcvnKM30flC98sE QVow9eApycdVfQzaTLexWwSMpYIcinsDMHHjMILhU8g2FjDBc8lzjC.YEqif EOwt0ajUx_xeWvEqxdYc8DskMezbicyvd9E2Mxmb8jjfEKnZYZjbeeEDRbpP pZWjvPbdAdkZhYuJeXAMNb0E_4w9MyxJMcccOOlfJ5i5utOUxWJ8cmgvcsyr 6YGDq3Bh2PyQT5AhAGM2i3wCOoiOP0pj4wCRg7jlZPEsJ7CXyxnWGSk2s3x3 ez3WgYF2VWNo- Received: from [218.186.12.227] by web114705.mail.gq1.yahoo.com via HTTP; Mon, 27 Dec 2010 08:50:54 PST X-Mailer: YahooMailRC/553 YahooMailWebService/0.8.107.285259 Date: Mon, 27 Dec 2010 08:50:54 -0800 (PST) From: Gaurang Pandya To: freebsd-xen@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: FreeBSD DomU over NetBSD Dom0 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 27 Dec 2010 17:17:35 -0000 Hi, I am having following two issues..with above stated setup... When I boot the FreeBSD DomU, the boot halts..at following prompt.. init: can't exec /bin/sh for /etc/rc: Input/output error Enter full pathname of shell or RETURN for /bin/sh I have created DomU Image as given in http://forums.freebsd.org/showthread.php?t=10268. The same image works well under CentOS Dom0 Also, am getting.. [XEN] hypervisor wallclock nudged; nudging TOD. message continuously.. any idea to fix these? Gaurang.