[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Xen-users] Xen 4.2.1 unable to get domain type for domid
Hi Ian,
I think so!, or sorta =)
To be exact, this is what my build/install steps looked like:
cd xen ./configure vi ./.config # PYTHON_PREFIX_ARG=--install-layout=deb # make world make deb cd ./dist ./install.sh
What do you think?
On Thu, Feb 21, 2013 at 8:10 PM, Ian <murrayie@xxxxxxxxxxx> wrote:
On 21/02/13 15:11, Andrew Eross wrote:
Hi Ian,
Yep, confirmed, exact same images as you:
8525c3e8d6131ae462ba85b935a70bae vmlinuz
f1f36dbfe47ebda085f41394dd079d09 initrd.gz
And I tried a very similar config:
name = "ubuntu-calendar-test"
memory = 1024
disk = ['phy:/dev/mapper/center-calendar,xvda,w']
vif = [ 'mac=00:16:31:55:1c:82' ]
kernel = "/root/ubuntu1204/vmlinuz"
ramdisk = "/root/ubuntu1204/initrd.gz"
vcpus = 2
>
on_crash = 'destroy'
Unfortunately still not able to launch this VM, very strange!
xl create /etc/xen/ubuntu-calendar-test.cfg -c
#
Parsing config from /etc/xen/ubuntu-calendar-test.cfg
Daemon running with PID 28828
xenconsole: Could not read tty from store: No such file or directory
libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: console child [0] exited with error status 2
#
cat /var/log/xen/xl-ubuntu-calendar-test.log
#
Waiting for domain ubuntu-calendar-test (domid 2) to die [pid 27391]
Domain 2 has shut down, reason code 3 0x3
Action for shutdown reason code 3 is destroy
Domain 2 needs to be cleaned up: destroying the domain
Done. Exiting now
#
I am sure I had this once but can't for the life of me remember what was wrong.
You did use... make install-tools PYTHON_PREFIX_ARG= ?
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxx
http://lists.xen.org/xen-users
|