-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot upgrade with the vib installed #63
Comments
I've had the same issue: VIB virtuallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0's acceptance level is community, which is not compliant with the ImageProfile acceptance level partner I tried to change the acceptance level using
* [AcceptanceConfigError] |
Hi, You can change acceptance level by remove ghetto vib : Change acceptance : And readd vib : But even after that I get this error :
|
I just had the same issue and was able to override it with: ~ # esxcli software profile update -d https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml -p ESXi-5.5.0-20160904001-standard -f |
Is there any traction on a fix for this? This VIB literally breaks a ESX6.0 installer. The image will fail, and the warning above "VIB virtuallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0 violates extensibility" is thrown when using customizer to even add this VIB to the ISO installer. It was always really nice to be able to include this VIB directly in my installers, but this issue is really causing a lot of headaches so hopefully someone can come up with a code fix to again allow it to be integrated into the initial installer and not have to use the above posted workaround to force the install after the host is already built. |
This is an issue stopping me upgrading ESXi... |
Any update on this? It's really annoying tbh. |
I found a solution to use just the script, with some modification for ESXi 6.5. I had to reinstall ESXi, due to having the same problem as everyone else here, but it might help to never use the VIB again. (1.) Modify the ghettoVCB script... Remove this.... (lines 280-290)
Add this... Change this..... to this (or wherever you want the backups to be in the datastore).... THEN SAVE THE FILE IN YOUR DATASTORE Add this to local.sh.... #Kill cron service #Ensure scheduled task is added #Start cron service (4.) from the SSH terminal, test the script... if working well, make sure it's stored in your crontabs by.... The local.sh file should not be overwritten following reboots. |
Same issue with ESXi 6.7U1. I want to try to upgrade it to U2 and became also this issue. Any ideas? |
Found a simple solution... Uninstall the VIB, then Upgrade ESXi, after Upgrade install the VIB again
|
uninstalling the vib removes /etc/ghettovcb/ghettoVCB.conf, so if you're ok with re-doing any custom settings, I guess that's a workaround. |
Installer will HALT with error:
THis program has encountered an error:
Error (see log for more info):
Could not obtain module order from existing db
the isntallation profile could not be validated due to the following errors
VIB virtuallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0 violates extensibility rule checks [u (line 24: col 0_ Element vib failed to validate content]
VIB vrituallyGhetto_bootbank_ghettoVCB_1.0.0-0.0.0 acceptance level is community which is not compliant with the ImageProfile acceptance level partner
after reboot uninstalled the vib..
update went through nicely
The text was updated successfully, but these errors were encountered: