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

OTBR Web service is not started? #147

Open
olavt opened this issue Dec 8, 2023 · 5 comments
Open

OTBR Web service is not started? #147

olavt opened this issue Dec 8, 2023 · 5 comments

Comments

@olavt
Copy link

olavt commented Dec 8, 2023

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.

@EskoDijk
Copy link

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:
....

@olavt
Copy link
Author

olavt commented Feb 26, 2024

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.

@jwhui
Copy link
Member

jwhui commented Feb 29, 2024

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?

@olavt
Copy link
Author

olavt commented Mar 5, 2024

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

@araemo
Copy link

araemo commented Jan 4, 2025

I ran into the same problem on my pi 4 with RasPi OS.

Fixes were:
add WEB_GUI=1 to bootstrap and setup commands:

WEB_GUI=1 ./script/bootstrap
INFRA_IF_NAME=eth0 WEB_GUI=1 ./script/setup

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

4 participants