[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Xen-Tools can't working.
Hello. I installed Xen-tools and want to work with it. It created a config file for mw like below : # # Kernel + memory size # kernel = '/boot/vmlinuz-4.4.7-300.fc23.x86_64' extra = 'elevator=noop' ramdisk = '/boot/initrd.img-4.4.7-300.fc23.x86_64' vcpus = '1' memory = '128' # # Disk device(s). # root = '/dev/xvda2 ro' disk = [ 'file:/home/jason/domains/linux/disk.img,xvda2,w', 'file:/home/jason/domains/linux/swap.img,xvda1,w', ] # # Physical volumes # # # Hostname # name = 'linux' # # Networking # vif = [ 'ip=172.30.9.21 ,mac=00:16:3E:52:EF:69' ] # # Behaviour # _on_poweroff_ = 'destroy' on_reboot = 'restart' on_crash = 'restart' But when I want to launch it then it showed me below error : Parsing config from /etc/xen/linux.cfg xc: error: panic: xc_dom_core.c:208: failed to open file: No such file or directory: Internal error libxl: error: libxl_dom.c:566:libxl__build_pv: xc_dom_ramdisk_file failed: No such file or directory libxl: error: libxl_create.c:1121:domcreate_rebuild_done: cannot (re-)build domain: -3 libxl: info: libxl.c:1698:devices_destroy_cb: forked pid 20575 for destroy of domain 11 Any idea to solve it? _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |