Muawia Khan
Muawia Khan
Can you post the output for `systemctl status docker` and `docker ps -a`?
Can you update the `stack.sh` script and replace https://github.com/bigchaindb/bigchaindb/blob/master/pkg/scripts/stack.sh#L233 ``` ... ansible-playbook $CONF_DIR/bigchaindb-start.yml \ -i $CONF_DIR/hosts/all \ --extra-vars "operation=start home_path=${TOP_DIR}" ... ``` With ``` ... ansible-playbook -vvvv $CONF_DIR/bigchaindb-start.yml \ -i...
Seeing this with `1.6.6`.
Also running in the same issue and since we are using `github_repository` via a module, it would require a module upgrade across all callees.
We would also like to have more granular audit logs. Currently, if someone updates an Application the log event only reports `updated application spec` e.g. ``` "time="" level=info msg=" updated...
We are running into the same issue after upgrading to `0.12.0`. In the previous version, there would be `Failed` ephemeral runners that wouldn't get cleaned up but at least it...
Facing this with version `terraform-provider-github_v5.42.0` **Steps to Reproduce:** - Create Github Repository via Terraform(with and environment `foo`) - Create Deployment Policy via UI/API. - Create/Modify the branch policies on the...
We are facing a similar issue, where we exclude some packages via: ``` allow-dependencies-licenses: pkg:npm/%40n8n/typescript-config,pkg:npm/%40n8n_io/ai-assistant-sdk,pkg:npm/n8n,pkg:npm/n8n-workflow ``` and we see: ``` pnpm-lock.yaml » @n8n/[email protected] – License: SEE LICENSE IN LICENSE.md pnpm-lock.yaml...