Monday, March 25, 2024
support@conference.yunohost.org
March
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
             

[00:54:16] <aiboz> is it possible to add Threema server ? or its closed source
[05:59:47] <lautre> Please give links.
[07:30:05] <tituspijean> > <@ipqngxqbeioo:matrix.org> was able to use right click inspect ellemet to copy logs. annoying. please disable whatever it is yall use to prevent text from being selected. hate it when websites deliberatly try to prevent users from doing things like selecting text or right clicking.

Hum, about that, we disabled copy and pasting from that textbox for *our own sake and sanity*:

Too many users would only paste these few lines (that are usually inefficient to debug issues) despite being prompted several times to use the damn "Share with YunoPaste" button.

It is annoying for you, but was implement for the sake of the people providing support... and at least we explain how to unlock it, albeit it's buggy?
[12:59:56] <ipqngxqbeioo> > <@titus:pijean.ovh> Hum, about that, we disabled copy and pasting from that textbox for *our own sake and sanity*:
>
> Too many users would only paste these few lines (that are usually inefficient to debug issues) despite being prompted several times to use the damn "Share with YunoPaste" button.
>
> It is annoying for you, but was implement for the sake of the people providing support... and at least we explain how to unlock it, albeit it's buggy?

there is almost always a semi-rational reason for implimenting dark patterns and anti-user behavior
[13:03:25] <ipqngxqbeioo> some reasons are beter then others, and I've not really had enough caffeen to judge whether or not this particular anti-feature or dark pattern or whatever we want to call it is justified.it may well be.
[13:58:49] <mathieuw> > <@nouckey:matrix.org> mais c'est bon c'est fini ça n'a pas marché le réseau a survécu

Hi @nouckey,
I'm (chat)touilleur AT YunoHost, (kind of part of the core team - despite my lack of technical knowledges).
I've sent you a PM request this morning to talk about your initiative.
Would you accept to give me some feedbacks to help us progaming events like you've initiated to being technically successful and more satisfying?
Thanks in advance!
[16:37:35] <thatoo> Hello, I tried two time to install Nextcloud on Yunohost on raspbery pi 3. It failed : https://paste.yunohost.org/raw/cikobisipe
Do you think rpi 3 is too weak now to install nextcloud? 
[17:38:53] <thatoo> Comme c'est mon rpi de test, je ne saurais pas dire, c'est possible
[17:54:53] <Chatpitaine Caverne> thatoo: C'est peut-être une bêtise, mais je tenterais de voir si un répertoire `/home/yunohost.app/nextcloud` existe et je le flinguerais ou mv sous un autre nom.
Puis ensuite voir si une database nextcloud n'existerait pas dans mysql et drop database si la 1ère action n'avait pas suffit.
[18:07:39] <Chatpitaine Caverne> thatoo: ça ne ressemble pas à un problème de ressources :

```
2024-03-25 16:23:30,868: DEBUG - + sudo -u nextcloud php8.2 --define apc.enable_cli=1 occ --no-interaction --no-ansi maintenance:install --database mysql --database-name nextcloud --database-user nextcloud --database-pass 2cd64f00dac2739ef404e5e6 --admin-user admin --admin-pass ********** --data-dir /home/yunohost.app/nextcloud/data
2024-03-25 16:23:39,109: DEBUG - Username is invalid because files already exist for this user
2024-03-25 16:23:39,195: DEBUG - + ynh_die '--message=Unable to install nextcloud'
```

Avais-tu déjà installé ou tenté d'installer nextcloud sur ce RPI ?

Edit: Oh shit I spoke french sorry !
[18:16:59] <Chatpitaine Caverne> On my side, I managed to break slapd service. And I was for a time completely out of my server. Hopefully SSH is still awake. I managed to get services working again. But slapd refuse to restart.
So I'm in a particular situation cause I did the stupid mistake to try to install a Wifi hotspot on my server (doing that I was telling myself : don't do that on your production server. You have another Pi which is only a Peertube runner do it on it. But I didn't listen to me).
I followed this tutorial : https://raspberrytips.fr/point-acces-wifi-raspberry-pi/
So I installed the Hostapd package which seems to be responsible of the break of slapd. But since I disabled this service and I also uninstalled Hostapd but no way to get slapd service start again. Can anyone help me on this point ?

