Sunday, May 19, 2019
grimoire@muc.metronome.im
May
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
<==========================================================>

[10:42:38] <r> Hey Maranda
[10:42:59] <r> I'm having issues with a fresh installation of yunohost
[10:45:07] <r> Using yunohost's ldap backend, it seems Metronome can't write things to the storage
[10:45:24] <r> `May 19 09:20:22 datamanager error Unable to write to pep/bob storage ('/var/lib/metronome/test%2emyserver%2org/pep/bob.dat~: Permission denied') for user: nil@test.myserver.org
May 19 09:20:22 datamanager error Unable to write to privacy storage ('/var/lib/metronome/test%2emyserver%2org/privacy/bob.dat~: No such file or directory') for user: bob@test.myserver.org
May 19 09:20:22 datamanager error Unable to write to pep/bob storage ('/var/lib/metronome/test%2emyserver%2org/pep/bob.dat~: Permission denied') for user: nil@test.myserver.org
May 19 09:20:24 datamanager error Unable to write to roster storage ('/var/lib/metronome/test%2emyserver%2org/roster/bob.dat~: No such file or directory') for user: bob@test.myserver.org
[11:23:11] <Maranda> sudo chown -r metronome.admin /var/lib/metronome
[14:43:37] <r> there is no metronome.admin user, but I chowned to metronome
[14:44:18] <r> now it complains it can't find the roster storage, privacy storage etc because it can't find the .dat files
[14:44:25] <r> is there a way to trigger metronome to make them?
[14:52:06] <Maranda> No, that complain is to be ignored if you add roster entries they'll be added
[14:52:43] <Maranda> Still I'd check your yunohost configuration that means it's not using the ldap storage at all
[14:59:45] <r> in the /etc/metronome/metronome.cfg.lua it says `storage = "ldap"` are you aware of another place to check in the yunohost system?