-
Notifications
You must be signed in to change notification settings - Fork 235
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
Unable to install otbr-agent & other services #2296
Comments
Could you share the command line output when you failed to install OTBR? |
Alright I start from the start: Well I can see now that modprobe: FATAL: Module ip6table_filter not found in directory /lib/modules/4.9.56 could be the main reason for my problem, please share your comments if this is the main reason. Thanks |
The error "FATAL: Module ip6table_filter not found in directory" indicates that the kernel module responsible for IPv6 firewalling is missing. Here's how you can fix it:
Additional Tips:
|
In the second screenshot:
This is also concerning. Could you check if the file exists? If the file exists, then it implies it may not be configured with proper permission. |
Thanks for all the replies, If the build failed, then would it be safe to assume that ip6_tables is the main reason? or could there be any other reason? Thanks |
It would be helpful if you could provide the full build log in a text file. But I would start with fixing |
I agree, I tried to log the build to a text file but it only logged 4 lines. |
Try to also capture both stdout and stderr:
|
bootstrap command log: bootstrap.log PS: Has anyone tried setting up on the yocto sdk. I am able to add the recipe and build the image, but skeptical if the above procedures will run. |
Well, I am trying to add the module ip6table_filter module but cant find the exact path in my menuconfig. Would any 1 of you guys be kind enough to let me know the correct file path. Edit: I checked in my .config file ip6table_filter module does not exist. |
UPDATE: I run INFRA_IF_NAME=wlan0 ./script/setup and uploaded the error log file for reference. I also noticed a few more things, like failed services systemctl status otbr-firewall.service I am not sure why the services have failed. Please suggest me what I need to do in order to overcome this problem. Thanks |
As a quick workaround, you may try commenting out the |
@superwhd Thanks for the quick reply, I tried and saw otbr and src in the build direcrtory. The issue right now seems to be the C++ internal compiler error. Any missing dependency or packages that I might need to install? |
Looks like your compiler had an internal issue and crashed. Is it possible to upgrade your compiler? |
I haven't met a similar error before but this may be worth trying: https://stackoverflow.com/questions/30887143/make-j-8-g-internal-compiler-error-killed-program-cc1plus. Let's see if you can find anything suspicious in |
EDIT: It checked the error could be due to less resources. I have 1GB RAM currently. How much more is needed to build successfully? How much RAM do you guys have in your system? |
For development purpose I'd suggest to use a larger one. For raspberry pi I know that 8GB is enough but I don't know the minimum requirement. |
Guys its been 2 weeks. Please let me know if I am wrong somewhere. Also does it support linux yocto environement. |
The error you got from You may need to take a look at |
Seems your openthread source code is kind of old. I don't see the file radio_spinel_impl.hpp in latest main branch code. @zhanglongxia @Irving-cl I wonder if you have any idea what the error means. |
Hi team,
I need otbr-agent & ot-ctl to run some example programs. I followed "https://openthread.io/guides/border-router/build" but for some reason that I am unaware of otbr-agent.service & otbr-web.service are not installed.
I am using a custom hardware running arm64, ubuntu 20.04.
The wifi module is from Ampak AP6236.
It might be a HW issue but not sure, please update me guys.
Thanks
The text was updated successfully, but these errors were encountered: