Skip to content
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

is the '''netlink bind falied''' warning a problem to lws library? #3252

Open
pppaulpeter opened this issue Oct 28, 2024 · 0 comments
Open

Comments

@pppaulpeter
Copy link

pppaulpeter commented Oct 28, 2024

Hi Andy,

this is the lws log when i create context with lws_create_context:
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5773] N: Libwebsockets version: 4.3.3-unknown
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------ws_server uni_get_net_port websocket_port=7681,websockets_port=7682
Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------ws_server uni_get_sec_enable_cfg websocket_enable=1,websockets_enable=0
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5839] N: lws_create_context: LWS: 4.3.3-unknown, NET CLI SRV H1 H2 WS ConMon IPv6-absent
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5880] N: __lws_lc_tag: ++ [wsi|0|pipe] (1)
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5882] N: __lws_lc_tag: ++ [vh|0|netlink] (1)
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[36;1m[2024/10/28 15:20:11:5885] W: rops_pt_init_destroy_netlink: netlink bind failed
Oct 28 15:20:11 user.alert : ^[[0m
Oct 28 15:20:11 user.alert : ^[[35;1m[2024/10/28 15:20:11:5885] N: __lws_lc_untag: -- [vh|0|netlink] (0) 298μs
Oct 28 15:20:11 user.alert : ^[[0m

Oct 28 15:20:11 app.alert : [WEBSOCKET][ERROR]-------22222222ws_server lws_create_context

Although the webserver appears to be functioning correctly, the warning message at the very beginning(W: rops_pt_init_destroy_netlink: netlink bind failed) is a bit concerning to me. Could this affect any features in libwebsockets (LWS)? thanks! @lws-team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant