2024-08-29T08:37:58 *** teepee_ is now known as teepee 2024-08-29T12:46:56 acidsys: the buddycheck manpage says for the exit codes: 0 HTTP server responded with metric, and result is 0 2024-08-29T12:47:14 if I understand the code right, that should be ... result is 1 2024-08-29T12:52:17 oops right, confusing 0/1 in this context 2024-08-29T12:52:29 thanks! I think this is correct now https://git.com.de/Georg/buddycheck/commit/9aa266fdc63e6d39bc33ab31384fa3f883892e2e 2024-08-29T12:53:31 indeed :-) 2024-08-29T12:53:41 I also noticed that the Makefile could use some quoting 2024-08-29T12:53:47 try make DESTDIR="/dev/shm/foo bar baz" install ;-) 2024-08-29T12:56:02 or even better make DESTDIR="/dev/shm/foo bar baz ; echo COULD DELETE EVERYTHING ; " install 2024-08-29T12:58:08 hmm fair point 2024-08-29T12:58:17 https://git.com.de/Georg/buddycheck/commit/cd6e797d5ef067208c3461e4025006534bc3bf16 2024-08-29T13:00:15 much better :-) 2024-08-29T13:00:28 great :) then I will send you an update 2024-08-29T13:01:22 :-) 2024-08-29T13:01:43 BTW: our new header filters catched the first spam to heroes@ today 2024-08-29T13:01:57 the list-unsubscribe one? 2024-08-29T13:02:10 no, Hyperkitty 2024-08-29T13:02:21 ah, nice 2024-08-29T13:02:41 for list-unsubscribe, you'll need to check the mail logs on mx* 2024-08-29T13:06:06 right, I wasn't sure where you checked ;) 2024-08-29T13:06:49 "monitoring by mail" - the Hyperkitty rule triggers a moderation mail 2024-08-29T16:26:36 acidsys: does the admin@opensuse.org has some sort of directory ? 2024-08-29T16:34:47 how do you mean 2024-08-29T16:36:08 acidsys: spamassassin mentions about per user config dir, i wonder where it is located 2024-08-29T16:36:21 user_prefs 2024-08-29T16:36:24 +dir 2024-08-29T16:36:55 afaik we have spamassassin only globally / for all mail 2024-08-29T16:37:16 we don't have a vmail setup or similar either, it's just aliases 2024-08-29T19:07:09 cboltz fyi mogad0n and me found the list-unsubscribe pattern actually matches ~200 and not just ~5 mails, I was missing a space in my pattern. now deleted as well 2024-08-29T19:07:51 oh, nice :-) 2024-08-29T19:08:18 I assume the quirk with the header splitting over new lines is just how the mails are rendered under /var/spool/ and spamassassin sees the header as one line 2024-08-29T19:09:23 not only in /var/spool - sane mail clients add linebreaks to long header lines 2024-08-29T19:09:39 and: yes, spamassassin sees the headers as one long line 2024-08-29T19:10:21 ah ok, kewl then 2024-08-29T22:34:17 acidsys: If that status check log noise is still annoying you, I can raise the level to debug or something so it's not as visible. The issue is just around spans and how we collect traces is all. 2024-08-29T22:45:50 hi Firstyear, I'm confused, the patch you committed looks like you did change it to debug 2024-08-29T23:13:31 *** teepee_ is now known as teepee 2024-08-29T23:13:52 Hmm. Maybe the log level is set to debug instead of info in server.toml then. 2024-08-29T23:13:52 I'll check in a bit 2024-08-29T23:13:57 Setting up a new server rn 2024-08-29T23:14:55 oh now I get it, you were talking about kanidm server logging health check requests 2024-08-29T23:15:00 Yep 2024-08-29T23:15:17 I thought you meant the unixd noise which you changed the log level for me 2024-08-29T23:15:28 the server health check noise would indeed be nice to reduce 2024-08-29T23:15:49 Ohhhh right 2024-08-29T23:15:49 Yeah, this is the health check req 2024-08-29T23:15:49 I minimised those spans already 2024-08-29T23:15:49 But yeah, can make it smaller. 2024-08-29T23:16:37 that is, if it does not go completely silent, I did find it printing useful error messages when setting up a new oauth client :) 2024-08-29T23:17:05 Well that's good lol 2024-08-29T23:17:13 The error messages are intended to be useful 2024-08-29T23:17:38 acidsys: We have some oauth related tasks before next upgrade btw, I'll email you about it. It's not hard, its just double checking all the application URL's basicly. 2024-08-29T23:18:18 But yeah like I said, currently in the middle of a new server setup 2024-08-29T23:19:05 oki sure or send me a ticket so others can see what's going on as well :) 2024-08-29T23:19:12 Sounds like a plan 2024-08-29T23:19:17 Ticket is probably better.