Replies: 1 comment
-
This indicates that the specified path ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to install OTBR via docker container in a Debian 12 environment, using a Conbee II antenna with a RCP firmware. I always receive error on starting the agent (ie : otbr-agent.service - OpenThread Border Router Agent
Loaded: loaded (/lib/systemd/system/otbr-agent.service; enabled; preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Mon 2024-09-23 16:08:12 CEST; 847ms ago
Process: 417822 ExecStartPre=/usr/sbin/service mdns start (code=exited, status=0/SUCCESS)
Process: 417828 ExecStart=/usr/sbin/otbr-agent $OTBR_AGENT_OPTS (code=exited, status=5)
Main PID: 417828 (code=exited, status=5)
CPU: 37ms).
And syslong reports:
otbr-agent.service: Scheduled restart job, restart counter is at 1161.
2024-09-23T16:30:32.152186+02:00 francesco-nipogi systemd[1]: Stopped otbr-agent.service - OpenThread Border Router Agent.
2024-09-23T16:30:32.175765+02:00 francesco-nipogi systemd[1]: Starting otbr-agent.service - OpenThread Border Router Agent...
2024-09-23T16:30:33.011610+02:00 francesco-nipogi systemd[1]: Started otbr-agent.service - OpenThread Border Router Agent.
2024-09-23T16:30:33.017640+02:00 francesco-nipogi otbr-agent: [NOTE]-AGENT---: Backbone interface: enp1s0
2024-09-23T16:30:33.017780+02:00 francesco-nipogi otbr-agent[423401]: [NOTE]-AGENT---: Running 0.3.0-thread-reference-20230710-388-gd4fa5d3abba
2024-09-23T16:30:33.017837+02:00 francesco-nipogi otbr-agent[423401]: [NOTE]-AGENT---: Thread version: 1.3.0
2024-09-23T16:30:33.017907+02:00 francesco-nipogi otbr-agent[423401]: [NOTE]-AGENT---: Thread interface: wpan0
2024-09-23T16:30:33.017946+02:00 francesco-nipogi otbr-agent[423401]: [NOTE]-AGENT---: Radio URL: spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=115200&uart-flow-control
2024-09-23T16:30:33.018001+02:00 francesco-nipogi otbr-agent[423401]: [NOTE]-AGENT---: Radio URL: trel://enp1s0
2024-09-23T16:30:33.018050+02:00 francesco-nipogi systemd[1]: otbr-agent.service: Main process exited, code=exited, status=5/NOTINSTALLED
2024-09-23T16:30:33.018094+02:00 francesco-nipogi otbr-agent[423401]: [NOTE]-ILS-----: Infra link selected: enp1s0
2024-09-23T16:30:33.018135+02:00 francesco-nipogi systemd[1]: otbr-agent.service: Failed with result 'exit-code'.
2024-09-23T16:30:33.018175+02:00 francesco-nipogi otbr-agent[423401]: [INFO]-RCP_HOS-: OpenThread log level changed to 4
2024-09-23T16:30:33.018218+02:00 francesco-nipogi otbr-agent[423401]: 51d.16:13:55.536 [C] Platform------: Init() at hdlc_interface.cpp:153: No such file or directory
Is there someone with my issue? Thanks for support
Beta Was this translation helpful? Give feedback.
All reactions