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

FS#2825 - [kmod-sched-cake | kmod-nf-conntrack] module load order causing error #6656

Closed
openwrt-bot opened this issue Feb 9, 2020 · 0 comments
Labels

Comments

@openwrt-bot
Copy link

n8v8R:

Having observed in the logs

sch_cake: Unknown symbol nf_conntrack_find_get (err -2)
sch_cake: Unknown symbol nf_ct_get_tuplepr (err -2)

it would appear being caused by the static load order of kernel modules, particularly

///etc/modules.d/nf-conntrack//

being loaded after

///etc/modules.d/75-sched-cake//

Since dynamic interdependency of modules' load order would seem unfeasible changing the static load order to

///etc/modules.d/71-nf-conntrack//

remedies the issue, i.e. no further errors observed.

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

No branches or pull requests

1 participant