2025-04-18T09:06:32 *** teepee_ is now known as teepee 2025-04-18T11:54:39 cboltz: missing "name" already defaults to "", so sure we can also write it explicitly: https://github.com/tacerus/terraform-provider-powerdns/blob/main-tacerus/main.tf#L36 2025-04-18T11:55:48 :-) 2025-04-18T11:56:08 (I suppose "@" would be more idiomatic of a reference to Apex in DNS but details .." 2025-04-18T11:56:47 I'm also fine with "@" 2025-04-18T11:57:11 I don't feel like implementing logic which reads and later removes @ again :D 2025-04-18T11:57:31 ok, then "" ;-) 2025-04-18T14:25:25 *** teepee_ is now known as teepee 2025-04-18T15:44:40 looks like paste.o.o needs looking at, it's being real slow, and now is just telling me the service is down 2025-04-18T15:49:30 monitoring complains about minio, and paste uses that 2025-04-18T15:50:29 minio has tracebacks in its output containing "interesting" lines such as "Apr 18 01:45:12 minio minio[1169]: Error: invalid semicolon separator in query (*errors.errorString)" 2025-04-18T15:50:53 but nothing more recent 2025-04-18T16:02:40 I see some "upstream timed out" in the nginx error log - but that's "just" the result of the problem, not the explanation 2025-04-18T16:03:16 BTW: we might want to exclude the haproxy health check from logging in paste.access.log ;-) 2025-04-18T16:04:48 we have this filter in role.common.apache, an equivalent for role.common.nginx would be welcome 2025-04-18T16:12:38 for the TODO list: https://bjornjohansen.com/exclude-requests-from-nginx-access-log/ explains how to do it (even with several conditions combined) 2025-04-18T16:12:48 now we only need to implement it ;-) 2025-04-18T17:58:06 hmm, why does https://build.opensuse.org/requests/1270875 (to :infrastructure) have the server:http maintainers set as reviewer? 2025-04-18T18:43:19 cboltz: it automatically adds from target project 2025-04-18T18:43:23 s/target/source/ 2025-04-18T18:44:00 but it's not mandatory for them to accept 2025-04-18T18:44:51 ok, then I'll force-accept ;-) 2025-04-18T18:46:25 I should replace it with a link anyways, but I prefer to Factory than to devel project 2025-04-18T18:46:39 then again we have other packages like hatop which already trust server:http 2025-04-18T18:49:10 (and I don't like pinning revision because nobody ever thinks of updating it) 2025-04-18T18:51:33 right, links make more sense to automatically stay up to date 2025-04-18T19:06:44 cboltz: friendly ping about salt-formulas#232? :) 2025-04-18T19:33:35 I found a few issues, but it mostly looks goood :-) 2025-04-18T21:50:00 *** teepee_ is now known as teepee 2025-04-18T22:00:45 thanks!