-
Notifications
You must be signed in to change notification settings - Fork 15
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
e2term closes with error message "Error binding. Bad file descriptor " #14
Comments
Hello, Could you please describe the setup that you are using? E.g., servers and all. This would help us to pinpoint the issue. Thank you |
I'm following this tutorial: https://openrangym.com/tutorials/ns-o-ran Its instructs to clone this repository, run the script I'm not really familiar with the tool |
Hello, By looking at your logs, there might be some disk space issues, e.g., |
Hi, When I type
|
Hello, that looks like RAM memory to me, not disk space. |
Is the SCTP protocol enabled on your machine? This is used by the e2term container, which might complain if not enabled. |
It appears that it is enabled. I ran the sctp_test using IP address of brric, and it worked:
When I used a different IP that is not assigned to any interface, it didn't work, and the message was similarly to the error message from e2term docker log:
I believe that the IP address that the e2term is trying to connect to at moment of the error message is not IP address of brric. Could that be the issue? |
That could be the issue. The setup script of the RIC is supposed to setup some iptable rules to forward the traffic from the base station E2 to the e2term container of the RIC. This might not work if done outside Colosseum and might need to be adjusted manually (or try to point the E2 of the base station toward the e2term container directly, if supported in your setup). |
I have the rric IP address, and I believe the |
The ns-O-RAN tutorial should work with no changes required. Are you sure you are using the correct branch? |
I didn't get to the part of ns-O-RAN. It fails when I run |
Hello,
I'm running the
./setup-ric-bronze.sh
script. The container e2term is created but closes shortly after with the error message:Error binding. Bad file descriptor
.The output from the command
docker logs e2term
is:The other containers starts correctly. The output of the command
docker ps -a
:Could you help me on this problem?
The text was updated successfully, but these errors were encountered: