[11:35:55]
<Maxnet> Could this be fixed by asking in the forum thread to reset the URL and then register it again?
[11:35:56]
<Aleks (he/him/il/lui)> maybe, or supposedly if you defined a recovery password you should be able to delete/re-register the domain autonomously, but i'm not even sure that would solve the issue
[12:55:38]
<Christopher> I was able to fix my Yunohost Nextcloud with
```
yunohost app shell nextcloud php occ maintenance:repair
```
[13:52:26]
<232> I can't see Coturn in the app list is it available.
[13:53:54]
<Aleks (he/him/il/lui)> https://apps.yunohost.org/catalog?search=coturn
[14:35:59]
<100ders> Hi all,
I'm having some login issues with opencloud app. Is this the right place to seek for help ?
[15:14:44]
<100ders> I've installed app on a VPS on a subdomain created via yunohost.
After install, I'm presented with a http 500 error.
Looking in the logs:
> {"level":"error","service":"storage-users","host.name":"******.com","pkg":"rgrpc","driver":"posix","error":"could not find space for path /home/yunohost.app/opencloud/storage/users","path":"/home/yunohost.app/opencloud/storage/users/nodes","time":"2025-11-16T00:50:25+01:00","message":"could not assimilate item"}
. {"level":"error","service":"storage-users","host.name":"******.com","pkg":"rgrpc","driver":"posix","error":"could not find space for path /home/yunohost.app/opencloud/storage/users","path":"/home/yunohost.app/opencloud/storage/users/trash","time":"2025-11-16T00:50:25+01:00","message":"could not assimilate item"
{"level":"error","service":"idm","bind\_dn":"uid=idp,ou=sysusers,o=libregraph-idm","op":"bind","remote\_addr":"127.0.0.1:57668","time":"2025-11-16T00:52:10+01:00","message":"invalid credentials"} {"level":"error","service":"idp","error":"ldap identifier backend logon connect error: LDAP Result Code 49 "Invalid Credentials": ","time":"2025-11-16T00:52:10+01:00","message":"identifier failed to logon with backend"}
[15:15:08]
<100ders> not sure what "could not find space for path" means
[15:15:13]
<100ders> but guessing the issue lies there
[15:15:42]
<100ders> host.name is domain.tld, app is accesible via subdomain on sub.domain.tld
[15:17:19]
<Aleks (he/him/il/lui)> eeeh okay, naively it feels like a lack of disk space ? but that's a bit odd formulation for such a message ... but can you double check with `df -h /home/yunohost.app/opencloud/storage/users` that the corresponding disk/partition has some reasonable remaining space ?
[15:20:54]
<100ders> > Filesystem Size Used Avail Use% Mounted on
/dev/sda2 915G 17G 852G 2% /
[15:20:57]
<100ders> mucho space
[15:22:05]
<232> > https://apps.yunohost.org/catalog?search=coturn
Thanks Aleks, I searched all apps just got link for third party apps with sample github link ?
[15:23:17]
<Aleks (he/him/il/lui)> (i don't understand what you're trying to say ...)
[17:04:10]
<thatoo> Je viens juste d'installer yunohst sur un raspi.
Malheureusement, il n'était pas branché en ethernet au moment du premier boot (trop tard).
Il a pris l'IP 192.168.10.242.
Depuis, je le branche en ethernet à mon réseau (192.168.1.xxx) et il ne prend pas d'IP via le dhcp et garde son ip 192.168.10.242.
J'ai essayé en modifiant le fichier `/etc/network/interfaces.d/eth0` qui est originellement
```
auto eth0
allow-hotplug eth0
iface eth0 inet dhcp
post-up ip a a fe80::42:acab/128 dev eth0
```
een
```
auto eth0
iface eth0 inet static
address 192.168.1.65
netmask 255.255.255.0
gateway 192.168.1.1
```
en ayant fixé son ip avec la mac dans mon routeur.
Il reste injoignable sur l'IP 192.168.1.65.
J'ai donc rechangé et remis le fichier d'origine en plugant la carte sd dans mon ordi et il répond de nouveau sur son ip 192.168.10.242.
Que faire pour qu'il gagne un IP du réseau local.
Etrangement, alors que mon réseau est en 192.168.1.xxx (on ordinateur aussi), j'arrive à pinger 192.168.10.242, à me connecter en https et en ssh. Par contre connecté en ssh, lui ne peut pas pinger 192.168.1.1 (Destination Net Unreachable) ce qui me smeble logique pour le coup.
Je suis un peu perplexe et ne sais pas trop quoi faire.
[17:48:26]
<homelab-fr> bonsoir à tous, en essayant d'installer "autobd" j'ai eu ce gros message d'erreur : https://paste.yunohost.org/raw/adoredavar quelqu'un aurait-il une idée svp ? Merci d'avance pour votre aide !
[18:01:44]
<100ders> any other idea ?
[19:51:09]
<232> > (i don't understand what you're trying to say ...)
Sorry my reply was a bit ambiguous, I had searched for coturn in the app catalogue but never found it. From your link I downloaded coturn and now have A/V working thanks