https://bugzilla.novell.com/show_bug.cgi?id=783847 https://bugzilla.novell.com/show_bug.cgi?id=783847#c2 --- Comment #2 from A R <ar16@imapmail.org> 2012-10-08 22:39:40 UTC --- looks good, with an minor 'other bug' glitch ... rpm -qa | grep -i ^xen xen-libs-4.2.0_03-206.2.x86_64 xen-4.2.0_03-206.2.x86_64 xen-tools-4.2.0_03-206.2.x86_64 xen-devel-4.2.0_03-206.2.x86_64 (cref: https://bugzilla.novell.com/show_bug.cgi?id=782835) cd /usr/bin/ wget -k -O ./pygrub-grub-args.patch "http://bugzillafiles.novell.org/attachment.cgi?id=508429" patch -p0 < pygrub-grub-args.patch File pygrub is not a regular file -- can't patch 1 out of 1 hunk ignored -- saving rejects to file pygrub.rej ??? ls -al /usr/bin/pygrub lrwxrwxrwx 1 root root 23 Oct 7 15:20 /usr/bin/pygrub -> ../lib64/xen/bin/pygrub* cd /usr/lib64/xen/bin/ patch -p0 < /usr/bin/pygrub-grub-args.patch patching file pygrub cd /etc/init.d mv xendomains ~/ wget -k -O xendomains "https://bugzilla.novell.com/attachment.cgi?id=508614" chmod +x xendomains xl list Name ID Mem VCPUs State Time(s) Domain-0 0 997 4 r----- 56.7 cat /etc/xen/auto/*cfg name = 'test' builder = 'linux' bootloader = 'pygrub' bootargs = '' ... service xendomains start systemctl status xendomains.service xendomains.service - LSB: Starts and stops Xen VMs Loaded: loaded (/etc/init.d/xendomains) Active: active (running) since Mon, 08 Oct 2012 15:21:47 -0700; 32s ago Process: 5360 ExecStop=/etc/init.d/xendomains stop (code=exited, status=0/SUCCESS) Process: 5391 ExecStart=/etc/init.d/xendomains start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/xendomains.service ├ 5485 /usr/lib/xen/bin/qemu-system-i386 -xen-domid 3 -chardev socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-3,server,nowait -mon chardev=libxl-cmd,mode=control -xen-attach -name test -vnc 127.0.0.1:1,to=1 ... └ 5545 xl -f create --quiet --defconfig /etc/xen/auto/test.cfg Oct 08 15:21:40 server xendomains[5391]: Starting auto Xen domains Oct 08 15:21:42 server logger[5468]: /etc/xen/scripts/block: add XENBUS_PATH=backend/vbd/3/51728 Oct 08 15:21:42 server logger[5542]: /etc/xen/scripts/vif-bridge: Writing backend/vif/3/0/hotplug-status connected to xenstore. Oct 08 15:21:42 server xendomains[5391]: test.cfg: Daemon running with PID 5544 Oct 08 15:21:47 server xendomains[5391]: ..done xl list Name ID Mem VCPUs State Time(s) Domain-0 0 997 4 r----- 68.3 test 3 1024 2 r----- 3.8 chkconfig xendomains on shutdown -r now ... xl list Name ID Mem VCPUs State Time(s) Domain-0 0 997 4 r----- 39.6 test 1 1024 2 -b---- 6.2 ssh test ... test:~ # ps ax | grep xen 12 ? S 0:00 [xenwatch] 13 ? S 0:00 [xenbus] 1502 pts/0 S+ 0:00 grep --color=auto xen -- 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.