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

vlan_mon and ipoe kernel modules not loaded #6

Open
MD1614-TUD opened this issue Jun 7, 2019 · 4 comments
Open

vlan_mon and ipoe kernel modules not loaded #6

MD1614-TUD opened this issue Jun 7, 2019 · 4 comments

Comments

@MD1614-TUD
Copy link
Contributor

At present vlan_mon cannot be loaded in the kernel.

@butjar butjar changed the title vlan_mon: kernel module is not loaded vlan_mon and ipoe kernel modules not loaded Jun 7, 2019
@butjar
Copy link
Contributor

butjar commented Jun 7, 2019

Reproduce:

$ docker logs accel-pppd
[2019-06-07 10:52:57.947] accel-ppp version ae4c3be6ba262224a0f934bc980db9a729ba96a6
[2019-06-07 10:52:57.948] genl: error talking to kernel
[2019-06-07 10:52:57]: error: genl: error talking to kernel
[2019-06-07 10:52:57.948] ipoe: unclassified packet handling is disabled
[2019-06-07 10:52:57]:  warn: ipoe: unclassified packet handling is disabled
[2019-06-07 10:52:57.970] genl: error talking to kernel
[2019-06-07 10:52:57]: error: genl: error talking to kernel
[2019-06-07 10:52:57.970] vlan_mon: kernel module is not loaded
[2019-06-07 10:52:57]:  warn: vlan_mon: kernel module is not loaded

@butjar
Copy link
Contributor

butjar commented Jun 7, 2019

I think #7 is related. It seems that accel-ppp uses genl to check if the kernel modules are loaded:
see https://github.com/xebd/accel-ppp/blob/f5d5b536c381db907ac92878221a3790f2f15842/accel-pppd/vlan-mon/vlan_mon.c#L521 ff

@butjar
Copy link
Contributor

butjar commented Jun 7, 2019

@butjar
Copy link
Contributor

butjar commented Jun 7, 2019

Error message with debug log enabled:

[2019-06-07 13:31:58.400] accel-ppp version ae4c3be6ba262224a0f934bc980db9a729ba96a6
[2019-06-07 13:31:58.401] open ns (null)
[2019-06-07 13:31:58.402] libnetlink: RTNETLINK answers: No such file or directory
[2019-06-07 13:31:58]: debug: libnetlink: RTNETLINK answers: No such file or directory
[2019-06-07 13:31:58.402] genl: error talking to kernel
[2019-06-07 13:31:58]: error: genl: error talking to kernel
[2019-06-07 13:31:58.402] ipoe: unclassified packet handling is disabled
[2019-06-07 13:31:58]:  warn: ipoe: unclassified packet handling is disabled
[2019-06-07 13:31:58.431] libnetlink: RTNETLINK answers: No such file or directory
[2019-06-07 13:31:58.431] genl: error talking to kernel
[2019-06-07 13:31:58]: debug: libnetlink: RTNETLINK answers: No such file or directory
[2019-06-07 13:31:58]: error: genl: error talking to kernel
[2019-06-07 13:31:58.431] vlan_mon: kernel module is not loaded
[2019-06-07 13:31:58]:  warn: vlan_mon: kernel module is not loaded
[2019-06-07 13:31:58.431] ipoe: start interface eth0 ()
[2019-06-07 13:31:58]:  info: ipoe: start interface eth0 ()
[2019-06-07 13:31:58.433] libnetlink: RTNETLINK answers: No such device
[2019-06-07 13:31:58]: debug: libnetlink: RTNETLINK answers: No such device

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

2 participants