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
This is a 2 year old issue. The closest I can get to recreate this (something like step 3) with current code is to get a device registered and running workloads, and then:
sudo apt-get purge --auto-remove bluehorizon.
Everything gets cleaned up on the device. I was able to re-install the deb packages, and register the device again using policy. The agbot sent agreement proposals as expected. The originally reported problem appears to be gone.
However, I did notice a small thing at the end of the apt-get purge output:
dpkg: warning: while removing horizon, directory '/var/run/horizon' not empty so not removed
This error message is pointing out that /var/run/horizon/essapi.sock has not been cleaned up by the horizon.postrm script that runs when the horizon package is uninstalled.
The text was updated successfully, but these errors were encountered: