Bug 286123 - net/frr10 rc.d startup script fails to start daemons when onestart is used
Summary: net/frr10 rc.d startup script fails to start daemons when onestart is used
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-04-15 19:50 UTC by Anderson Soares Ferreira
Modified: 2025-04-15 19:50 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (olivier)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anderson Soares Ferreira 2025-04-15 19:50:42 UTC
I noticed that the frr rc.d startup script fails to start the frr's daemons when  the options onestart is used and the frr_enable is set to "NO" in rc.conf.
When running the command 'service frr onestart' the script starts watchfrr, which keeps running for some time and then returns to the shell no error message or exit code.

The log /var/log/messages also shows the following error:

watchfrr[52992]: [W9AN2-A97FD][EC 268435457] all configured daemons failed to start -- exiting watchfrr

The same behavior happens when the option forcestart is used.