From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: Xen4.7 unable to get domain type for domid Date: Tue, 29 Sep 2015 14:00:56 +0100 Message-ID: <560A8B88.4090107@citrix.com> References: <56096505.3040109@gmail.com> <5609F64F.80609@gmail.com> <20150929125434.GC13821@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150929125434.GC13821@zion.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu , soapcn Cc: Meng Xu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 29/09/15 13:54, Wei Liu wrote: > On Mon, Sep 28, 2015 at 10:24:15PM -0400, soapcn wrote: > [...] >> domainbuilder: detail: shared_info_x86_64: called >> domainbuilder: detail: vcpu_x86_64: called >> domainbuilder: detail: vcpu_x86_64: cr3: pfn 0x6c0d mfn 0x12c40d >> domainbuilder: detail: launch_vm: called, ctxt=0x7f2c9ae6d004 >> domainbuilder: detail: xc_dom_release: called >> libxl: error: libxl_dom.c:37:libxl__domain_type: unable to get domain type >> for domid=5 >> xl: unable to exec console client: No such file or directory >> libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: console child >> [3755] exited with error status 1 >> > Couldn't think of a reason why this would fail. Is this a freshly > installed Xen? If not, is the previous installation purged? It possibly means the domain has crashed very early after start. Does starting the domain paused (xl create -p) cause it to be constructed correctly? ~Andrew