|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] Re: XAPI on Debian - creating and starting a debian squeeze VM
On 22.08.2011 22:04, Mike McClurg wrote:
On 08/22/2011 09:01 PM, Sébastien Riccio wrote:
Hi,
I'm currently trying to boot a vm i created from a template with the
citrix xencenter manager.
The provisioning occured without any problem but the VM does not starts
and throw this
error:
22.08.2011 21:56:39 Error: Starting VM 'Debian Squeeze 6.0 (32-bit) (1)'
- Internal error: Unix.Unix_error(20, "access", "/usr/bin/eliloader")
Maybe this is excepted at this point of the kronos project ?
Yeah, that's the problem I mentioned in my last email. I've attached
the eliloader script. Put it in /usr/bin, cross your fingers and give
it a try again.
Mike
Okay,
here are the results:
root@xen-blade13:/usr/bin# ./eliloader
./eliloader:41: DeprecationWarning: the md5 module is deprecated; use
hashlib instead
import md5
Traceback (most recent call last):
File "./eliloader", line 84, in <module>
mapfiles = [ f for f in os.listdir(guest_installer_dir) if
f.endswith('.map') ]
OSError: [Errno 2] No such file or directory:
'/opt/xensource/packages/files/guest-installer'
I guess these are the paths to the xcp on centos and that I could change
them but
the files doesn't exists on the system.
root@xen-blade13:/usr/bin# updatedb
root@xen-blade13:/usr/bin# locate guest-installer
root@xen-blade13:/usr/bin#
root@xen-blade13:/usr/bin# grep xensource eliloader
guest_installer_dir = "/opt/xensource/packages/files/guest-installer"
seems quite trivial if I can put my hands on the guest-installer files :)
Sébastien
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|