-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 bfdd is not running - Ubuntu 22.04 #15235
Comments
what does the FRR log file say? |
This is from old logs 2024-01-25 15:57:06,116 INFO: Called via "Namespace(input=None, reload=True, test=False, debug=False, log_level='info', stdout=False, pathspace=None, filename='/etc/frr/frr.conf', overwrite=False, bindir='/usr/bin', confdir='/etc/frr', rundir='/var/run/frr', vty_socket=None, daemon='', test_reset=False)" |
it looks like getting the pid not found for any feature I enable in /etc/frr/daemon. Changed bgpd=yes and now its showing up as its pid not found. root@frr:/etc/frr# service frr restart
|
I think it looks like I am running into #8681. My container is created in non-privilege mode and that may be causing the issues. I do have an ability to allow NET_ADMIN but privileged and SYS_ADMIN is disabled for a container to use for security purposes. Any workaround I can use to get past this and validate further? |
Running the container in privileged mode resolved the issue. |
Describe the bug
Can someone help me with this issue? I am not sure what am I doing wrong.
Installed FRRouting 8.1 on a Ubuntu 22.04 container using apt-get install frr. vtysh successfully gets to the FRR prompt. I can run show running config successfully but when I try to run the BFD command, getting below error.
I am setting bfdd=yes in /etc/frr/daemon file. Attached below. Tried restarting frr but it also fails
To Reproduce
install FRR via apt-get and change bfdd=yes and add --daemon to bfdd. Restart the FRR service.
I have followed tehse steps: https://docs.frrouting.org/en/latest/setup.html
Expected behavior
Screenshots
Versions
Container is running Ubuntu 2204
PRETTY_NAME="Ubuntu 22.04.3 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.3 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
Additional context
The text was updated successfully, but these errors were encountered: