Janek Bevendorff

Results 314 comments of Janek Bevendorff

Giving this a small bump. Anyone working on tests?

I think dependencies are a crucial part of a successful package manager ecosystem. Currently, most Windows applications are entirely self-contained and package managers are nothing but a more convenient interface...

I am experiencing the same issue just now. It's really annoying, because with the old CryFS version, the vault can still be opened, but with the new version, it can't,...

Update: I managed to install a working version from the Bionic repositories: https://packages.ubuntu.com/bionic/amd64/cryfs/download ``` sudo apt install libcrypto++6 sudo dpkg -i cryfs_0.9.9-1ubuntu1_amd64.deb sudo apt-mark hold cryfs ``` Since 0.9.9 can...

Same. I'm trying to use a secret for a staticClient from an environment variable in Dex 2.32.0 (deployed in Kubernetes). My Dex config.yaml is mounted from a ConfigMap and looks...

Logs are here: INFO: https://pastebin.com/vDndsrYp STDOUT / STDERR: https://pastebin.com/XhV1hk3j I suppose most interesting is this message: @400000005960b01113be310c 12:12:23 ERROR asyncio: Unclosed client session @400000005960b01113be4494 client_session: The daemontools STDOUT logs are...

I updated the pastes. Downgrading aiohttp fixes at least the ERROR messages. If it is enough to fix the thread leak issue, I don't know. After I started them, each...

So, an hour later, one of my bots already has 20 threads, another has 14, the other less active bots have between 5 and 8 each. The machine has 12...

Alright. After two of my bots passed the 60 threads mark, I set up an hourly cron job to restart them periodically until this is resolved.

As I said, 20 threads aren't critical, but (in many cases) unnecessary (I'd be fine with it, though, if 20 were the limit). For a classic pre-forking web server 20...