rsyslogd is not running, but required for mail logging. #854
Description
Devilbox logs constantly during running:
php_1 | rsyslogd is not running, but required for mail logging. php_1 | 2021-12-16 23:36:24,576 INFO exited: postfix (exit status 1; not expected) php_1 | 2021-12-16 23:36:25,652 INFO spawned: 'postfix' with pid 5433 php_1 | 2021-12-16 23:36:26,676 INFO success: postfix entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
During startup I get:
php_1 | rsyslogd: pthread_getschedparam failed during startup - ignoring. Error was Operation not permitted php_1 | rsyslogd: imklog: cannot open kernel log (/proc/kmsg): Operation not permitted. php_1 | rsyslogd: activation of module imklog failed [v8.1901.0 try https://www.rsyslog.com/e/2145 ]
Starting Devilbox with:
docker-compose up bind httpd php mysql
Specs:
Devilbox 1.9.2 on macOS 11.6 with Docker Desktop 4.3.1.
Running macOS as non admin user.
Summary:
Everything else runs fine. Tried this in the container but didn't help, would be overwritten anyway after stopping/removing container: https://stackoverflow.com/a/58950678
Thanks!