-
Notifications
You must be signed in to change notification settings - Fork 422
Open
Labels
Description
Describe the bug
On start:
2023-04-26 05:17:33.409279+00:00 [warning] <0.469.0> Transport option binary unknown or invalid.
2023-04-26 05:17:33.409279+00:00 [warning] <0.469.0>
2023-04-26 05:17:33.409395+00:00 [warning] <0.469.0> Transport option {packet,raw} unknown or invalid.
2023-04-26 05:17:33.409395+00:00 [warning] <0.469.0>
2023-04-26 05:17:33.409459+00:00 [warning] <0.469.0> Transport option {reuseaddr,true} unknown or invalid.
2023-04-26 05:17:33.409459+00:00 [warning] <0.469.0>
These are configured via:
https://github.com/rabbitmq/chef-cookbook/blob/v5.x/templates/default/rabbitmq.config.erb#L77
This seems to have been removed in ~2016:
https://bugs.launchpad.net/fuel/+bug/1570323/comments/5
Reproduction steps
- Cook an Ubuntu 22.04 machine, using system packages
- Have it install 3.9.13
3.tail -n 100 /var/log/rabbitmq/[email protected]
Expected behavior
No deprecated config options for more modern versions
Additional context
No response