test
2012-Nov-14 06:03 UTC
xen is too hard to use!!! No document, no support and It waste my 3 days.
ERROR POST operation failed: xend_post: error from xen daemon: (xend.err ''Device 51712 (vbd) could not be connected.\nDevice /dev/dm-7 is mounted in the privileged domain,\nand so cannot be mounted by a guest.'') Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect xen:/// start LogVol00 otherwise, please restart your installation. -------- Forwarding messages -------- From: test <www.ryanliang@126.com> Date: 2012-11-13 23:46:17 To: xen-users@lists.xen.org Subject: Fw:Fwd: Installing XEN on Centos 6.3 X86_64 ... Problem xen not starting...!!!//I have the same problem.... -------- Forwarding messages -------- From: test <www.ryanliang@126.com> Date: 2012-11-13 17:14:18 To: xen-announce@lists.xen.org Subject: Fwd: Installing XEN on Centos 6.3 X86_64 ... Problem xen not starting...!!!//I have the same problem.... http://www.howtoforge.com/forums/showthread.php?t=58226 Hi, I followed tutorial http://www.howtoforge.com/virtualization-with-xen-on-centos-6.2-x86_64-paravirtualization-and-hardware-virtualization To install xen on Centos 6.3 everything is going perfect but, after editing /boot/grub/menu.lst # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/vg_xen-LogVol01 # initrd /initrd-[generic-]version.img #boot=/dev/sdb default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.32.57-2.el6xen.x86_64) root (hd0,0) kernel /xen.gz dom0_mem=1024M cpufreq=xen dom0_max_vcpus=1 dom0_vcpus_pin kernel /vmlinuz-2.6.32.57-2.el6xen.x86_64 ro root=/dev/mapper/vg_xen-LogVol01 rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=vg_xen/LogVol01 rd_LVM_LV=vg_xen/lv_swap rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=128M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet initrd /initramfs-2.6.32.57-2.el6xen.x86_64.img title CentOS (2.6.32-279.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-279.el6.x86_64 ro root=/dev/mapper/vg_xen-LogVol01 rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=vg_xen/LogVol01 rd_LVM_LV=vg_xen/lv_swap rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=128M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet initrd /initramfs-2.6.32-279.el6.x86_64.img when i reboot it is booted with xen kernel but when i run command xm info or xm list showing error " Error: Unable to connect to xend: No such file or diectory. Is xend running " when i run command xend start showing error " xc: error: Could not obtain handle on privileged command interface (2 = No such file or directory): Internal error xend/image.py: Error connecting to hypervisor " ls /proc/xen " ls: cannot access /proc/xen: No such file or directory " added entry in /etc/fstab none /proc/xen xenfs default 0 0 after reboot gives error no such file or directory, lsmod | grep -i xen output: Nothing... modprob xen-evtchn FATAL: Error inserting xen_evtchn (/lib/modules/2.6.32.57-2.el6xen.x86_64/kernel/drivers/xen/xen-evtchn.ko): No such device modprob xen-gntdev FATAL: Error inserting xen_gntdev (/lib/modules/2.6.32.57-2.el6xen.x86_64/kernel/drivers/xen/xen-gntdev.ko): No such device I tried another tutorial https://www.crc.id.au/xen-on-rhel6-scientific-linux-6-centos-6-howto/ it seems like nothing is working for me... Guys... please share your thoughts about this problem... Thank you. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
test
2012-Nov-14 06:05 UTC
Re: xen is too hard to use!!! No document, no support and It waste my 3 days.
I really want to say FUCK!!!! At 2012-11-14 14:03:54,test <www.ryanliang@126.com> wrote: ERROR POST operation failed: xend_post: error from xen daemon: (xend.err ''Device 51712 (vbd) could not be connected.\nDevice /dev/dm-7 is mounted in the privileged domain,\nand so cannot be mounted by a guest.'') Domain installation does not appear to have been successful. If it was, you can restart your domain by running: virsh --connect xen:/// start LogVol00 otherwise, please restart your installation. -------- Forwarding messages -------- From: test <www.ryanliang@126.com> Date: 2012-11-13 23:46:17 To: xen-users@lists.xen.org Subject: Fw:Fwd: Installing XEN on Centos 6.3 X86_64 ... Problem xen not starting...!!!//I have the same problem.... -------- Forwarding messages -------- From: test <www.ryanliang@126.com> Date: 2012-11-13 17:14:18 To: xen-announce@lists.xen.org Subject: Fwd: Installing XEN on Centos 6.3 X86_64 ... Problem xen not starting...!!!//I have the same problem.... http://www.howtoforge.com/forums/showthread.php?t=58226 Hi, I followed tutorial http://www.howtoforge.com/virtualization-with-xen-on-centos-6.2-x86_64-paravirtualization-and-hardware-virtualization To install xen on Centos 6.3 everything is going perfect but, after editing /boot/grub/menu.lst # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/vg_xen-LogVol01 # initrd /initrd-[generic-]version.img #boot=/dev/sdb default=0 timeout=5 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title CentOS (2.6.32.57-2.el6xen.x86_64) root (hd0,0) kernel /xen.gz dom0_mem=1024M cpufreq=xen dom0_max_vcpus=1 dom0_vcpus_pin kernel /vmlinuz-2.6.32.57-2.el6xen.x86_64 ro root=/dev/mapper/vg_xen-LogVol01 rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=vg_xen/LogVol01 rd_LVM_LV=vg_xen/lv_swap rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=128M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet initrd /initramfs-2.6.32.57-2.el6xen.x86_64.img title CentOS (2.6.32-279.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-279.el6.x86_64 ro root=/dev/mapper/vg_xen-LogVol01 rd_NO_LUKS LANG=en_US.UTF-8 rd_LVM_LV=vg_xen/LogVol01 rd_LVM_LV=vg_xen/lv_swap rd_NO_MD SYSFONT=latarcyrheb-sun16 crashkernel=128M KEYBOARDTYPE=pc KEYTABLE=us rd_NO_DM rhgb quiet initrd /initramfs-2.6.32-279.el6.x86_64.img when i reboot it is booted with xen kernel but when i run command xm info or xm list showing error " Error: Unable to connect to xend: No such file or diectory. Is xend running " when i run command xend start showing error " xc: error: Could not obtain handle on privileged command interface (2 = No such file or directory): Internal error xend/image.py: Error connecting to hypervisor " ls /proc/xen " ls: cannot access /proc/xen: No such file or directory " added entry in /etc/fstab none /proc/xen xenfs default 0 0 after reboot gives error no such file or directory, lsmod | grep -i xen output: Nothing... modprob xen-evtchn FATAL: Error inserting xen_evtchn (/lib/modules/2.6.32.57-2.el6xen.x86_64/kernel/drivers/xen/xen-evtchn.ko): No such device modprob xen-gntdev FATAL: Error inserting xen_gntdev (/lib/modules/2.6.32.57-2.el6xen.x86_64/kernel/drivers/xen/xen-gntdev.ko): No such device I tried another tutorial https://www.crc.id.au/xen-on-rhel6-scientific-linux-6-centos-6-howto/ it seems like nothing is working for me... Guys... please share your thoughts about this problem... Thank you. _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users