The error is not too clear :
```
# systemctl status slapd.service
● slapd.service - LSB: OpenLDAP standalone server (Lightweight Directory Access Protocol)
Loaded: loaded (/etc/init.d/slapd; generated)
Drop-In: /usr/lib/systemd/system/slapd.service.d
└─slapd-remain-after-exit.conf
/etc/systemd/system/slapd.service.d
└─ynh-override.conf
Active: activating (auto-restart) (Result: exit-code) since Mon 2024-03-25 18:28:18 CET; 2s ago
Docs: man:systemd-sysv-generator(8)
Process: 2688 ExecStart=/etc/init.d/slapd start (code=exited, status=1/FAILURE)
CPU: 82ms

Mar 25 18:28:21 cirkau.art systemd[1]: Starting LSB: OpenLDAP standalone server (Lightweight Directory Access Protocol)...
Mar 25 18:28:21 cirkau.art slapd[2728]: @(#) $OpenLDAP: slapd 2.4.57+dfsg-3+deb11u1 (May 14 2022 18:32:57) $
Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Mar 25 18:28:21 cirkau.art slapd[2728]: daemon: bind(9) failed errno=99 (Cannot assign requested address)
Mar 25 18:28:21 cirkau.art slapd[2728]: slapd stopped.
Mar 25 18:28:21 cirkau.art slapd[2728]: connections_destroy: nothing to destroy.
Mar 25 18:28:21 cirkau.art slapd[2722]: Starting OpenLDAP: slapd
Mar 25 18:28:21 cirkau.art slapd[2736]: failed!
Mar 25 18:28:21 cirkau.art systemd[1]: slapd.service: Control process exited, code=exited, status=1/FAILURE
Mar 25 18:28:21 cirkau.art systemd[1]: slapd.service: Failed with result 'exit-code'.
Mar 25 18:28:21 cirkau.art systemd[1]: Failed to start LSB: OpenLDAP standalone server (Lightweight Directory Access Protocol).
```
[18:18:32] <Chatpitaine Caverne> On my side, I managed to break slapd service. And I was for a time completely out of my server. Hopefully SSH is still awake. I managed to get services working again. But slapd refuse to restart.
So I'm in a particular situation cause I did the stupid mistake to try to install a Wifi hotspot on my server (doing that I was telling myself : don't do that on your production server. You have another Pi which is only a Peertube runner do it on it. But I didn't listen to me).
I followed this tutorial : https://raspberrytips.fr/point-acces-wifi-raspberry-pi/
So I installed the Hostapd package which seems to be responsible of the break of slapd. But since I disabled this service and I also uninstalled Hostapd but no way to get slapd service start again. Can anyone help me on this point ?

The error is not too clear :

```
# systemctl status slapd.service
● slapd.service - LSB: OpenLDAP standalone server (Lightweight Directory Access Protocol)
Loaded: loaded (/etc/init.d/slapd; generated)
Drop-In: /usr/lib/systemd/system/slapd.service.d
└─slapd-remain-after-exit.conf
/etc/systemd/system/slapd.service.d
└─ynh-override.conf
Active: activating (auto-restart) (Result: exit-code) since Mon 2024-03-25 18:28:18 CET; 2s ago
Docs: man:systemd-sysv-generator(8)
Process: 2688 ExecStart=/etc/init.d/slapd start (code=exited, status=1/FAILURE)
CPU: 82ms

Mar 25 18:28:21 systemd[1]: Starting LSB: OpenLDAP standalone server (Lightweight Directory Access Protocol)...
Mar 25 18:28:21 slapd[2728]: @(#) $OpenLDAP: slapd 2.4.57+dfsg-3+deb11u1 (May 14 2022 18:32:57) $
Debian OpenLDAP Maintainers <pkg-openldap-devel@lists.alioth.debian.org>
Mar 25 18:28:21 slapd[2728]: daemon: bind(9) failed errno=99 (Cannot assign requested address)
Mar 25 18:28:21 slapd[2728]: slapd stopped.
Mar 25 18:28:21 slapd[2728]: connections_destroy: nothing to destroy.
Mar 25 18:28:21 slapd[2722]: Starting OpenLDAP: slapd
Mar 25 18:28:21 slapd[2736]: failed!
Mar 25 18:28:21 systemd[1]: slapd.service: Control process exited, code=exited, status=1/FAILURE
Mar 25 18:28:21 systemd[1]: slapd.service: Failed with result 'exit-code'.
Mar 25 18:28:21 systemd[1]: Failed to start LSB: OpenLDAP standalone server (Lightweight Directory Access Protocol).
```
[18:20:35] <Aleks (he/him/il/lui)> >daemon: bind(9) failed errno=99 (Cannot assign requested address)
[18:20:57] <Aleks (he/him/il/lui)> typically that means something is already using the corresponding port ... or maybe you broke IPv6 and slapd wants to listen on IPv6
[18:37:46] <Chatpitaine Caverne> Thank you. So I tried to force it on ipv4 by putting 127.0.0.1 insteed of localhost, but still not happy. I put back localhost. I think I should stop computer for today, to speedy fasty creasy today...