I am getting " Invalid source specified" even after giving the correct
disk image path for &quot;What would you like to use as the disk (path)?&quot;<br>

<br>

<br>

The following was the result...&nbsp; what is the reason for &quot; Invalid source specified. &quot;<br>

<br>
[root@ccluster ~]# /usr/sbin/xenguest-install.py<br>
What is the name of your virtual machine? asdf1<br>
&nbsp;How much RAM should be allocated (in megabytes)? 512<br>
&nbsp;What would you like to use as the disk (path)? /home/vmachine1/asdfg<br>
&nbsp;How large would you like the disk to be (in gigabytes)? 4<br>
&nbsp;Invalid source specified.&nbsp; Please specify an NFS, HTTP, or FTP install source<br>
What is the install location? <a href="http://ccluster/vmachine1">http://ccluster/vmachine1</a><br>
&nbsp;<a href="http://ccluster/vmachine1">http://ccluster/vmachine1</a><br>
Traceback (most recent call last):<br>
&nbsp; File &quot;/usr/sbin/xenguest-install.py&quot;, line 365, in ?<br>
&nbsp;&nbsp;&nbsp; main()<br>
&nbsp; File &quot;/usr/sbin/xenguest-install.py&quot;, line 356, in main<br>
&nbsp;&nbsp;&nbsp; start_paravirt_install(name, ram, disk, mac, src, options.extra)<br>
&nbsp; File &quot;/usr/sbin/xenguest-install.py&quot;, line 232, in start_paravirt_install<br>
&nbsp;&nbsp;&nbsp; (kfn, ifn) = get_paravirt_install_image(src)<br>
&nbsp; File &quot;/usr/sbin/xenguest-install.py&quot;, line 196, in get_paravirt_install_image<br>
&nbsp;&nbsp;&nbsp; kernel = grabber.urlopen(&quot;%s/images/xen/vmlinuz&quot; %(src,))<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py&quot;, line 444, in urlopen<br>
&nbsp;&nbsp;&nbsp; return default_grabber.urlopen(url, **kwargs)<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py&quot;, line 575, in urlopen<br>
&nbsp;&nbsp;&nbsp; return self._retry(opts, retryfunc, url)<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py&quot;, line 547, in _retry<br>
&nbsp;&nbsp;&nbsp; return apply(func, (opts,) + args, {})<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py&quot;, line 574, in retryfunc<br>
&nbsp;&nbsp;&nbsp; return URLGrabberFileObject(url, filename=None, opts=opts)<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py&quot;, line 728, in __init__<br>
&nbsp;&nbsp;&nbsp; self._do_open()<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py&quot;, line 820, in _do_open<br>
&nbsp;&nbsp;&nbsp; fo, hdr = self._make_request(req, opener)<br>
&nbsp; File &quot;/usr/lib/python2.4/site-packages/urlgrabber/grabber.py&quot;, line 902, in _make_request<br>
&nbsp;&nbsp;&nbsp; raise URLGrabError(4, _('IOError: %s') % (e, ))<br>
urlgrabber.grabber.URLGrabError: [Errno 4] IOError: HTTP Error 404: Date: Wed, 15 Feb 2006 13:57:57 GMT<br>
Server: Apache/2.2.0 (Fedora)<br>
Content-Length: 299<br>
Connection: close<br>
Content-Type: text/html; charset=iso-8859-1<br>
<br>
<br>
<br>
Murali<br>