Murali D
2006-Feb-20 12:30 UTC
[Fedora-xen] Errors installing more than 1 guest OS on XEN Fedora core 5 test2
What this Error means : "Error: Error creating domain: The privileged domain did not balloon!" First Guest OS was installed successfully, while installing second Guest OS same Fedora core 5 test2 it giving the following errors.... Starting install... Using config file "/etc/xen/qwe3412". Error: Error creating domain: The privileged domain did not balloon! If your install has exited, you can restart your guest by running ''xm create -c qwe3412''. Otherwise, you can reconnect to the console by running ''xm console qwe3412'' [root@ccluster ~]# xm create -c qwe3412 Using config file "/etc/xen/qwe3412". Traceback (most recent call last): File "/usr/bin/pygrub", line 248, in ? cf = get_config(file) File "/usr/bin/pygrub", line 135, in get_config cf.parse() File "/usr/lib/python2.4/site-packages/grub/GrubConf.py", line 150, in parse lines = f.readlines() OverflowError: line is longer than a Python string can hold Error: Boot loader didn''t return any data! ---------------------- When I tried to install other OS like Centos as guest it is ending with teh follwong error... Traceback (most recent call last): File "/usr/sbin/xenguest-install.py", line 365, in ? main() File "/usr/sbin/xenguest-install.py", line 356, in main start_paravirt_install(name, ram, disk, mac, src, options.extra) File "/usr/sbin/xenguest-install.py", line 232, in start_paravirt_install (kfn, ifn) = get_paravirt_install_image(src) File "/usr/sbin/xenguest-install.py", line 196, in get_paravirt_install_image kernel = grabber.urlopen("%s/images/xen/vmlinuz" %(src,)) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 444, in urlopen return default_grabber.urlopen(url, **kwargs) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 575, in urlopen return self._retry(opts, retryfunc, url) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 547, in _retry return apply(func, (opts,) + args, {}) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 574, in retryfunc return URLGrabberFileObject(url, filename=None, opts=opts) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 728, in __init__ self._do_open() File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 820, in _do_open fo, hdr = self._make_request(req, opener) File "/usr/lib/python2.4/site-packages/urlgrabber/grabber.py", line 902, in _make_request raise URLGrabError(4, _(''IOError: %s'') % (e, )) urlgrabber.grabber.URLGrabError: [Errno 4] IOError: HTTP Error 404: Date: Mon, 20 Feb 2006 12:18:21 GMT Server: Apache/2.2.0 (Fedora) Content-Length: 304......
Daniel Veillard
2006-Feb-20 12:46 UTC
Re: [Fedora-xen] Errors installing more than 1 guest OS on XEN Fedora core 5 test2
On Mon, Feb 20, 2006 at 06:00:59PM +0530, Murali D wrote:> What this Error means : "Error: Error creating domain: The privileged domain > did not balloon!"Usually that means that Domain 0 uses too much memory to allow the DomU to start. Stop one of the other DomU or ask Dom0 to reduce its memory consumption with xm mem-set 0 ... Daniel -- Daniel Veillard | Red Hat http://redhat.com/ veillard@redhat.com | libxml GNOME XML XSLT toolkit http://xmlsoft.org/ http://veillard.com/ | Rpmfind RPM search engine http://rpmfind.net/