Adam

Results 52 comments of Adam

Seeing the same issue on Windows Server 2016; qBittorrent bound to VPN adaptor, if the VPN connection drops and re-establishes the client remains in a disconnected state until it's restarted....

If this is implemented it would be great if pages that are part of multiple books can independently inherit the permissions of those books, so that you can create collections...

If it helps anyone I've done some builds of the minimal image based on this change https://github.com/SystemRage/py-kms/issues/138#issuecomment-871736924 and tested that it works with Server 2022 - though I haven't properly...

> > > According to the last comment on #138 it already works?! But also I've noted the wiki was not up-to-date, therefore I added the keys for 2022 there....

I can't say 100% it won't break anything else because I only tested with Server 2022 but it worked fine for me https://github.com/TheSpad/docker-py-kms/blob/main/pykms_Base.py#L164

> > > @ldti Docker has ended their support for their free Docker Hub and did not reinstated our builds yet. Therefore there is currently no way for us to...

> Will we be looking at the new stage 2 hook to replace the patch method for mods in this pr? No because it doesn't exist in a published s6-overlay...

`s6-log`, not `s6`. All our images use `s6` for init, a small number also use `s6-log` for logging and those were impacted by the permissions issue referred to the in...

Huh, is that documented anywhere? I had tried `--profile *` previously and it didn't work but I hadn't thought to try wrapping it in quotes. It's better than the current...

So I have a collection of services with depdendencies that need to be sent a `stop` before an `up` because (AFAIK) `up` still does not respect `depends_on` and recreate dependent...