From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wright Subject: Re: Unable to bring up Mini-OS on x86_64 Date: Tue, 16 May 2006 14:05:04 -0700 Message-ID: <20060516210504.GD2724@moss.sous-sol.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Puthiyaparambil, Aravindh" Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org > xenbox:~/xen/xen-unstable/extras/mini-os # xm create domain_config Using config file "domain_config". > Error: I got this as well with Linux a few days ago after a pull and rebuild. Fix for me was a clean slate, rebuild must've had a bad dependency somehwere. So a simple: make -C tools clean && make -C tools && sudo make -C tools install fixed it. I didn't actually have the time to track the dependency breakage in tools/ thanks, -chris