-
-
Notifications
You must be signed in to change notification settings - Fork 655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rsyslogd is not running, but required for mail logging. #854
Comments
I have the same issue, wondering if it might have something to do with Docker and support for Apple silicon as I am running on a 14" Macbook Pro with M1 Pro chip. You can also run Either way would be nice to hear what the fix is as I am also not sure |
Also an issue for me on a new Appe silicon M1 MacBook. The same files and config don't report this warning on a 2014 rMBP |
Yes, I'm also running on a Macbook Air with M1 chip |
I having this issue on MacBook M1 Pro too. |
I'm also having the same issue, and also running a M1 Macbook Pro. |
@onasipim this is just a warning and should not affect anything. Simply ignore it as I have not seen any functionality that was broken by this. I'm going to close this issue. If you encounter anything which is not working due to this warning, please clarify. |
@cytopia Can we please reopen this issue? I can submit PR but don't know where. I think the fix is pretty easy. While running on M1 Macbook Pro, When I bash into my running php7.4 container I see running rsyslogd and eg. php-fpm but like this:
The
But actually pgrep - does:
The solution to stop the logs is to bash into php container and change
to
|
@guycalledseven looks legit. Will re-open and prepare something for you to test out. |
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!
The text was updated successfully, but these errors were encountered: