https://bugzilla.novell.com/show_bug.cgi?id=782341 https://bugzilla.novell.com/show_bug.cgi?id=782341#c0 Summary: Xen 4.2.x 'xl' toolstack fails to launch Guest; ok with 'xm' Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: All OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Xen AssignedTo: jdouglas@suse.com ReportedBy: ar16@imapmail.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1 After a successful boot to Opensuse 12.2 + Xen 4.2.x, lsb_release -r Release: 12.2 rpm -qa | grep -i xen xen-kmp-default-4.2.0_01_k3.4.6_2.10-202.1.x86_64 xen-doc-html-4.2.0_01-202.1.x86_64 xen-libs-4.2.0_01-202.1.x86_64 patterns-openSUSE-xen_server-12.2-5.5.1.x86_64 kernel-xen-devel-3.4.6-2.10.1.x86_64 xen-4.2.0_01-202.1.x86_64 xen-tools-4.2.0_01-202.1.x86_64 ipset-kmp-xen-6.12_k3.4.6_2.10-2.3.1.x86_64 kernel-xen-3.4.6-2.10.1.x86_64 xen-doc-pdf-4.2.0_01-202.1.x86_64 xen-devel-4.2.0_01-202.1.x86_64 Stopping xendomains & xend service xendomains stop service xend stop ps ax | grep xen 24 ? S 0:00 [xenwatch] 25 ? S 0:00 [xenbus] 1456 ? S< 0:00 [xen_pciback_wor] 1587 ? SL 0:00 /usr/sbin/xenstored --pid-file /var/run/xenstored.pid 1631 ? SLl 0:00 xenconsoled --pid-file=/var/run/xenconsoled.pid 1768 ? Sl 0:00 /usr/lib/xen/bin/qemu-system-i386 -xen-domid 0 -xen-attach -name dom0 -nographic -M xenpv -daemonize -monitor /dev/null 19320 pts/0 S+ 0:00 grep --color=auto xen Using a config that launches without problem using 'xm create ...', cat /etc/xen/vm/test.cfg name = 'test' builder = 'linux' bootloader = '/usr/lib/xen/boot/domUloader.py' bootargs = '--entry=xvda1:vmlinuz-xen,/boot/initrd-xen' disk = [ 'phy:/dev/VG0/boot,xvda,w', 'phy:/dev/VG0/swap,xvdb,w', 'phy:/dev/VG0/root,xvdc,w',] root = '/dev/xvdc1' vif=['mac=00:16:3E:11:01:10,bridge=br01,vifname=vif01,script=/etc/xen/scripts/vif-bridge'] vfb = [ 'type=vnc, vncdisplay=10, vnclisten=127.0.0.1' ] extra = 'textmode=1 xencons=xvc0 noirqdebug elevator=noop' maxmem = 2048 vcpus = 2 localtime = 0 on_shutdown = 'destroy' on_reboot = 'restart' on_crash = 'destroy' Trying the 'xl' toolstack fails, xl create -c /etc/xen/vm/test.cfg Parsing config from /etc/xen/vm/test.cfg libxl: error: libxl_bootloader.c:628:bootloader_finished: bootloader failed - consult logfile /var/log/xen/bootloader.7.log libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: bootloader [19346] exited with error status 1 libxl: error: libxl_create.c:901:domcreate_rebuild_done: cannot (re-)build domain: -3 libxl: error: libxl_dom.c:34:libxl__domain_type: unable to get domain type for domid=7 Unable to attach console libxl: error: libxl_exec.c:118:libxl_report_child_exitstatus: console child [0] exited with error status 1 cat /var/log/xen/bootloader.7.log domUloader usage: domUloader [--output=fd] [--quiet] [--dryrun] [--verbose] [--args] [--help] --entry=dev:kernel[,ramdisk] physdisk [virtdisk] dev format: hd[a-p][0-9]*, xvd[a-p][0-9]*, LVM-vgname-lvname Loader for kernel and (optional) ramdisk from domU filesystem ... (c) 01/2006 Novell Inc License: GNU GPL Author: Kurt Garloff <garloff@suse.de> Atm, I'm not sure if this is an xen/xl or bootloader issue, and bug or config Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.