2020-04-16T02:39:12 *** okurz_ is now known as okurz 2020-04-16T04:40:11 -heroes-bot- PROBLEM: PSQL locks on mirrordb2.infra.opensuse.org - POSTGRES_LOCKS CRITICAL: DB postgres total locks: 232 * total waiting locks: 112 ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=mirrordb2.infra.opensuse.org&service=PSQL%20locks 2020-04-16T04:44:55 -heroes-bot- PROBLEM: PSQL locks on mirrordb1.infra.opensuse.org - POSTGRES_LOCKS CRITICAL: DB postgres total waiting locks: 4 ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=mirrordb1.infra.opensuse.org&service=PSQL%20locks 2020-04-16T04:50:12 -heroes-bot- RECOVERY: PSQL locks on mirrordb2.infra.opensuse.org - POSTGRES_LOCKS OK: DB postgres total=3 ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=mirrordb2.infra.opensuse.org&service=PSQL%20locks 2020-04-16T04:54:54 -heroes-bot- RECOVERY: PSQL locks on mirrordb1.infra.opensuse.org - POSTGRES_LOCKS OK: DB postgres total=8 ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=mirrordb1.infra.opensuse.org&service=PSQL%20locks 2020-04-16T08:14:28 vinzv_1: Can you please have a look at https://github.com/openSUSE/news-o-o/pull/35? I did a small modification of the wording. 2020-04-16T08:23:38 *** Martchus_ is now known as Martchus 2020-04-16T08:32:57 *** ldevulder_ is now known as ldevulder 2020-04-16T10:39:30 cboltz, testing period for new progress is over. and all request/issue already resolved. 2020-04-16T10:49:42 I'm happy to hear that :-) 2020-04-16T10:51:04 so the next step is actually switching over 2020-04-16T10:51:14 we'll need some coordination for that: 2020-04-16T10:51:20 - you need a fresh database dump 2020-04-16T10:52:10 - old progress.o.o needs to be shut down (so that nobody can do changes after we take the final database dump) 2020-04-16T10:52:21 - mail routing (admin@ etc.) needs to be changed 2020-04-16T10:53:08 - and finally, the haproxy config needs to be adjusted to the new server 2020-04-16T10:53:43 so now the question is - when can we do this? 2020-04-16T10:56:08 (for me, 18:00 UTC or later would be a good time, but you'll also need someone (maybe Lars?) for the database dump - and to make things more interesting, 18:00 UTC is late night for you) 2020-04-16T11:00:50 It is fine for me at 18.00 UTC :D 2020-04-16T11:01:37 add lists: sync files folder, migrate db for fix utf8 issue. 2020-04-16T11:01:56 right 2020-04-16T11:02:56 kl_eisbaer and klein - is one of you available tonight 18:00 UTC / 20:00 CEST to provide an up-to-date database dump of progress.o.o? 2020-04-16T11:03:35 cboltz: an up-to date database dump is always on the new progress.i.o.o machine. Pushed there every day once the daily DB backup is done 2020-04-16T11:04:03 I know, and that's good enough for testing 2020-04-16T11:04:27 that mean, new progress will using new db on db cluster? 2020-04-16T11:04:45 because for now, new progress still using local mysql as db. 2020-04-16T11:05:10 ah, ok - I didn't have that on my radar 2020-04-16T11:05:29 tuanpembual: IMHO that's the plan, yes. 2020-04-16T11:05:46 I can setup a new DB on the cluster once you say "go ahead" ;-) 2020-04-16T11:06:28 I am ok with that plan. 2020-04-16T11:06:30 I just don't want to import the database dump from the old into the new DB automatically, as I think this should be done manually for now 2020-04-16T11:07:32 kl_eisbaer: I'd say "go ahead" ;-) 2020-04-16T11:07:35 go ahead 2020-04-16T11:07:43 omw 2020-04-16T11:08:42 but we need notify milis, lets say we will do migrate progress, so service will unavailable form 18.00 utc until 20.00 utc 2020-04-16T11:08:55 tuanpembual: just to be sure, do a last test when you get access to that database (different DB server could in theory cause a "surprise") 2020-04-16T11:09:30 okay, omw. 2020-04-16T11:12:16 last db dump we have, Apr 12 06:00. 5 hours late 2020-04-16T11:13:00 that's good enough to test that everything works on the postgres cluster 2020-04-16T11:13:23 but we'll need a last-minute dump when we switch over to the new progress 2020-04-16T11:15:51 sure. 2020-04-16T11:18:25 tuanpembual: done 2020-04-16T11:18:36 mysql -h 192.168.47.4 -P 3307 -u redmine -D redmine -p 2020-04-16T11:18:45 should work now from your progress.i.o.o machine 2020-04-16T11:19:10 oke, will check it. 2020-04-16T11:19:11 just use the PW in /opt/redmine/config/database.yml 2020-04-16T11:20:13 just keep in mind that you have to define the port 3307, as we do not use the default port 3306 at the moment 2020-04-16T11:21:03 I can login. Will try migrate to use that db with last dump. 2020-04-16T11:21:07 will be back 2020-04-16T11:28:55 somehow I thought that it's a postgres database, but mysql is even better - I'm not really familiar with postgres, but I know how to do a mysqldump ;-) 2020-04-16T11:29:30 kl_eisbaer: this also means we don't necessarily need you to switch over, but of course you are welcome to help if you want to ;-) 2020-04-16T11:30:15 I'm always happy to help - but at the moment, I'm even more happy to leave this up to you 2020-04-16T11:31:50 cboltz: and in regards to postgresl: sed -i "s|myslqdump|pg_dump|g" ;-) 2020-04-16T11:32:36 that's the easy part, but - do they really use exactly the same parameters? 2020-04-16T11:34:29 the crucial point is part of ichain, 2020-04-16T11:34:51 it need the config from haproxy 2020-04-16T11:35:06 change from progress-test to progress. 2020-04-16T11:35:20 that's something I can do 2020-04-16T11:35:31 if we forget, user will cannot login. 2020-04-16T11:35:47 I see, i will be more easier. 2020-04-16T11:37:38 migrate is done. 2020-04-16T11:45:03 :-) 2020-04-16T11:45:31 clean local mysql done. 2020-04-16T11:52:55 All is good from me. Will be back at 18.00 UTC 2020-04-16T11:53:17 ok, see you later! 2020-04-16T11:59:40 -heroes-bot- PROBLEM: MySQL backup on mybackup.infra.opensuse.org - CRITICAL: No results from backup job ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=mybackup.infra.opensuse.org&service=MySQL%20backup 2020-04-16T12:08:03 kl_eisbaer: ^^^ - can you please have a look at mybackup? 2020-04-16T13:15:18 gitlab's down? 2020-04-16T13:43:14 kl_eisbaer: I'm thinking we should just move freeipa to freeipa2 when all is done all things considered (and then move back to freeipa when we can run freeipa on Leap in a year or two) 2020-04-16T13:43:33 kl_eisbaer: in any case, firefox will complain about cert issuer if we don't sync up both ipas 2020-04-16T13:44:47 obviously the implication is that admin and user logins would merge into one thing, and I don't know if that's something that you deem a bad thing ;) 2020-04-16T13:59:56 (we can sync up without merging tho) 2020-04-16T14:26:12 cboltz: can I request permissions to openSUSE/freeipa? 2020-04-16T14:27:05 (since I now maintain the SUSE ipaplatform upstream) 2020-04-16T15:16:42 mybackup => 2020-04-16 15:16:14 0 [Warning] mysqld: Disk is full writing '/var/lib/mysql-files/slave-bin/slave-bin.~rec~' (Errcode: 28 "No space left on device"). 2020-04-16T15:17:27 so there is just some other monitoring missing.... 2020-04-16T15:28:54 cboltz: what is the preference for static.opensuse.org, separate repo with submodule or just adding to the existing repo 2020-04-16T15:58:12 -heroes-bot- PROBLEM: MySQL WSREP recv on galera1.infra.opensuse.org - CRIT wsrep_local_recv_queue_avg = 22.920000 ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=galera1.infra.opensuse.org&service=MySQL%20WSREP%20recv 2020-04-16T17:12:58 cboltz: up to change haproxy and srv for matrix again? >:D 2020-04-16T17:15:15 cboltz: I will just add a reverse proxy from 8008 to 80 so it will be easier to setup with haproxy, and srv so it doesn't redirect to 8448 but to 443 2020-04-16T17:20:11 lcp: for static.o.o, just use the main repo - git submodules are annoying ;-) 2020-04-16T17:34:30 cboltz: should the gitfs on minnie now be updated? 2020-04-16T17:34:56 yes, should work now 2020-04-16T17:37:17 ok. I see that meet_infra_opensuse_org.sls is there Oo 2020-04-16T17:38:07 Specified SLS 'id.meet_infra_opensuse_org' in environment 'production' is not available on the salt master 2020-04-16T17:38:10 strange 2020-04-16T17:40:30 saltmaster log shows that there was some "fun" with fetching gitfs from gitlab 2020-04-16T17:40:51 I just triggered an update manually, can you try again? 2020-04-16T17:42:39 (as a sidenote, the saltmaster log shows a similar failure for id.mybackup-opensuse_infra_opensuse_org - but in this case we really have a wrong pillar/id/ filename) 2020-04-16T17:43:25 cboltz: submodules are great, if your repo is very branching and you don't want the core repo to be a pain to download 2020-04-16T17:43:46 but at this point this doesn't apply to static yet 😀 2020-04-16T17:45:35 cboltz: still the same error 2020-04-16T17:55:53 hi cboltz 2020-04-16T17:55:57 lethliel: another attempt - I just restarted saltmaster 2020-04-16T17:55:59 hi tuanpembual 2020-04-16T17:56:03 i am online. :D 2020-04-16T17:56:29 we start now, or still waiting someone.. 2020-04-16T17:56:47 I think we can start ;-) 2020-04-16T17:57:11 before taking the final database dump, we (actually I) need to 2020-04-16T17:57:33 - change the postfix transport map to the new server (+ a backup address to prevent mail loss) 2020-04-16T17:57:45 - shutdown current progress so that nobody can change anything there 2020-04-16T17:57:53 - write a notice on status.o.o 2020-04-16T17:58:01 did I forget anything? 2020-04-16T17:58:29 also, can you please stop postfix on the new server so that delivery of incoming mails is delayed until we have the database moved? 2020-04-16T17:58:32 I prefer stop redmine service only at old progress 2020-04-16T17:58:51 I will stop postfix. 2020-04-16T17:58:58 right, I was a bit unclear about that ;-) - I'll only stop the service, not the whole VM 2020-04-16T17:59:43 postfix stopped. 2020-04-16T18:00:37 cboltz: did not work. But now I restarted the minion on meet.o.o and it seems to work Oo 2020-04-16T18:01:07 tuanpembual, cboltz and good luck by whatever you are doing ;-) 2020-04-16T18:01:23 lethliel: maybe the minion had the error cached 2020-04-16T18:01:25 thanks lethliel 2020-04-16T18:06:50 should have run postmap before sending a test mail/ticket ;-) 2020-04-16T18:08:00 hmm, looks like postfix didn't pick up the new virtual.redmine fast enough... 2020-04-16T18:08:46 run now? 2020-04-16T18:13:13 no, interestingly the mails/tickets still arrive on the old progress :-/ 2020-04-16T18:14:46 maybe related because I stopped new redmine? 2020-04-16T18:15:04 no 2020-04-16T18:15:06 + postfix? 2020-04-16T18:15:13 I think I found it - admin@ gets routed via lists.o.o 2020-04-16T18:16:11 good 2020-04-16T18:16:22 I'll change that the hard way by editing the subscribers file on lists.o.o - not nice, but should work ;-) 2020-04-16T18:17:19 sometime hard way is accepted :) 2020-04-16T18:18:25 ah, that worked :-) 2020-04-16T18:20:01 mails now get queued (and I get a backup copy, just in case) 2020-04-16T18:20:10 I also shut down the webserver on old progress 2020-04-16T18:20:24 time to get the database dump ;-) 2020-04-16T18:20:46 you will send dump to new progress, correct? 2020-04-16T18:22:23 yes, give me a minute ;-) 2020-04-16T18:27:10 -heroes-bot- PROBLEM: HTTP progress on redmine.infra.opensuse.org - connect to address 192.168.47.29 and port 80: Connection refused ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=redmine.infra.opensuse.org&service=HTTP%20progress 2020-04-16T18:28:48 /home/cboltz/opensuse_redmine.sql 2020-04-16T18:30:07 omw 2020-04-16T18:30:25 btw, we need sync files from old redmine 2020-04-16T18:30:35 yes, I'm already working on that 2020-04-16T18:33:01 /home/cboltz/redmine-files.tar.gz 2020-04-16T18:34:16 should be 167 MB (du -h after unpacking) 2020-04-16T18:36:15 noted 2020-04-16T18:42:06 found error on migrate plugin. 2020-04-16T18:42:21 and not happen before :D 2020-04-16T18:42:25 nice :-/ 2020-04-16T18:43:50 as a sidenote - I just noticed that my sqldump includes USE `opensuse_redmine`; which is the old database 2020-04-16T18:44:01 I hope this didn't cause too much trouble ;-) 2020-04-16T18:45:39 I found clue 2020-04-16T18:45:42 wait 2020-04-16T18:48:17 redmine started 2020-04-16T18:48:27 how about ha proxy? 2020-04-16T18:48:54 but still 503. 2020-04-16T18:49:23 I'll adjust haproxy now 2020-04-16T18:52:31 done, progress.o.o is available again (using the new server) 2020-04-16T18:53:12 don't forget to start postfix again ;-) 2020-04-16T18:53:36 postfix started 2020-04-16T18:53:59 I can loging 2020-04-16T18:54:02 :D 2020-04-16T18:54:22 yes, looks like everything works 2020-04-16T18:55:31 the queued mail also arrived as a ticket :-) 2020-04-16T18:55:57 looks good. 2020-04-16T18:57:42 a little detail - the mails get sent as redmine@o.o instead of admin@o.o 2020-04-16T18:57:50 can you change that for the admin project? 2020-04-16T18:57:56 okay 2020-04-16T18:58:21 done 2020-04-16T19:00:18 do you receive email for update ticket? 2020-04-16T19:00:24 yes 2020-04-16T19:00:38 cool. 2020-04-16T19:01:43 (and the sender address is admin@ now :-) 2020-04-16T19:02:34 I think you can close the test tickets ;-) 2020-04-16T19:03:20 sure. I update my tickets regarding redmine :D 2020-04-16T19:04:22 /opt/redmine/files looks smaller than on the old server (only 143 MB, according to du -h) - did you update the files? 2020-04-16T19:04:57 my bad, I forgot. 2020-04-16T19:05:08 sorry 2020-04-16T19:05:10 no problem, the tarball is still there ;-) 2020-04-16T19:06:58 done 2020-04-16T19:07:53 thanks! 2020-04-16T19:08:03 guys, you rock! 2020-04-16T19:08:12 looks like there are only two tasks left: 2020-04-16T19:08:24 - update status.o.o to "all green" 2020-04-16T19:08:25 * kl_eisbaer is sad that his excuse for not doing tickets this evening is now gone... ;-) 2020-04-16T19:08:32 (I'll do that now) 2020-04-16T19:09:00 - write an announcement about the update - tuanpembual, I'll let that honor to you ;-) 2020-04-16T19:09:31 Finally, done :D 2020-04-16T19:09:44 almost 2 years. 2020-04-16T19:09:50 ok, so I'm obviously not the first one anymore but still let me say: Thanks a ton! :) 2020-04-16T19:10:23 you are welcome 2020-04-16T19:10:51 the first bad thing about the new redmine version – but maybe it's a custom stylesheet – is the more wasteful spacing on the screen. Is this coming from upstream? 2020-04-16T19:11:27 oh, and there is one thing that seems to have been maybe lost? favicon is no friendly geeko!!!1 2020-04-16T19:11:49 it is custom themes 2020-04-16T19:12:10 I try using gecko logo, but my css skill is very bad 2020-04-16T19:12:11 I can inject the favicon via haproxy ;-) 2020-04-16T19:12:25 nice. 2020-04-16T19:12:53 github.com/tuanpembual/redmine-opensuse-theme/ here the repo. 2020-04-16T19:13:27 adding geeko is fairly easy with css, I also looked into how exactly to implement theming 2020-04-16T19:13:34 it will be kinda hard because it's js galore in many parts 2020-04-16T19:13:37 actually it's not that easy because the HTML references a custom favicon path 2020-04-16T19:14:06 for favicon, I can do it 2020-04-16T19:14:11 tuanpembual: please wget https://static.opensuse.org/favicon.ico and place it as /themes/redmine-opensuse-theme/favicon/ 2020-04-16T19:16:42 done. 2020-04-16T19:16:55 thanks! 2020-04-16T19:17:02 just noticed we have a progress-staging.opensuse.org that redirects to itsself in an endless loop - I guess we can simply drop that in haproxy, login proxy and DNS ;-) 2020-04-16T19:17:28 much better favicon, thanks :) 2020-04-16T19:19:14 cboltz you will write an announcement. is it? 2020-04-16T19:20:03 no - you did all the work, so it should be you who writes it and gets the honor ;-) 2020-04-16T19:20:22 (if you want, I can review it before you send it out) 2020-04-16T19:21:01 oke, try to write. 2020-04-16T19:22:15 kl_eisbaer: csync2 -xv on anna tells me for some files "File stays in dirty state. Try again later..." and doesn't sync them. Any idea why, and how to fix it? 2020-04-16T19:29:25 cboltz: willing to setup haproxy/srv for matrix today, got the homeserver pretty much going 2020-04-16T19:30:15 I should probably note what changed in the issue 2020-04-16T19:30:21 yes, no problem 2020-04-16T19:30:28 just tell me what you need ;-) 2020-04-16T19:31:02 there is also haproxy setup listed in synapse doc, maybe that helps https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md#haproxy 2020-04-16T19:32:27 https://etherpad.opensuse.org/p/progress_upgrade cboltz 2020-04-16T19:32:34 I pretty much need what is in the doc 2020-04-16T19:32:41 Hi. Where can one update opensuse.org email forwardings? there are still some novell.com ones that stopped working. 2020-04-16T19:32:43 but not really good paragraf 2020-04-16T19:33:21 bmwiedemann1: that's done on connect.o.o - do you have admin permissions there (in the web interface)? 2020-04-16T19:38:22 lcp: acl matrix-path path_beg /_matrix matches paths starting with "_matrix", but probably independent of the domain - do you really need that? 2020-04-16T19:39:15 (that rule would for example match en.o.o/_matrix_foo ;-) 2020-04-16T19:39:35 it should only be for matrix.o.o really 2020-04-16T19:39:56 I don't need wikis to connect to matrix I don't think ;) 2020-04-16T19:40:00 ok, then the first rule with hdr(host) is enough ;-) 2020-04-16T19:42:49 tuanpembual: the previous version was from 2014, right? 2020-04-16T19:43:06 trying to make that note way too good I think 2020-04-16T19:43:19 I am not really sure. 2020-04-16T19:43:21 cboltz: only got freeipa groups assigned. not sure about connect. 2020-04-16T19:44:22 lcp: yes, the README.rdoc and some other files on the old redmine server is from 2014 2020-04-16T19:44:41 6 years ago 2020-04-16T19:44:48 bmwiedemann1: how many aliases do you need to change? 2020-04-16T19:49:10 cboltz where we sent that announcement? 2020-04-16T19:49:48 I'd say opensuse-project@ with heroes@ in CC 2020-04-16T19:50:16 you can also write an article on progress (in the admin project) which then gets shown on planet.o.o 2020-04-16T19:53:28 tabs https://progress.opensuse.org/projects/opensuse-admin/activity some like broken. 2020-04-16T19:53:31 :/ 2020-04-16T19:53:36 will check the log 2020-04-16T19:56:01 cboltz: so far I know of DDemaio 2020-04-16T19:56:18 yes, I've seen his ticket 2020-04-16T19:56:29 but there could be a hundred. 2020-04-16T19:57:18 s/could be/are/ - https://progress.opensuse.org/issues/64577 2020-04-16T19:58:13 in other news: you convinced me to give you admin permissions on connect ;-) 2020-04-16T19:59:03 quick howto: on the user's page (for example https://connect.opensuse.org/pg/profile/bmwiedemann ) click "Edit profile" 2020-04-16T19:59:24 then Ctrl-F "alias" and change the "opensuse.org email alias (target)" field 2020-04-16T19:59:34 that was fast level-up :-) 2020-04-16T20:00:10 -heroes-bot- RECOVERY: HAProxy on provo-proxy1.infra.opensuse.org - HAPROXY OK - debuginfod (Active: 1/1) debuginfod-nginx (Active: 1/1) static (Active: 1/1) ; See https://monitor.opensuse.org/icinga/cgi-bin/extinfo.cgi?type=2&host=provo-proxy1.infra.opensuse.org&service=HAProxy 2020-04-16T20:00:21 well, the price tag is that you may ;-) now fix quite some aliases that still point to @novell.com 2020-04-16T20:01:10 FYI: please keep the "Public" setting for all 3 "opensuse.org email alias" fields - setting it to something else will break the alias 2020-04-16T20:04:31 OK. fixed ddemaio now. Maybe easier to search in DB directly than waiting for tickets... 2020-04-16T20:05:09 if you know working addresses for the affected people, that's more than welcome ;-) 2020-04-16T20:06:45 do you know how to access the database? 2020-04-16T20:10:17 at least for the @novell.com addrs I would try @suse.com if they still work here. 2020-04-16T20:10:30 on what host is the DB? 2020-04-16T20:10:50 or maybe I can connect from connect.o.o there. 2020-04-16T20:11:39 hmm. I'm not in sudoers there. 2020-04-16T20:12:07 it's a SLE 11, don't even think about sudo ;-) 2020-04-16T20:13:50 oh, so that is why we want to get rid of it? I think, dup to SLE12 was not so easy either. needed booting off DVD with upgrade=1 2020-04-16T20:14:57 bmwiedemann1: the hope is that we can use the new login system as a replacement for it, since it can pretty much do what we need in connect 2020-04-16T20:15:33 and also noggin shows nice profiles for users so we aren't losing much there 2020-04-16T20:16:32 I'm waiting for the vms to get that thing going too :/ 2020-04-16T20:17:09 bmwiedemann1: see PM for database access 2020-04-16T20:18:38 cboltz: hm, did you do the haproxy thing? 2020-04-16T20:19:36 I've seen too many things, but now I'll get back to haproxy ;-) 2020-04-16T20:20:10 righty-o 2020-04-16T20:20:57 the login system will be a great chance to get rid of the last pieces of infra cruft like connect and the old freeipa server 2020-04-16T20:21:23 https://paste.opensuse.org/82e1b596 is our current haproxy config for matrix 2020-04-16T20:21:36 and also my own excuse to get freeipa ported to openSUSE 2020-04-16T20:22:05 so chat.o.o and dimension.o.o 443 get routed to matrix.i.o.o 80 2020-04-16T20:22:36 and matrix.o.o 443 gets routed to matrix.i.o.o 8008 2020-04-16T20:24:22 that's good, I guess 8448 is waiting for its chance to shine later ;) 2020-04-16T20:24:41 right, that's the missing part ;-) 2020-04-16T20:25:20 I still don't know what that 405 thing is about, I should probably take a look at it 2020-04-16T20:26:00 yes, might make sense ;-) 2020-04-16T20:26:46 regarding 8448 - our "bind ..." lines are slightly more interesting than the example, therefore I'd prefer if someone who knows haproxxy better does that 2020-04-16T20:30:05 alright 2020-04-16T20:30:28 it seems 405 haven't been happening since 11. April, at least not according to the access log 2020-04-16T20:37:31 cboltz: hm, I wonder if the firewall isn't blocking requests there 2020-04-16T20:37:42 for 8008 specifically 2020-04-16T20:38:20 the haproxy config is external:443 -> matrix.i.o.o:8008 2020-04-16T20:38:50 (with "external" == matrix.o.o) 2020-04-16T20:40:31 http://matrix.infra.opensuse.org:8008/ says "connection failed" - please check if something is listening there 2020-04-16T20:42:39 * lcp sent a long message: < https://matrix.org/_matrix/media/r0/download/matrix.org/hFluUTamcKbBNHoQoWijNXOu > 2020-04-16T20:42:45 right 2020-04-16T20:44:01 curl -v localhost:8008 on matrix.i.o.o seems to work 2020-04-16T20:44:07 maybe it's only listening on localhost? 2020-04-16T20:44:51 anyway - is there a reason not to route this via nginx like dimension.o.o? 2020-04-16T20:45:07 `bind_addresses: ['::1', '127.0.0.1']`, that's bizarre 2020-04-16T20:45:13 I could do that, sure 2020-04-16T20:46:52 it is on 80 now 2020-04-16T20:47:51 email sent. 2020-04-16T20:47:57 need back to sleep. 2020-04-16T20:48:08 thank you cboltz lcp 2020-04-16T20:48:42 we have to thank you ;-) 2020-04-16T20:49:39 no worries, the work you did is very important 2020-04-16T20:49:50 cboltz: yup, logged in 2020-04-16T20:49:54 matrix works 2020-04-16T20:52:03 * lcp uploaded an image: Screenshot from 2020-04-16 22-51-41.png (75KB) < https://matrix.org/_matrix/media/r0/download/matrix.org/mjIvSrGNLhXoDMbcLgxFznWJ > 2020-04-16T20:54:41 matrix.opensuse.org gives a 404 - not too surprising since you only proxy_pass /_matrix 2020-04-16T20:55:12 (as a sidenote - IIRC you wanted to have separate files for each vhost ;-) 2020-04-16T20:56:04 I will do that, except gitlab doesn't load for me for some reason 2020-04-16T20:56:24 strange, works here 2020-04-16T20:59:29 yeah, no idea why 2020-04-16T21:00:02 in any case, I think we will wait with making this instance official until account system, so we can connect it to that ldap server or to saml idp 2020-04-16T21:00:53 but it already works very well all things considered, better than I expected :P 2020-04-16T21:01:00 :-) 2020-04-16T21:01:20 speaking about auth stuff - any progress on the forums login? 2020-04-16T21:06:19 cboltz: not any more than before, I would love to get those two fedora vms I requested so we can just setup noggin and ipsilon (since we underestimated the amount of effort required for porting) 2020-04-16T21:07:28 now that we got a reality check, the way to go is to setup where we know those things work, we will handle the Leap version in a year or two, because then we can make sure everything works without any issues 2020-04-16T21:09:01 sounds like hoping to get ?noggin and ipsilon running on openSUSE within a few weeks was a bit too optimistic ;-) 2020-04-16T21:09:50 well, it sure was, but at the start of it we weren't expecting to have only few weeks :P 2020-04-16T21:10:01 the last meeting was quite a shock tbh 2020-04-16T21:10:11 yes, I can imagine 2020-04-16T21:10:25 actually I wonder if getting everything done on fedora VMs is also optimistic ;-) for that short time frame 2020-04-16T21:11:18 well, we don't have to reinvent openSUSE for that to work, quite the opposite from what we would have to do to get them going there 2020-04-16T21:12:27 it is quite shocking how little stuff we have actually in the repos related to this stuff too, so yeah, fedora is a way better idea 2020-04-16T21:13:09 still, setting up the servers and migrating all user accounts within a few weeks doesn't sound too easy to me 2020-04-16T21:13:21 even if you use a known-working distro as base 2020-04-16T21:14:52 it won't be easy, for sure 2020-04-16T21:15:40 bmwiedemann1: does SUSE have some tooling for importing the accounts ready? do you know schema of the dumps you are gonna be importing? 2020-04-16T21:21:40 cboltz: I mean, the worst case is we are using SUSE accounts for a while before we figure out our own, that's not the worst alternative 2020-04-16T21:22:10 that does cut out some people from using openid for a while, but nothing we can do if we don't manage 2020-04-16T21:22:42 right, that wouldn't be the end of the world ;-) 2020-04-16T21:30:03 kl_eisbaer: trust me, if I thought we had enough time to implement using Leap, we would do it 2020-04-16T21:59:07 cboltz: I will leave the federation port until we have the accounts figured out tho