[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] DomU fails to start
On Thu, Apr 8, 2010 at 7:27 PM, Tapas Mishra <mightydreams@xxxxxxxxx> wrote: > I installed DomU via debootstrap giving path to locally mounted CD > openworld:~# xen-create-image --hostname=vignettes --size=150Gb > --swap=4Gb --ip=192.168.100.151 --force --memory=2Gb --arch=amd64 > --role=udev --install-method=debootstrap > --install-source=/home/openworld/inscd/ > > > > Installation was successful since it asked me to provide a passwd at > the end and there was a config file > /etc/xen/vignettes.cfg so your domU config is in a file > > I do > xm start vignettes > I get error > Code: > > WARING! Can't find version 3.2 of xen utils, fallback to default version! this means somethings wrong with your installation. The version of xen hypervisor (try "xm info") must match the version of xen userland tools (something like dpkg -l "xen*" | grep ii) > Error: Domain 'vignettes' does not exist. you mixed up "xm start" and "xm create". Try xm create vignettes.cfg or maybe (depending on what's in the config file) one of xm create -f /vignettes.cfg xm create -F /vignettes.cfg -- Fajar _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |