Carlo Contavalli

Results 8 comments of Carlo Contavalli

ugh. I unfortunately no longer have a GPT machine I can try this on. I may try to build a VM or similar, but will take me some time to...

Patrick, thanks for the good work. A couple questions though, by skimming through the patches: 1) When run manually, I have never had to run ssh-agent in foreground mode, it...

Did you try using the -e option with rsync? eg, use the original rsync, no changes, but use ssh-ident as a shell? /usr/bin/rsync -e "ssh-ident" ... Might work as a...

Hello! Before anything else, thank you for reaching out. Adding PCSK11 support sounds great to me in general. If you could point me to a working version of the code,...

(fixed a few minor errors in my original text) @crwilcox any update? need help reproducing the problem?

In case anyone is looking into this: * flex environment is easy, create container, and push container. * for the standard environment... https://github.com/ccontavalli/bazel-rules/tree/master/appengine is ugly but works.

Just hit the same problem in our CI/CD pipeline. The problem was yes, the lack of an init process / child reaper. What happens: 1. `bazel shutdown` or any bazel...

> After finding this issue we've added '--init' to the 'docker run' invocation. That seems to fix the problem. However it's unclear what and why this was happening in the...