[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen 2 nics
> Hey All, > > I am trying to get my xen instances to start up with 2 nics. I have > the script in place and I have added it to the hos.cfg file in /etc/xen. > But I keep getting this error. Any ideas? > > Error: Errors were found at line 6 while processing /etc/xen/lvs_u01: > 'bridge=xenbr1' ] > > here is my host.cfg config > name = "lvs_u01" > memory = "256" > disk = [ 'phy:/dev/VolGroup00/lvs-u01,xvda,w', ] > vif = [ 'mac=00:16:3e:77:fd:5a, bridge=xenbr0', ] > 'bridge=xenbr1' ] > vfb = ["type=vnc,vncunused=1"] > uuid = "0f6e4eef-fdba-1375-56bf-2a08728ef939" > bootloader="/usr/bin/pygrub" > vcpus=1 > on_reboot = 'restart' > on_crash = 'restart' > Looks like there is an extra "]" at the end of the "vif = [ 'mac=00:16:3e:77:fd:5a, bridge=xenbr0', ]" line. I'm not sure if the python script handle wrapped parameters like that, but either way you have one too many "]". Ryan _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |