https://bugzilla.novell.com/show_bug.cgi?id=783847 https://bugzilla.novell.com/show_bug.cgi?id=783847#c5 A R <ar16@imapmail.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from A R <ar16@imapmail.org> 2012-10-09 20:08:53 UTC --- upgrading to rpm -qa | grep ^xen-4 xen-tools-4.2.0_03-209.1.x86_64 xen-libs-4.2.0_03-209.1.x86_64 xen-4.2.0_03-209.1.x86_64 xen-devel-4.2.0_03-209.1.x86_64 rpm -q --changelog xen | head -n 6 * Tue Oct 09 2012 carnold@novell.com - bnc#783847 - Virtualization/xen: Bug Xen 4.2 'xendomins' init <====================== script incorrectly Requires 'xend' service when using 'xl' toolstack init.xendomains @ reboot shutdown -r now ... the launch, without xend, seems OK xl list Name ID Mem VCPUs State Time(s) Domain-0 0 997 4 r----- 38.3 test 1 1024 2 -b---- 5.7 but status-check immediately after boot returns errors systemctl status xendomains.service xendomains.service - LSB: Starts and stops Xen VMs Loaded: loaded (/etc/init.d/xendomains) Active: active (running) since Tue, 09 Oct 2012 12:57:46 -0700; 52s ago Process: 1228 ExecStart=/etc/init.d/xendomains start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/xendomains.service └ 2754 xl -f create --quiet --defconfig /etc/xen/auto/test.cfg Oct 09 12:57:32 server xendomains[1228]: Starting auto Xen domains Oct 09 12:57:34 server logger[2038]: /etc/xen/scripts/block: add XENBUS_PATH=backend/vbd/1/51728 !! Oct 09 12:57:34 server xendomains[1228]: test.cfg: libxl: error: libxl_dm.c:1224:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3) !! Oct 09 12:57:40 server xendomains[1228]: libxl: error: libxl_qmp.c:641:libxl__qmp_initialize: Connection error: Connection refused Oct 09 12:57:40 server logger[2748]: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif0, bridge br0. Oct 09 12:57:40 server xendomains[1228]: Daemon running with PID 2753 Oct 09 12:57:46 server xendomains[1228]: ..done killing the Guest xl destroy 1 xl list Name ID Mem VCPUs State Time(s) Domain-0 0 997 4 r----- 42.2 then starting 'xendomains' launches the Guest systemctl start xendomains.service xl list Name ID Mem VCPUs State Time(s) Domain-0 0 997 4 r----- 43.9 test 2 1024 2 ------ 3.5 and, @ this restarted instance, status-check is OK systemctl status xendomains.service xendomains.service - LSB: Starts and stops Xen VMs Loaded: loaded (/etc/init.d/xendomains) Active: active (running) since Tue, 09 Oct 2012 13:00:47 -0700; 13s ago Process: 5258 ExecStop=/etc/init.d/xendomains stop (code=exited, status=0/SUCCESS) Process: 5420 ExecStart=/etc/init.d/xendomains start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/xendomains.service ├ 5514 /usr/lib/xen/bin/qemu-system-i386 -xen-domid 2 -chardev socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-2,server,nowait -mon chardev=libxl-cmd,mode=control -xen-attach -name test -vnc 127.0.0.1:99,to=99 ... └ 5574 xl -f create --quiet --defconfig /etc/xen/auto/test.cfg Oct 09 13:00:40 server xendomains[5420]: Starting auto Xen domains Oct 09 13:00:42 server logger[5495]: /etc/xen/scripts/block: add XENBUS_PATH=backend/vbd/2/51712 Oct 09 13:00:42 server logger[5570]: /etc/xen/scripts/vif-bridge: Successful vif-bridge online for vif0, bridge br0. Oct 09 13:00:42 server xendomains[5420]: test.cfg: Daemon running with PID 5573 Oct 09 13:00:47 server xendomains[5420]: ..done I've been able to reproduce this behavior across reboots. So, it *does* fix the xend-dependency, but the fix doesn't status-check correctly. -- 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.