Xen configuration file generator bug https://www.softaculous.com/board/index.php?tid=6513 <![CDATA[Xen configuration file generator bug]]> https://www.softaculous.com/board/index.php?tid=6513&tpg=1#p24573
Quote From : jevingala February 6, 2015, 11:04 am
Hi,

Please open a support ticket so that we can guide you accordingly and fix your issue.

Regards,
Virtualizor Team.

I think I will not the only person who face the problem ,
since I am still on trial ,
so if possible I rather have answer than open a ticket.

For better explain of the bug ,
here are screen capture for the error.

]]>
Tue, 10 Feb 2015 08:36:22 GMT https://www.softaculous.com/board/index.php?tid=6513&tpg=1#p24573
<![CDATA[Xen configuration file generator bug]]> https://www.softaculous.com/board/index.php?tid=6513&tpg=1#p23953
Please open a support ticket so that we can guide you accordingly and fix your issue.

Regards,
Virtualizor Team.
]]>
Fri, 06 Feb 2015 11:04:40 GMT https://www.softaculous.com/board/index.php?tid=6513&tpg=1#p23953
<![CDATA[Xen configuration file generator bug]]> https://www.softaculous.com/board/index.php?tid=6513&tpg=1#p23927
bootloader = "/usr/bin/pygrub"
name = "v1001"
memory = "512"
hostname = "vps.xxxxxx.com"
cpu_weight = "256"
cpu_cap = "50"
vcpus = "2"
vfb = ["type=vnc,vncdisplay=3,vnclisten=x.x.x.x
,vncpasswd=xxxxxx"]

vif = ["model=e1000, ip=x.x.x.x, vifname=vifv1001.0 , mac=x:x:x:x:x:x" ]
disk = ["phy:/dev/vg_vps08/vsv1001,xvda1,w" , "phy:/dev/vg_vps08/vsv1001swap,xvda2,w"]
root = "/dev/xvda1 ro"
serial = "pty"
keymap = "en-us"

Shuold be like this

bootloader = "/usr/bin/pygrub"
name = "v1001"
memory = "512"
hostname = "vps.xxxxxx.com"
cpu_weight = "256"
cpu_cap = "50"
vcpus = "2"
vfb = ["type=vnc,vncdisplay=3,vnclisten=x.x.x.x,vncpasswd=xxxxxx"]
vif = ["model=e1000, ip=x.x.x.x, vifname=vifv1001.0 , mac=x:x:x:x:x:x" ]
disk = ["phy:/dev/vg_vps08/vsv1001,xvda1,w" , "phy:/dev/vg_vps08/vsv1001swap,xvda2,w"]
root = "/dev/xvda1 ro"
serial = "pty"
keymap = "en-us"
]]>
Thu, 05 Feb 2015 05:47:59 GMT https://www.softaculous.com/board/index.php?tid=6513&tpg=1#p23927
<![CDATA[]]> https://www.softaculous.com/board/index.php?tid=6513&tpg=0#p23926
Yesterday , I installed a new CentOS 6.6 box ,
and installed virtualizor with Xen ,
after I create a new VPS , I found it could not be start due to error ,
I checked the configuration file , /etc/xen/auto/v1001.cfg ,
which was generated by virtualizor , have an error line :

Quote
bootloader = "/usr/bin/pygrub"
name = "v1001"
memory = "512"
hostname = "vps.xxxxxx.com"
cpu_weight = "256"
cpu_cap = "50"
vcpus = "2"
vfb = ["type=vnc,vncdisplay=3,vnclisten=x.x.x.x
,vncpasswd=xxxxxx"]
vif = ["model=e1000, ip=x.x.x.x, vifname=vifv1001.0 , mac=x:x:x:x:x:x" ]
disk = ["phy:/dev/vg_vps08/vsv1001,xvda1,w" , "phy:/dev/vg_vps08/vsv1001swap,xvda2,w"]
root = "/dev/xvda1 ro"
serial = "pty"
keymap = "en-us"


and it should be like this

Quote
bootloader = "/usr/bin/pygrub"
name = "v1001"
memory = "512"
hostname = "vps.xxxxxx.com"
cpu_weight = "256"
cpu_cap = "50"
vcpus = "2"
vfb = ["type=vnc,vncdisplay=3,vnclisten=x.x.x.x,vncpasswd=xxxxxx"]
vif = ["model=e1000, ip=x.x.x.x, vifname=vifv1001.0 , mac=x:x:x:x:x:x" ]
disk = ["phy:/dev/vg_vps08/vsv1001,xvda1,w" , "phy:/dev/vg_vps08/vsv1001swap,xvda2,w"]
root = "/dev/xvda1 ro"
serial = "pty"
keymap = "en-us"

Now I could only use crond scripts to check the problem lines and fix it and get back the VPS could be started ,
I have checked all installation path and could not find the configuration generator scripts and could not fixed the bug ,
any ideas ? Thanks for helping hands.
]]>
Thu, 05 Feb 2015 05:43:33 GMT https://www.softaculous.com/board/index.php?tid=6513&tpg=0#p23926