2024-07-16T05:16:47 acidsys: my key is expired again ☹️ auth setup process is halted 2024-07-16T06:33:17 I know this is the wrong channel, but where would I request that my bugzilla email gets changed? additionally, for some reason people can't find me on bugzilla with my user account (got a bug where they couldn't attach the bug to me, as they couldn't find me) 2024-07-16T07:19:17 *** teepee_ is now known as teepee 2024-07-16T09:00:13 monitoring complains about stonehat etc being gone again. I can file at least the libvirt bug later. the routing one I am not sure about where it's coming from 2024-07-16T09:13:31 back now 2024-07-16T11:27:15 acidsys kanidm auth is successful! 2024-07-16T11:27:42 also able to access  the vpn group 2024-07-16T11:31:43 Richard Rahl: https://idp-portal.suse.com/ used to have a function to change the email-address, but it seems to have gone missing now. 2024-07-16T11:32:25 so a ticket to https://progress.opensuse.org/projects/opensuse-admin would be the next-best way 2024-07-16T11:39:02 bmwiedemann: do you mean the normal email? If yes, that should still be there and working (changed mine to the opensuse email), but that doesnt change bugzilla. Will email to poo 2024-07-16T11:47:28 we cannot do anything with bugzilla, after changing email address via https://idp-portal.suse.com/univention/self-service/#page=setcontactinformation and having issues with bugzilla you need to contact the address mentioned on the bugzilla homepage, but most users report never getting a reply from there 2024-07-16T11:58:08 acidsys: so, when i understand you, i cant change it? 2024-07-16T12:10:20 *** kl_eisbaer1 is now known as kl_eisbaer 2024-07-16T12:13:05 not yourself, I'm afraid 2024-07-16T12:20:04 Oh well, lets see how long it will take ^^ 2024-07-16T14:15:24 acidsys: weird, there should be a delete button next to raw button on the paste page 2024-07-16T14:15:42 or I guess it's called Remove 2024-07-16T14:21:39 hi LCP, indeed, now I notice a "Remove" button there 2024-07-16T14:23:57 I should make the pastes page better to make bulk removal easier 2024-07-16T14:24:07 I was wondering about that too :) 2024-07-16T14:24:11 also order them by age, since they don't seem to be 2024-07-16T14:24:26 those are easy changes though, I should go ahead and do that 2024-07-16T14:38:35 cool 2024-07-16T14:39:12 regarding Dougs email, would something like a pattern blacklist make sense? 2024-07-16T14:40:12 probably 2024-07-16T14:40:26 there are some anti spam strategies that might make sense 2024-07-16T14:40:35 I would have to look at what's out there 2024-07-16T14:41:03 would be nice. I would like to avoid captcha or other things which make it less accessible/usable .. 2024-07-16T14:41:10 yep 2024-07-16T14:53:06 *** teepee_ is now known as teepee 2024-07-16T15:28:16 https://github.com/Narnach/groupie seem like a pretty easy way to add anti spam that's reasonably effective 2024-07-16T15:28:29 it's a matter of implementing that 2024-07-16T15:28:55 also finding a way to feed both ham and spam into it 2024-07-16T15:29:08 feeding just spam is easy enough 😛 2024-07-16T15:30:00 seems interesting but a bit abandoned :-/ 2024-07-16T15:32:55 eh, that's true 2024-07-16T15:35:32 that being said, I can't find anything better 2024-07-16T15:41:38 hm, https://github.com/jekyll/classifier-reborn might be an option 2024-07-16T15:44:24 apparently people stopped doing antispam 2 years ago and nobody told me 2024-07-16T15:48:05 odd 2024-07-16T15:48:24 I blame chatgpt tbh 2024-07-16T15:48:38 I blame people stopped doing diy blogs with comment sections needing antispam 2024-07-16T17:17:41 I now have to figure out marking as spam and non spam and then working from that 2024-07-16T17:32:23 *** kl_eisbaer1 is now known as kl_eisbaer 2024-07-16T17:33:36 acidsys: my blog does not have a comment section. i ask readers to mail me their feedback 2024-07-16T17:34:26 btw admin@opensuse.org has a spam filter configured ? 2024-07-16T18:29:05 Karthik: yes, it passes the same spamasassin setup as any other mail to mx{1,2}.o.o 2024-07-16T18:29:42 but it's not preventing much spam currently. mostly greylisting 2024-07-16T18:40:36 god this spam is annoying 2024-07-16T18:57:11 LCP: fine to delete some of the paste ones directly in the db? 2024-07-16T18:57:26 you can use rails console 2024-07-16T18:57:38 doing it by db will keep things in minio 2024-07-16T18:58:35 "Paste.where(title: 'whatever').destroy_all" or "Paste.where(author: 'whatever').destroy_all" 2024-07-16T18:58:58 ooh cool 2024-07-16T18:59:20 meanwhile I should have a working antispam soon 2024-07-16T18:59:21 `pushd /srv/www/paste-o-o && sudo -u paste bin/rails console` no good? 2024-07-16T18:59:35 /srv/www/paste-o-o/config/initializers/theme.rb:3:in `
': undefined method `[]' for nil:NilClass (NoMethodError) if (theme = Rails.configuration.site['theme']) ... 2024-07-16T18:59:35 RAILS_ENV 2024-07-16T18:59:39 I also tried RAILS_ENV=production 2024-07-16T18:59:44 hmmm 2024-07-16T18:59:45 oh 2024-07-16T18:59:49 but that yields 2024-07-16T18:59:50 bundler.ruby3.1 exec 2024-07-16T18:59:50 /srv/www/paste-o-o/vendor/bundle/ruby/3.1.0/gems/thor-1.3.1/lib/thor/base.rb:624:in `handle_argument_error': ERROR: "rails console" was called with arguments ["RAILS_ENV=production"] (Thor::InvocationError) 2024-07-16T18:59:55 or does it want it as environment here 2024-07-16T19:00:04 I recalled some support it as argument 2024-07-16T19:00:07 it has to be environment 2024-07-16T19:00:25 a okey have it, thanks 2024-07-16T19:41:24 made https://progress.opensuse.org/projects/opensuse-admin-wiki/wiki/Paste 2024-07-16T19:48:26 Looking at a few interesting[tm] pastes, you might want to delete everything where the text contains "I am Ra" 2024-07-16T19:49:00 I have not yet figured out how to filter by body, I'm afraid :) 2024-07-16T19:51:11 that might be a bit hard - I'd guess the body lives in minio, not in the database 2024-07-16T19:52:09 BTW: I won't object if someone gives me delete permissions on paste.o.o ;-) 2024-07-16T20:31:47 user = User.find_by(username: 'cboltz') 2024-07-16T20:32:13 not a nice one-liner like the other thing unfortunately 2024-07-16T21:30:54 https://github.com/openSUSE/paste-o-o/pull/207 2024-07-16T21:47:16 *** teepee_ is now known as teepee