/xen make-routeros-image file-name=asdfg file-size-128
Mikrotik, why is this happening? Are we the users to blame? Has this feature been tested? Can we get a descriptive reason as to why this might be happening?
Is it not better to post problems here (as well as support with Mikrotik) as maybe someday the software will move from (alpha,beta) to stable?Mikrotik, why is this happening? Are we the users to blame? Has this feature been tested? Can we get a descriptive reason as to why this might be happening?
admin@MikroTik] /xen> make-routeros-image file-name=ros32.img file-size=32
failed to copy files to image
[admin@MikroTik] /xen> /
[admin@MikroTik] > file
[admin@MikroTik] /file> print
# NAME TYPE SIZE CREATION-TIME
[admin@MikroTik] /file> ..
[admin@MikroTik] > xen make-routeros-image file-name=ros32.img file-size=64
status: finished
[admin@MikroTik] > xen make-routeros-image file-name=ros32.img file-size=128
failed to create image
[admin@MikroTik] > xen make-routeros-image file-name=ros32.img file-size=128
status: finished
[admin@MikroTik] > xen make-routeros-image file-name=ros32.img file-size=32
failed to create image
[admin@MikroTik] > xen make-routeros-image file-name=ros32.img file-size=32
failed to copy files to image
[admin@MikroTik] > xen make-routeros-image file-name=ros32.img file-size=32
failed to copy files to image
[admin@MikroTik] >
/kvm make-routeros-image file-name=ros-kvm1.img file-size=64
failed to copy files to image
i tried using and still trying to use it. u should try setting memory something like 16MiB or something less untill u see status: running, i have 768MiB RAM for host mikrotik 3.30 and unable to use more than 43MiB for CentOS 5.1 image, it just seems to limit memory usage on something else other than MemoryforMain set to Unlimited.
VmWare Esxi would be best but i tried to be cost efective since i have only need to keep freeradius and mysql services and that is more than enough for xen hypervisoron x86, install 5.8 (or latest ) and try to see if you still have a problem. Then send supout.rif
XEN problems will not be fixed ever.
been there done that (in my case keeping entire lower end server was to much power hungry), and i don't know who made centos image for Xen but there is and error made as module alias for eth0, in /etc/modprobe.conf first line " alias eth0 ne2k-pci" should be "alias eth0 xennet" and if module xennet not found its located in /lib/modules/[uname -r]/kernel/xen/drivers/netfront/xennet.ko just run insmod path_to_xennet.ko and it should load it up and virtual interface is running between virtual machine and mikrotikOS. I know that KVM and hardware virtualisation on any other hypervisor is good performance but not cost effective for some basic services as php,mysql,radius. is there any why to install xen-3.19 on 3.30 system i know it's stupid but there where some npk tools on net to edit npk files signatures , stupid and probably illegal ,as it seems there is only problem with xen package on 3.30, wireless driver is better than on 3.19.Esxi cannot be integrated as part of RouterOS. It is known that free version of Esxi is working ok with RouterOS.