You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The haproxy service I was trying to start had a pkg_binds requirement that I forgot to add. For some reason, it just stayed at that last prompt above for successfully loaded, and never returned control back to the caller (or error'd out saying you have a pkg_binds requirement that cannot be met).
It should be pretty easy to reproduce by adding a kitchen suite for any package that has a pkg_binds requirement, but leave out hab_sup_bind from the provisioner section.
The text was updated successfully, but these errors were encountered:
I have a kitchen instance that's using docker + habitat that was pausing/waiting forever at at this location during
kitchen converge
:The haproxy service I was trying to start had a
pkg_binds
requirement that I forgot to add. For some reason, it just stayed at that last prompt above forsuccessfully loaded
, and never returned control back to the caller (or error'd out saying you have apkg_binds
requirement that cannot be met).It should be pretty easy to reproduce by adding a kitchen suite for any package that has a
pkg_binds
requirement, but leave outhab_sup_bind
from the provisioner section.The text was updated successfully, but these errors were encountered: