[05:22:32]
<niklas> Hi all, I recently installed the mailman application to try it out. Unfortunately it's very broken and so I uninstalled again. Now I get a diagnostics warning under services status check: `Service mailman3-web is unknown :(`
[05:23:16]
<niklas> It seems like something wasn't properly uninstalled. How can I tell YH manually that it doesn't have to worry about that service anymore?
[06:22:35]
<chrichri ⚡> > <@niklas:freiburg.social> Hi all, I recently installed the mailman application to try it out. Unfortunately it's very broken and so I uninstalled again. Now I get a diagnostics warning under services status check: `Service mailman3-web is unknown :(`
If you have access to the command line:
```
yunohost service remove mailman
yunohost service remove mailman-web
systemctl stop mailman
systemctl stop mailman-web
systemctl disable mailman
systemctl disable mailman-web
rm /etc/systemd/system/mailman.service
rm /etc/systemd/system/mailman-web.service
systemctl daemon-reload
systemctl reset-failed
ls /etc/systemd/system | grep mailman
systemctl | grep mailman
systemctl list-unit-files | grep mailman
yunohost service status | grep mailman
```
The last four commands shouldn't return anything if the left-overs from mailman are removed completely. If successfull the Debian integration in systemd will be removed and the yunohost service integration about which you probably had the warnings.
[06:53:09]
<niklas> Thank you so much! I think `yunohost service remove` was the command I was looking for
[07:45:34]
<Séβαστιεν> > <@tuxakadjseb:mozilla.org> Merci isAAAc. Je vais étudier ça de près.
J’ai contacté mon FAI associatif sur le sujet. Ils font la fibre depuis 2 ans, via Aquilenet ou FDN justement. Je vais donc passer par eux. Cool. Merci encore isAAAc de m’avoir suggéré ça 😀
[08:46:38]
<isAAAc> avec le playsir Séβαστιεν ;)
[10:52:37]
<tierce> Polp… j'aimerais éditer le ldap à la main pour y enlever des crasses qui restent suite à un yunohost upgrade qui a eu droit à une coupure de courant.
Je pensais utiliser `ldapvi -h ldapi:/// -D "cn=admin,dc=yunohost,dc=org"` mais même en étant authentifié avec le mot de passe de l'admin, lorsque je veux écrire mes modifications, j'ai le message `ldap_delete: Insufficient access (50) / additional info: no write access to parent`.
[10:53:06]
<tierce> Comment utiliser ldapvi avec des droits suffisants ?
[10:53:56]
<Aleks (he/him/il/lui)> hmmm
[10:54:13]
<Aleks (he/him/il/lui)> maintenant l'user admin existe plus, il faut faire genre heu le cn d'un user qui est dans le groupe admins
[10:54:45]
<tierce> okey… je vais essayer ça :)
[10:54:46]
<Aleks (he/him/il/lui)> genre `uid=some_admin_user,ou=users,dc=yunohost,dc=org`
[10:55:24]
<Aleks (he/him/il/lui)> (et evidemment il faut le mdp approprié à un moment)
[10:55:28]
<Aleks (he/him/il/lui)> y'a aussi eu un fix y'a quelques semaines pour que ca marche donc il faut etre un minimum à jour
[10:55:36]
<Aleks (he/him/il/lui)> (cf https://github.com/YunoHost/yunohost/pull/1836)
[11:41:49]
<tierce> J'ai essayé avec un user qui est bien dans le groupe admins mais sans succès.
J'ai la 11.2.13… je vois bien
```
grep groupOfNamesYnh /usr/share/yunohost/conf/slapd/config.ldif
by group/groupOfNamesYnh/member.exact="cn=admins,ou=groups,dc=yunohost,dc=org" write
olcMemberOfGroupOC: groupOfNamesYnh
```
Mais la db config du ldap n'a pas la même choses …
```
slapcat -n 0 | grep groupOfNames
olcObjectClasses: {7}( 2.5.6.9 NAME 'groupOfNames' DESC 'RFC2256: a group of
olcObjectClasses: {0}( 1.3.6.1.4.1.17953.9.2.1 NAME 'groupOfNamesYnh' DESC '
rnal,cn=auth" write by group/groupOfNames/member.exact="cn=admins,ou=grou
olcMemberOfGroupOC: groupOfNamesYnh
```
[11:45:39]
<tierce> Comment la correction du config.ldif est-elle appliquée ?
[13:12:09]
<tierce> Même avec `regen-conf` ça ne change pas.
On est d'accord qu'avec `slapcat` je devrais voir `…by group/groupOfNamesYnh/member.exact="cn=admins…` et pas `…by group/groupOfNames/member.exact="cn=admins…` ?
[13:33:30]
<Aleks (he/him/il/lui)> uuuuuh
[13:33:32]
<Aleks (he/him/il/lui)> hmm
[13:33:32]
<Aleks (he/him/il/lui)> ouai
[13:35:16]
<Aleks (he/him/il/lui)> tierce: maybe a migration needs to be done and wasnt done T_T
[13:35:46]
<Aleks (he/him/il/lui)> (to reflect the PR fix)
[13:40:34]
<3dart> Hello,
yunohosters.
I have installed Synapse and synapse admin. when i tried to log in synapse admin ui and click the button **sign in with sso** it says: **Your session has ended, please reconnect.**
Could you please help?
[13:41:01]
<3dart> Hello,
yunohosters.
I have installed Synapse and synapse admin. when i tried to log in synapse admin ui and click the button **sign in with sso** it says: **Your session has ended, please reconnect.**
Could you please help? or any idea why it could happen?
[14:13:18]
<3dart> user had admin rights in yunohost. but i tried it also in cli. like,
`/opt/yunohost/matrix-synapse/set\_admin\_user.sh '@username:doman.com'`
[14:13:47]
<3dart> user had admin rights in yunohost. but i tried it also in cli. like,
`/opt/yunohost/matrix-synapse/set_admin_user.sh '@username:domain.com'`
[14:14:25]
<Salamandar> hmmm
[14:14:31]
<Salamandar> synapse-admin has some well-known issues
[14:15:17]
<Salamandar> but looks like it's a new one…
[14:18:57]
<3dart> **Returned msg:**
```
root@yunoserver:~# /opt/yunohost/matrix-synapse/set_admin_user.sh '@username:domain.com'
++ app=synapse
++ [[ db_name =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse db_name
++ set +o xtrace
++ app=synapse
++ [[ db_user =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse db_user
++ set +o xtrace
++ app=synapse
++ [[ db_pwd =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse db_pwd
++ set +o xtrace
++ app=synapse
++ [[ server_name =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse server_name
++ set +o xtrace
+ database=synapse
+ '[' -n synapse ']'
+ database=--database=synapse
++ cat /etc/yunohost/psql
+ ynh_psql_connect_as --user=postgres --password=0cuA66sNfuAjkMFhBH3AAndM --database=synapse
+ local legacy_args=upd
+ args_array=(['u']='user=' ['p']='password=' ['d']='database=')
+ local -A args_array
+ local user
+ local password
+ local database
+ ynh_handle_getopts_args --user=postgres --password=0cuA66sNfuAOkMFhBH3AAndM --database=synapse
+ set +o xtrace
+ database=synapse
+ sudo --login --user=postgres PGUSER=postgres PGPASSWORD=0cuA66sNfuAOkMFhBH3AAndM psql synapse
UPDATE 0
+ exit 0
```
[14:19:12]
<3dart> **Returned msg:**
```
root@yunoserver:~# /opt/yunohost/matrix-synapse/set_admin_user.sh '@username:domain.com'
++ app=synapse
++ [[ db_name =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse db_name
++ set +o xtrace
++ app=synapse
++ [[ db_user =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse db_user
++ set +o xtrace
++ app=synapse
++ [[ db_pwd =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse db_pwd
++ set +o xtrace
++ app=synapse
++ [[ server_name =~ (unprotected|protected|skipped)_ ]]
++ ynh_app_setting get synapse server_name
++ set +o xtrace
+ database=synapse
+ '[' -n synapse ']'
+ database=--database=synapse
++ cat /etc/yunohost/psql
+ ynh_psql_connect_as --user=postgres --password=0cuA66sNfuAjkMFhBH3AAndM --database=synapse
+ local legacy_args=upd
+ args_array=(['u']='user=' ['p']='password=' ['d']='database=')
+ local -A args_array
+ local user
+ local password
+ local database
+ ynh_handle_getopts_args --user=postgres --password=0cuA66sNfuAOkjFhBH3AAndM --database=synapse
+ set +o xtrace
+ database=synapse
+ sudo --login --user=postgres PGUSER=postgres PGPASSWORD=0cuA66sNjjjkMFhBH3AAndM psql synapse
UPDATE 0
+ exit 0
```
[14:20:32]
<3dart> also i tried to follow this man but i dont know how complete the code.
https://github.com/YunoHost-Apps/synapse-admin_ynh/pull/13#issuecomment-1114269702
[14:43:02]
<eric_G> Did someone using TT-RSS tried [Yarr](https://apps.yunohost.org/app/yarr) as a RSS reader? how does it compare? can Yarr replace TT-RSS?
[17:38:49]
<bamf> Hi, I am getting a mail daily "Issues found by automatic diagnosis" daily. how can I deactivate this?
[17:45:54]
<bamf> found it, need to click ignore on every single issue
[19:12:54]
<12b> > Oh, there's no automatic migration? Then perhaps include migration steps in the readme/erite tutorial in the forums? Useful stuff 👍
Here it is : https://forum.yunohost.org/t/how-to-migrate-gitea-to-forgejo/29917
[20:44:41]
<rathantara> synapse requires its own (sub)domain now?
[21:52:13]
<tituspijean> Yes