Thursday, July 25, 2024
support@conference.yunohost.org
July
Mon Tue Wed Thu Fri Sat Sun
1
2
3
4
5
6 7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
       
             

[08:05:17] <T> Good morning everyone!
[08:05:42] <T> How can I find which apps use mongod?
[08:10:48] <orhtej2> > <@tsh:envs.net> How can I find which apps use mongod?

sudo apt-cache rdepends mongod
[08:11:59] <orhtej2> Package is mongodb-org actually i believe
[09:10:26] <T> > Package is mongodb-org actually i believe

Thanks correct! Found out that wekan uses this but 2 weeks ago when i tried to upfgade wekan it got me an error and then i could not restore. And service mongod is appearing in the services but is not starting
[09:11:04] <T> I guess i need to remove mongod and try to restore wekan from the backups
[09:11:32] <T> So what is the command? sudo yunohost service remove mongod?
[09:26:13] <helloimthebiggestbillionaire> xmpp:asdfghjj@conversations.im?omemo-sid-1324626190=e98562c08a59a4b0e775e50db5378cfbd48689318ebbd8e4e30440d8a1e2a855
[09:26:25] <T> I did remove it, but unfortunately wekan cannot be restored. Something is going on in the script regarding the mongod package
[09:26:28] <helloimthebiggestbillionaire> Y'all need to add this guy rapidly
[09:26:44] <helloimthebiggestbillionaire> Click that link rn
[09:29:59] <Salamandar> Looks fishy, please don't click (until this message is removed by modos)
[09:38:29] <helloimthebiggestbillionaire> Nahhh
[09:38:44] <helloimthebiggestbillionaire> Dont twist my kindness
[11:37:46] <rodinux> Hi, I don't understand why on a server Yunohost the LDAP works, but when a user clic from sso to Roundcube or Nextcloud, need enter the ID and passwd, not automaticly connected...
[11:39:23] <rodinux> Perhaps because in this server Yunohost there is a lot of users ? Does a limit exist ?
[12:01:29] <rodinux> I have logs like
- Jul 25 11:46:11 slapd[831]: slap_global_control: unrecognized control: 1.3.6.1.4.1.4203.666.5.16
- Jul 25 11:46:23 slapd[831]: get_filter: unknown filter type=48
- Jul 25 11:46:23 slapd[831]: get_filter: unknown filter type=48
- Jul 25 11:46:39 slapd[831]: slap_global_control: unrecognized control: 1.3.6.1.4.1.42.2.27.8.5.1
- Jul 25 11:46:57 slapd[831]: slap_global_control: unrecognized control: 1.3.6.1.4.1.42.2.27.8.5.1

[12:27:35] <Aleks (he/him/il/lui)> I think there's maybe some edge case with Nextcloud being on a subdomain ?
[12:27:45] <Aleks (he/him/il/lui)> is Nextcloud installed on the very same domain than the sso ?
[12:29:10] <rodinux> Each app are on a subdomain like nextcloud.domain.tld webmail.domain.tld and the default domain is yuno.domain.tld
[12:30:23] <Aleks (he/him/il/lui)> ah yes
[12:30:33] <Aleks (he/him/il/lui)> well yeah that's this case ...
[12:30:52] <Aleks (he/him/il/lui)> the sso is on `sub1.domain.tld` and the app is on `sub2.domain.tld`
[12:31:40] <Aleks (he/him/il/lui)> so that doesnt automatically log people in, probably because it can't emit a cookie for `*.domain.tld`
[12:31:42] <Aleks (he/him/il/lui)> ¯\_(ツ)_/¯
[12:32:18] <Aleks (he/him/il/lui)> maybe that's sort-of adressed in bookworm it'll be possible for the portal to be on a different domain than the portal API
[12:32:39] <Aleks (he/him/il/lui)> (i don't even know if that's doable in practice but anyway)
[12:32:55] <Aleks (he/him/il/lui)> no magic fix for this apart from using `domain.tld` as the main domain ...
[12:44:47] <rodinux> Ok, I understand now... thanks
[18:13:14] <rodinux> hello I try fix discourse configuration for send mails... test are failing...
[18:37:43] <rodinux> I have erreors like
Jul 25 18:35:45 yuno postfix/smtpd[1699892]: TLS SNI localhost from localhost[127.0.0.1] not matched, using default chain
Jul 25 18:35:45 yuno postfix/smtpd[1699892]: Anonymous TLS connection established from localhost[127.0.0.1]: TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (3072 bits) server-digest SHA256
Jul 25 18:35:45 yuno postfix/smtpd[1699892]: lost connection after STARTTLS from localhost[127.0.0.1]
Jul 25 18:35:45 yuno postfix/smtpd[1699892]: disconnect from localhost[127.0.0.1] ehlo=1 starttls=1 commands=2
Jul 25 18:36:17 yuno dovecot: pop3-login: Login: user=<reponse>, method=PLAIN, rip=127.0.0.1, lip=127.0.1.1, mpid=1699908, TLS, session=<JAiYqxYewOB/AAAB>
[19:06:41] <rodinux> Well I don't know how debug...
[22:59:52] <Aleks (he/him/il/lui)> (to me it's not even clear what's supposed to be the "error" in what you're sharing)
[23:10:53] <Aleks (he/him/il/lui)> except maybe `TLS SNI localhost from localhost[127.0.0.1] not matched`, like it's trying to contact the mail sever through localhost, but there's no valid SSL cert for localhost, so the client doesn't like it and ends the connection