Skip to content
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

FRR Router binary path /usr/local/sbin does not contain daemons #71

Open
UnicornJin opened this issue Apr 5, 2024 · 0 comments
Open

Comments

@UnicornJin
Copy link

Hi! I found when I try to initialize a Router like:

net.addRouter('r1')

There will be error like:

*** Starting 1 routers
r1
Traceback (most recent call last):
File "/home//p4-utils/test.py", line 37, in
net.startNetwork()
File "/home//p4-utils/p4utils/mininetlib/network_API.py", line 1119, in startNetwork
self.net.start()
File "/home//p4-utils/p4utils/mininetlib/net.py", line 134, in start
router.start()
File "/home//p4-utils/p4utils/mininetlib/node.py", line 458, in start
raise FileNotFoundError(
FileNotFoundError: binary path /usr/local/sbin does not contain daemons!

Any idea why this happen?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant