Friday, January 15, 2021
grimoire@muc.metronome.im
January
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
             
Metronome IM "cook" book room | Support and Dev talk about the Metronome XMPP server.

Latest stable version build is: 4.0.3

For more information you can visit: https://metronome.im

Room logs can be found here: https://muc.metronome.im/logs/grimoire/

* Links *
<==========================================================>
- Building & Installation:
https://metronome.im/building
- Documentation:
https://metronome.im/documentation
- Issues Tracker:
https://github.com/maranda/metronome/issues
<==========================================================>

[08:16:04] <tomathost> Good Morning,
I am using Metronome on Yunohost.
My machine is a RaspberryPi3.
I can't manage to make user registration work on my metronome server:
I enabled it in the configuration file via "allow_registration=true" but when i try to
create a new account I get the error "Failed to write data to disk".
I checked metronome's folders permissions and they seem correct.
The rest of the configuration file is the default one.

Could you help me?
Thanks a lot.
[08:31:51] <Maranda (Aria Network)> tomathost you'll need to stop using ldap auth backend for that to work
[08:49:57] <Maranda> so in the host configuration (it's into a separate file) you need to change from:
auth = "ldap"
To:
[08:50:49] <Maranda> auth = "internal_hashed"
[08:51:36] <Maranda> and sorry I mean:
[08:51:44] <Maranda> auth = "ldap2"
[08:53:38] <Maranda> But that'll break user managing from YunoHost's UI
[09:23:01] <tomathost> Ok thank you!
[09:23:18] <tomathost> how will it break it?
[09:23:57] <Maranda (Aria Network)> It will stop using YunoHost's LDAP
[09:24:12] <Maranda (Aria Network)> So you won't be able to login with your YuNoHost users.
[09:24:42] <Maranda (Aria Network)> you'll have to re-registrate 'em manually in the flat files backend
[09:38:15] <tomathost> I'll try. Thank you a lot!
[09:39:52] <Maranda (Aria Network)> tomathost, it's better that you try on a separate virtualhost
[10:02:19] <tomathost> Can i do it on the same machine? When i tried with other projects before Yunohost didn't seem to work well with it
[11:23:14] <Maranda (Aria Network)> tomathost, afair you can, you could create a new host via the UI I think but you better ask in the yunohost support room to be sure, I don't exactly use it
[11:23:40] <Maranda (Aria Network)> and after you created it, you modify the host configuration file directly
[11:23:47] <Maranda (Aria Network)> but that's hacky
[11:24:26] <Maranda (Aria Network)> You'd be best with a deployment on a new machine, Metronome has an AUR package in case.
[11:26:43] <Maranda (Aria Network)> Annoying bridge ghosts damn it.
[11:26:55] *Maranda (Aria Network) blames Bifrost for those.
[12:27:15] <tomathost> uhm I don't have a new machine at the moment so I'll try and ask the yunohost support. Again thank you :)
[14:36:08] <Maranda> tomathost, no problem