[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] one Newbe again :/
Welcome to the list! Glad you've got Xen up and running on your hardware. The problem you're seeing appears to be a minor glitch in your configuration. > After part one i tried to create an virtual Machine like the exemple in > the Doc's, so i have downloaded the file ttylinux-xen.bz2 and create a > simple config like this > > kernel = "/boot/vmlinuz-2.6.10-xen0" > memory = 64 > name = "ttylinux-xen" > nics = 1 > ip = "192.168.1.100" You've got one field too many for this disk: > disk = ['file:/opt/ttylinux-xen,sda1,1,w'] ^ ---------------------------------------| The extra 1 is confusing the tools into trying to configure a driver domain. Change that line to: disk = ['file:/opt/ttylinux-xen,sda1,w'] And it should work. HTH, Mark > root = "/dev/sda1 ro" > > My Problem, i can not start an virtual machiene and i do not know why. > Maybe anybody can help me > > Server:~# xm create /root/test -c > Using config file "/root/test". > Error: Error creating domain: invalid backend domain > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Xen-devel mailing list > Xen-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/xen-devel ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |