From mboxrd@z Thu Jan 1 00:00:00 1970 From: soapcn Subject: Re: Xen4.7 unable to get domain type for domid Date: Tue, 29 Sep 2015 13:43:29 -0400 Message-ID: <560ACDC1.1050205@gmail.com> References: <56096505.3040109@gmail.com> <5609F64F.80609@gmail.com> <20150929125434.GC13821@zion.uk.xensource.com> <560A8B88.4090107@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <560A8B88.4090107@citrix.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: Andrew Cooper , Wei Liu Cc: Meng Xu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org Andrew, Yes, the domain is constructed and I can see it using xl list command. As soon as I unpaused it, it crashed again. Tianyang On 9/29/2015 9:00 AM, Andrew Cooper wrote: > 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