Maigret Aurélien

Results 11 comments of Maigret Aurélien

Smaller file to reproduce the panic: ```ts // deno run xxxx.ts import { createHash, createDecipheriv } from 'node:crypto' import { Buffer } from 'node:buffer' const resizedIV = Buffer.allocUnsafe(16) const iv...

> > Connections to nginx become more and more in timeout > > Can you clarify on which leg you see the latency increase (client to nginx, nginx to admin)?...

The issue didn't happen since this issue creation. I just upgraded my mailu to .13, thank you.

*@nextgens I can't reopen the issue myself, please do* Unfortunately it happened again this night (so on .13 version). Ports 443 & 25 are down. ## `docker logs mailu-admin-1 -n...

Sounds like there is no `timeout` defined by default. At least for the `--max-time`. That's why I added them in the tests, otherwise my curls was waiting forever. Also, I...

Empty `LD_PRELOAD` appended to my `mailu.env`, and upgraded to 2024.06.16: ```bash $> tail mailu.env -n 2 # Force disable hardened memory allocator LD_PRELOAD= ```

Same here, my ngninx became unresponsive. Still not sure if linked or not, but ~1h before, I got a python error again: ``` Exception in thread Thread-2 (forward_text_lines): Traceback (most...

This is happening really fast for you! I have to wait few days on my side to have the issue again. Do you always have a python error in logs...

I just tried to disable 80+443 public access. ```yaml ports: - "127.0.0.1:8080:80" - "127.0.0.1:4443:443" ``` And I added a HAProxy reverse proxy on front, listening on 80+443 ports, and only...

This did not help, the issue came back again this night. Any idea of a solution? My current new plan is to automatically restart the container every day. But I'm...