Maxim Cournoyer writes: > Hi Hilton, > > Hilton Chain writes: > > [...] > >> As said in [1], I have changed to use bind mount instead, currently >> locally and >> available in [2]. This approach should get rid of symlink issues. > > As mentioned on IRC, I've tried all these, but I'm still left with a > broken 'jami-provisioning' system test. It still needs investigating to > understand what is at cause. I've tried many things such as having our > dbus use /run instead of /var/run (via a graft -- I hope this was in > effect in the system tests, it looks like it should), but the problem > persisted. mkdir-p/perms does not accept symlinks[1], adjust mkdir-p/perms to ``` (mkdir-p "/var/run/jami") (chown "/var/run/jami" (passwd:uid user) (passwd:gid user)) (chmod "/var/run/jami" #o700) ``` can work and (@@ (gnu tests telephony) make-jami-os) need remove shepherd-system-log-service-type and add syslog-service-type can successed. A rough modification is as follows.