# tail -f /var/log/icinga2/icinga2.log [2016-01-05 09:40:44 +0000] critical/ThreadPool: Exception thrown in event handler: Error: Function call 'mkdir' failed with error code 13, 'Permission denied' Reproducible: Always Steps to Reproduce: The owner of /var/lib/icinga2/api/[log,repository,zones] was root:root. 'mkdir' fails for /var/lib/icinga2/api/packages. Actual Results: I have fixed with # chown -R icinga:icingacmd /var/lib/icinga2/api Expected Results: Ebuild should deal with 'fowners icinga:icingacmd /var/lib/icinga2/api'?
ya, was wondering where this was coming from. was gonna wait for 2.4.2 for this (they print the directory in the error message), but this is better, fixed in r2