openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.97k stars 3.46k forks source link

jool: Userspace version was updated; now cannot run because it no longer matches kmod version (23.05.3) #24536

Closed mk248 closed 2 months ago

mk248 commented 3 months ago

Maintainer: @neheb

Environment: OpenWrt 23.05.3; MT7622 (Belkin RT3200); cortex-a53

Description:

After package jool-tools-netfilter was updated to version 4.1.12-1, Jool crashes upon startup with this error:

#service jool start
Error: The kernel module returned error 22: Version mismatch. The userspace client's version is 4.1.12.0,
but the kernel module is 4.1.8.0.
Please update the kernel module.

The program enforces at runtime that the kmod and the userspace control program must be the same version. Suggest rolling back the userspace to 4.1.8.0 so that they do match.

Discussion in OpenWrt Forum: https://forum.openwrt.org/t/problem-with-package-jool-version-mismatch-in-23-05/203348

neheb commented 3 months ago

@mk248 I believe @hauke 's working on a new release. That should fix it.

mk248 commented 2 months ago

Thanks for replying. I'm working on a deployment and need to solve this within the next few days. It looks like 23.05-SNAPSHOT contains the new kmod so could I use that?

On Mon, Jul 8, 2024 at 6:18 PM Rosen Penev @.***> wrote:

@mk248 https://github.com/mk248 I believe @hauke https://github.com/hauke 's working on a new release. That should fix it.

— Reply to this email directly, view it on GitHub https://github.com/openwrt/packages/issues/24536#issuecomment-2215445631, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHDIDXG73DQ5QPBCXX6RHYDZLMF3VAVCNFSM6AAAAABKRJGU66VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJVGQ2DKNRTGE . You are receiving this because you were mentioned.Message ID: @.***>

GoetzGoerisch commented 2 months ago

23.05-SNAPSHOT works fine, running this productively.

neheb commented 2 months ago

23.05.4 was released. Closing.