NeddySeagoon Administrator


Joined: 05 Jul 2003 Posts: 55234 Location: 56N 3W
|
Posted: Wed Apr 23, 2025 4:13 pm Post subject: |
|
|
SolarJonh2023,
Welcome to Gentoo
errors point to mismatched kernel and modules.
Occasionally, it means that you have selected something without selectind something else that that first something requires.
You are not supposed to be able to do that. It may be a kernel bug.
Trying Code: | cd /usr/src/linux
roy@neddy_static /usr/src/linux $ grep nf_nat_hook -R ./ | shows that the symbod is defined in
by Code: | ./include/linux/netfilter.h:struct nf_nat_hook { |
Have you been editing the kernel .config with $EDITOR ?
Don't do that. Some settings turn on as many an nine other settings. You will miss those.
If you have edited the .config by hand, throw it away and start again with one of the tools like menuconfig. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|