Re: [Kolab-devel] Winterfell: wallace on CentOS7 does not start anymore

Timotheus Pokorra <[email protected]> Tue, 20 Sep 2016 21:39:19 +0200
Newsgroups gmane.comp.kde.devel.kolab
Message-ID <CAJ0=nQfqh44+wS9EBXTFXtUPQWL8mqaAi7M8u1GYm32Xy477Dg__27825.9166320369$1474400382$gmane$org@mail.gmail.com>
Hello,

> mkdir(name, mode)
> OSError: [Errno 13] Permission denied: '/run/wallaced'
I have fixed it now.
https://obs.kolabsys.com/request/show/1786
Seems, I need to make this call:
systemd-tmpfiles --create
in the post section of wallace and kolab-server, so that the
directories /run/wallaced and /run/kolabd are created.
They are automatically created on restart, but were missing
immediately after the fresh installation of the packages.

Timotheus