2026-08-11T12:32:29 egotthold: fd4b:5292:d67e:1001::e1 2026-08-11T12:33:32 What does that IP mean acidsys ? 2026-08-11T12:33:52 ssh -NL 8443:[fd4b:5292:d67e:1001::e1]:443 devcon.infra.opensuse.org 2026-08-11T12:34:01 for apollo 2026-08-11T12:35:34 I have some trouble to enter the password over the graphical console, maybe you manage. or find a serial one 2026-08-11T13:05:50 hi 2026-08-11T13:06:03 any issues with Main Oss repo? 2026-08-11T14:10:43 acidsys: The BMC has one via ipmitool. I don't know if this is enabled in the OS though. 2026-08-11T14:13:18 classic .. lanplus: password is longer than 20 bytes. lan: password is longer than 16 bytes. 2026-08-11T18:36:46 I probably found out why the search on lists.o.o is broken - in the (literally) thousands of django error mails sent to admin-auto, those for /archives/search say 2026-08-11T18:36:55 MissingDependency at /archives/search 2026-08-11T18:37:04 The 'solr' backend requires the installation of 'pysolr'. 2026-08-11T18:37:48 we have python311-pysolr installed, but AFAIK mailman currently uses python312 2026-08-11T18:38:31 to make things annoying, zypper se offers 311, 313 and 314 variants of pysolr - but not the 312 variant we probably need :-/ 2026-08-11T18:38:59 we already have that tracked since a long time 2026-08-11T18:39:50 I remember the "search is broken" ticket, but don't really remember if the ticket already included the explanation 2026-08-11T18:39:55 we discussed this before: best is to migrate hyperkitty to the factory version, instead of spending effort maintaining old libraries 2026-08-11T18:40:37 but, our hyperkitty / python mailman-web uses some different services/paths or similar 2026-08-11T18:40:50 no objections on this ;-) 2026-08-11T18:40:57 let me know when it's done 2026-08-11T18:41:24 I'm afraid that's the not-so-easy and not-so-fast part :-( 2026-08-11T18:41:48 :) 2026-08-11T18:41:52 additionally, IIRC someone mentioned in a ticket that mailman and python313 aren 2026-08-11T18:42:07 aren't best friends - but I don't know if this is still valid 2026-08-11T18:42:49 yes last time we tried it, it did not work, as it uses some modules no longer in stdlib 2026-08-11T18:43:04 nice[tm] 2026-08-11T18:43:24 but, the factory version should be working, from what I know, gladiac uses it themselves 2026-08-11T18:44:15 also it was offered to write some basic openqa coverage for it (amongst other things we use from factory). but I have not yet wrote ticket for them 2026-08-11T18:44:39 right, I remember - that would be very useful 2026-08-11T18:46:46 if you are bored, and can gather other packages.. I wanted to write a complete list. otherwise I will go through some day 2026-08-11T18:47:45 I mean, not necessarily *every* package, but things that provide fun services 2026-08-11T18:49:03 you mean grep -r -A20 pkg.installed ; grep -r -A20 packages: through our salt repo? 2026-08-11T18:49:48 at least that should be a good starting point, but of course needs quite some work to filter out the important packages 2026-08-11T18:50:50 only what's in factory 2026-08-11T18:51:13 right, one step after the other ;-) 2026-08-11T18:51:58 (and if we can get openQA coverage, that might be a good reason to submit a few things to factory) 2026-08-11T18:54:27 back to mailman and pysolr - I wonder if pysolr should be required by one of the mailman-related packages 2026-08-11T18:54:42 it shouldn't, because solr is an optional search backend 2026-08-11T18:54:53 there are other choices 2026-08-11T18:55:15 understandable, would have been too easy ;-)