Good afternoon,
I'm doing a Daas 8 installation on a new infrastructure. I deployed the OVA and configured the Ip's.
After upload all the software to the appliance and execute the bootstrap.script gives the error below:
Traceback (most recent call last):
File "/usr/local/desktone/scripts/boot_strap_transit.py", line 2011, in <module>
main()
File "/usr/local/desktone/scripts/boot_strap_transit.py", line 1978, in main
b = BootStrapTransit()
File "/usr/local/desktone/scripts/boot_strap_transit.py", line 130, in __init__
self.u = boot_strap_util.BootStrapUtil()
File "/usr/local/desktone/scripts/boot_strap_util.py", line 37, in __init__
self.xmp = self.findPackage("xmp")
File "/usr/local/desktone/scripts/boot_strap_util.py", line 45, in findPackage
return self.findNewestVersion(files)
File "/usr/local/desktone/scripts/boot_strap_util.py", line 56, in findNewestVersion
fileVersionPairs = map(self.getPackageVersion, files)
File "/usr/local/desktone/scripts/boot_strap_util.py", line 49, in getPackageVersion
packageinfo = apt_inst.DebFile(file).control.extractdata("control")
SystemError: E:read, still have 8 to read but none left
Can anyone help?
Thank you