2024-05-16T00:21:42 Firstyear: I see, yes bool would be ideal.. you would think so, but I explained in poo#160403 what the issue is with this assumption. :] 2024-05-16T00:23:09 it does show the same data, but not unauthenticated. if I `curl https://idm.infra.opensuse.org/v1/person\?name=crameleon` I just get 401. with ldapsearch uid=crameleon I get my info with null binding 2024-05-16T00:23:43 and no worries, there's no rushes :) 2024-05-16T00:23:49 Emma: which part? 2024-05-16T00:53:37 Emma [it/its]: what is authentication but a collection of load bearing if statements? 2024-05-16T00:54:13 acidsys: Yeah, because you have to auth first, you can't just "curl". A request with no auth token is always 401, but if you provide a bearer token (even an anonymous bearer) it will work. 2024-05-16T02:07:59 acidsys: Forums have gone AWOL.... 2024-05-16T03:56:21 I'm looking at it right now, trying to see if I can get it restarted, but if @acidsys 2024-05-16T03:56:30 +is around, his expertise would be beneficial. :) 2024-05-16T03:58:35 I see what the problem is, but how to fix it is beyond my knowledge/skills. Looks to be a problem with the update script (may or may not be an update issue) 2024-05-16T04:00:40 Yeah, I have to defer to @acidsys on this one. 2024-05-16T04:21:45 discourse-update journal: https://paste.opensuse.org/pastes/21d9aa473a48 2024-05-16T04:22:31 that means, the mmdb_download part gets an undefined (nil) "path" variable 2024-05-16T04:39:33 Yeah, that was what I figured, but I'm not sure how to fix it. If someone else was doing an update, I don't want to step on what they were doing. 2024-05-16T04:50:02 the code says, we need a "DISCOURSE_MAXMIND_LICENSE_KEY" to download the geoip-DB 2024-05-16T04:58:44 I did a "rcdiscourse-puma restart" to bring it back for now. If someone intended for the forum to be down for 4h, they would probably have updated status.o.o but it still said "Operational" 2024-05-16T05:10:38 Strange, I didn't see anything about the maxmind license key, but a puma restart didn't work for me. Thanks for looking into it and getting it going again. There should be a maxmind license key in the config in salt, from what I understand. 2024-05-16T05:11:11 acidsys: Updated the ticket with how you can read the expiry :) 2024-05-16T05:12:16 acidsys: I can't check the freeipa access logs because I don't have sudo on that machine lol. 2024-05-16T05:35:19 hendersj I also avoided the discourse-update error with a check for nil - maybe that helped to get puma back. 2024-05-16T05:45:41 => https://github.com/discourse/discourse/pull/27048 2024-05-16T05:52:11 https://en.opensuse.org/openSUSE:Post-mortem-20240516 2024-05-16T09:30:32 hi hendersj and bmwiedemann1, it is a known problem, in the rake tasks the maxmind job needs to be commented out 2024-05-16T09:31:38 I reported it to marcus but he did not face the problem himself so we're alone with it :| thanks for the graceful patch, but would still be good to figure out why it does not work. manually downloading it with curl works. 2024-05-16T09:33:03 thanks Firstyear, will check 2024-05-16T10:56:46 bmwiedemann1: marcus put me on the right track now. with curl it worked, but only with redirects. this is the permanent fix and will be in the next update: https://github.com/discourse/discourse/commit/e70fa2df6fe5d1c37719b5b212f38041d3d72db5 2024-05-16T10:59:01 I updated your wiki article 2024-05-16T10:59:31 Thanks. I got an edit conflict :D 2024-05-16T10:59:51 oh, sorry, bad timing :D 2024-05-16T10:59:56 all good 2024-05-16T14:02:15 *** kl_eisbaer1 is now known as kl_eisbaer 2024-05-16T15:17:59 hi, I receive error message while I'm trying to reset password in idp-portal: Could not open the module. There is not enough memory available on the server. Please try again later. 2024-05-16T15:55:23 Thanks, @acidsys and @bmwiedemann for the info and assist. 2024-05-16T16:07:33 np 2024-05-16T16:38:32 hi DimStar, I wonder about a solution for the factory email issue. Is there any reason this needs to send from SUSE infrastructure or would it be possible to run it from openSUSE? Then we could avoid the SUSE email issue. 2024-05-16T22:52:12 acidsys: Just checking, did you give me access to sudo on the freeipa machine? 2024-05-16T23:27:41 iirc just root directly 2024-05-16T23:27:45 Firstyear ^ 2024-05-16T23:28:53 because it's not in any cm 2024-05-16T23:34:27 *** teepee_ is now known as teepee 2024-05-16T23:59:13 Okay, I'll need to check if I have the root pw 😅