-
Notifications
You must be signed in to change notification settings - Fork 0
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
Inserting openvswitch module failed #29
Comments
Ok, I finally understood what is going on. I was running Docker in rootless mode, and that seems to affect mininet container's ability to load kernel modules. https://docs.docker.com/engine/security/rootless/ I switched to Docker "rootful" mode, and that seems to solve the problem.
Now the new problem is that kytos-sdx containers keep restarting.
The container keeps restarting, and the above log messages keep repeating. |
These lines are troublesome: Upon commenting them out, I was able to get things running with |
The trouble with rsyslogd seems to be a real one; I don't know who should handle that. The trouble with kernel module is one of my own making. I could add these to a troubleshooting section in https://sdx-docs.readthedocs.io/en/latest/sdx_deploy_single_server.html. Assigning this issue to myself for now. |
This perhaps is a question to @italovalcy rather than an issue.
I am following https://sdx-docs.readthedocs.io/en/latest/sdx_deploy_single_server.html. I did a
docker compose up
. Nowcurl -s http://0.0.0.0:8181/api/kytos/topology/v3/switches
etc gets a response of{"switches":{}}
.This might be the problem:
I am running this on Debian 12.7, on x86_64 hardware. I have not made any changes to the compose spec. What could be the problem?
The text was updated successfully, but these errors were encountered: