Posts

Showing posts with the label failed

Failed to build docker images with kolla-build?

Most of the time when I am trying to build docker images using the kolla-build tool, I got something like: ... ERROR:kolla.common.utils:almanach-api Failed with status: matched ERROR:kolla.common.utils:almanach-collector Failed with status: matched ERROR:kolla.common.utils:bifrost-deploy Failed with status: matched ... One thing you can try is to build the images from source: $ kolla-build almanach-api almanach-collector bifrost-deploy -t source

How to get out of the maintenance mode of Wordpress after failed plugin upgrade

This morning, I was trying to upgrade some plugins on my Wordpress blog. The process failed and the whole site showing this message: "Briefly unavailable for scheduled maintenance. Check back in a minute." I tried to refresh the page, nothing happen. The blog's frozen there. So, to get out of the maintenance mode of Wordpress, just delete the .maintenance file in the root folder of the wordpress blog. For example: $ sudo rm /var/www/wordpress/.maintenance