pagey101
pagey101
I found that openssl expects the serial hex to be lower case, so when I changed 0D to 0d, the certificate was revoked successfully. I'll submit a fix if I...
I have submitted a pull request for this: https://github.com/micromdm/scep/pull/200
Any idea when this might be fixed? I'm running Ansible with Puppet, now I'm getting clashes and really do not want to add logic to every apt reference to wait...
The above patch makes sense, however I've opted to use a wrapper as below (added as `/usr/local/bin/apt` with `0755` permissions): ``` #!/bin/bash /usr/bin/apt -o DPkg::Lock::Timeout=60 "$@" ```
My solution didn't work, obviously, as the apt command is referenced by absolute path. Thus I have raised a pull request (tested the patch), thanks @sivel.
I would also be interested in this feature, I am using ECS which means adding file providers is a pain. You have to build a new image with the file...
Hi, thanks for the reply. I get the below error: ``` kapp: Error: waiting on reconcile deployment/app-service (apps/v1) namespace: my-apps: Finished unsuccessfully (Deployment is not progressing: ProgressDeadlineExceeded (message: ReplicaSet "app-service-58586c5c4b"...
I think this just occurs when there's no changes being made and a deployment is broken already.
Yeah it's a big change, and I don't blame you for not having time.
I am also seeing this, I've previously resolved this by running some cleanup of the DB as mentioned [here](https://github.com/goharbor/harbor/issues/17611) although I wish it would do this itself.