ot-docs icon indicating copy to clipboard operation
ot-docs copied to clipboard

OTBR Web service is not started?

Open olavt opened this issue 2 years ago • 5 comments

I'm following the steps here: https://openthread.io/guides/border-router/build to install OTBR on a Raspberry Pi 4.

At step 5 where one issue the command "sudo systemctl status" the documentation mentions that the otbr-web.service should be started. This not the case for my 2 attempts do perform this.

olavt avatar Dec 08 '23 14:12 olavt

The sudo systemctl status is to check the status of all servies. Did you mean 2 attempts to perform all the steps (1-4) ? If otbr-web.service wasn't started, did you try the final bit in step 5:

otbr-web is enabled by default for most platforms If otbr-web is not installed, try passing the WEB_GUI flag: ....

EskoDijk avatar Feb 26 '24 20:02 EskoDijk

I wasn't aware that the WEB_GUI flag wasn't on by default. I have later been made aware that one need to set that flag.

olavt avatar Feb 26 '24 20:02 olavt

I believe the default for WEB_GUI is 1 for all the example platforms:

https://github.com/search?q=repo%3Aopenthread%2Fot-br-posix+WEB_GUI+path%3A%2F%5Eexamples%5C%2Fplatforms%5C%2F%2F&type=code

Maybe the setup scripts are not properly capturing your platform?

jwhui avatar Feb 29 '24 18:02 jwhui

Not sure. I'm using a Raspberry Pi 4 with Raspberry Pi OS (latest).

olavt avatar Mar 05 '24 22:03 olavt