-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
FS#2346 - [kmod-sched-cake] infrequent kernel crashes and unknown symbol errors #7206
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
Comments
n8v8R: quite some time (some hours) after the boot the log is also displaying: nf_conntrack: default automatic helper assignment has been turned off for security reasons and CT-based firewall rule not found. Use the iptables CT target to attach helpers instead. |
n8v8R: adding another (fresh) crash log which again hints @ nf_conntrack_in+0x14c/0x714 |
moeller0: I took the liberty to post a reference to this on the cake repository, see [[https://github.com/dtaht/sch_cake/issues/119]] That might be a better place for discussing this issue. |
n8v8R: The last crash log 3 happened also after an attempt to weed out a culprit by removing non-essential conntrack modules, being left with:
|
tohojo: I'm a bit puzzled by this part:
sch_cake: Unknown symbol nf_conntrack_find_get (err 0)
sch_cake: Unknown symbol nf_ct_get_tuplepr (err 0)
I would expect this would keep sch_cake from loading. Are you using it? |
n8v8R: opkg whatdepends kmod-sched-cake
|
tohojo: But you are not using it? Is sch_cake in |
n8v8R: lsmod | grep sch_cake
|
tohojo: And what is the output of Also, did you build this yourself, and did you add any patches to the current openwrt master? |
n8v8R: tc -s qdisc -> attachedNot of the self-compiling/builder sort ;), i.e. I did not build or patch it. Having said that, the device though is on a downstream repo and I would not know if there is a potential patch that could cause this, I am just an end-user with no coding skills. Commonly the downstream repo builds on the upstream feeds and just patches on top for the OS specific needs, but basically under the hood it is the same as upstream. Nevertheless, a downstream ticket has been opened too https://gitlab.labs.nic.cz/turris/turris-build/issues/56 |
tohojo: Ah, you're on the downstream Turris distribution. That is sufficiently different from upstream that I think it is better to handle it there. Especially since I suspect this is a build issue more than anything else; I'll go comment on that issue and request that this one be closed... |
ldir: This seems worrying - n8v8r are you running true openwrt releases or are you running some manufacturer franken-release? Is this the same situation for all your tickets? |
n8v8R: this instance it is not vanilla OW but Turris distribution |
n8v8R:
Supply the following if possible:
during boot time
sch_cake: Unknown symbol nf_conntrack_find_get (err 0)
sch_cake: Unknown symbol nf_ct_get_tuplepr (err 0)
not sure about potential correlation but observing infrequent crashed with what seems to be a common dominator:
opkg list-installed conntrack
sysctl -a | grep track -> output attached
crash logs -> attached
The text was updated successfully, but these errors were encountered: