2024-10-02T09:03:21 *** teepee_ is now known as teepee 2024-10-02T11:58:57 hmm. what is the issue with lists.o.o ? I get a fail-geeko there. 2024-10-02T11:59:27 hi bmwiedemann, checking 2024-10-02T12:00:55 yeah this happened again https://progress.opensuse.org/issues/167362, did state.apply now and it will be back in a few seconds 2024-10-02T12:03:04 (fwiw it did notify me but I had not caught up on it yet ;) 2024-10-02T12:16:58 ah, the removals are, because you update tumbleweed with "zypper dup" 2024-10-02T12:19:34 right but I don't think it's good behavior of zypper to do that when run non-interactively and there are preceeding refresh errors 2024-10-02T12:20:07 yes. maybe you could run "zypper ref" separately and stop on errors 2024-10-02T12:20:39 that's what was suggested by Michael in the bug as well 2024-10-02T12:20:41 so "zypper ref && zypper dup" 2024-10-02T12:22:49 but he suggests to do the subsequent dup with --no-refresh (which makes sense as it would then not potentially re-refresh and again cause removals if there is an issue on the mirror in between the two calls). which means I cannot simply do it via ExecStartPre but would need to patch it in os-update. 2024-10-02T12:23:16 still I think it's a workaround and I would prefer safer handling in zypper 2024-10-02T16:18:08 *** Sauerland is now known as sauerlandproxy 2024-10-02T17:20:56 *** teepee_ is now known as teepee 2024-10-02T18:41:29 you can also use dnf 😇 2024-10-02T22:51:32 acidsys For the content filter bot, I've written a simple sanity check cronjob, do you think I should move it to a chat command instead? (Mainly thinking in resource usage here, as it could be considered quite heavy for a homeserver, especially for so many rooms). 2024-10-02T23:04:11 hi Emma, I don't understand the words but not the essence of your question 2024-10-02T23:32:43 So, I have a cron job in the bot that requests the last 5000 messages in a room every 10 seconds, should I be making that a command instead? 2024-10-02T23:35:41 for all joined rooms* not just in a room 2024-10-02T23:38:12 what difference does it make for me? 2024-10-02T23:39:32 Well, I'm not sure how much it'd affect homeserver performance when that runs on all openSUSE rooms, as I'm just testing in one room.