Laurent Bigonville
Laurent Bigonville
Hi, In case of error, `smtp_init_crypto()` returns 1, this means that `deliver_to_host()` will return 1 to `deliver_remote()` which is translated as a temporary failure. Shouldn't failure to establish a secure...
Hi, On my machine, on initial installation, the flush file is created with mode 640, which is not intended I think. This is because the open(2) function applies the umask...
Hi, It would be nice if there was a away to add the user fullname to the From header when sending a mail. Maybe the EMAIL environment variable could be...
Hello, It seems that appstream is being confused with plus (`+`) in version numbers: ``` $ appstream-util vercmp 2:2.9+git20200213+877d9a0-1 2:2.9-6 2:2.9+git20200213+877d9a0-1 < 2:2.9-6 ``` `2:2.9+git20200213+877d9a0-1` is strictly bigger than `2:2.9-6`...
Hey, Looking at https://github.com/hughsie/colord/blob/master/lib/colord/cd-test-private.c#L2010, I see the following code ```C /* create test directory */ root = g_strdup_printf ("/tmp/colord-%c%c%c%c", g_random_int_range ('a', 'z'), g_random_int_range ('a', 'z'), g_random_int_range ('a', 'z'), g_random_int_range ('a',...
Hello, Since I added multiple routes (with a `continue: true`) I see my alerts in double in the UI of alertmanager (version 0.20.0) I find old bugs, but if I...
Hello, From time to time, minissdpd complains that > minissdpd: setsockopt(udp, IPV6_JOIN_GROUP)(FF02::C, enp5s0): Address already in use I investigated that a bit and it seems that the linux kernel is...
Hello, I know I'm probably late for the party here (I didn't really review the PR for this in time), but I've done the work to update NUT to 2.8.0...
Hello, In the https://jenkins-x.io/v3/develop/environments/preview/#adding-more-resources page, there are mention of both `preview/helmfile.yaml` and `charts/preview/requirements.yaml`. Is the the later still relevant?
Hello, When using systemd, it complains about the PID stored in the .pid file: ``` nut-monitor.service: Supervising process XXXX which is not our child. We'll most likely not notice when...