Will Greenberg

Results 107 comments of Will Greenberg

I suppose an alternative is that both remote Viewers submit UHP commands to the same session, although this implies some control logic on the Engine's side to ensure that V1...

I wrote up a little proposal for the new command here https://github.com/wgreenberg/roach/blob/master/UHP.md. Chances are I'll roll with it for now to get my Hive server off the ground, but I'm...

Threefold repetition sounds like a good benchmark for automated draws, but I do still think there's a case for a voluntary draw. I've only played a bit of hive, but...

lol oops, actually removed it this time!

running certbot in the same container as httpd should work, the most obvious potential issue being that certbot uses `systemctl` to restart/reload Apache depending on the detected OS, which won't...

I suspect a decent amount of the docker image's size is due to cloning the entire certbot repo & installing packages used only for setting up certbot from scratch (e.g....

i think systemd timers/services are disabled by default on Fedora due to a policy (https://fedoraproject.org/wiki/Packaging:Systemd#Why_don.27t_we....), but if you run `systemctl start certbot-renew.timer`, it runs without issue: ``` [root@localhost-live liveuser]# systemctl...

Hey @geropl, following up on this: are you still running into the validation race? If so I can try to reproduce the issue locally and look into it further.

FWIW, in true heisenbug fashion, since we added the `--debug` flag to `docker push` in April (https://github.com/certbot/certbot/commit/3b6f3450c2), we haven't seen this bug again. if we're feeling brave, we could remove...