You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build/run this on an STM32MP157F-DK2
When I try running bash /usr/bin/otbr_setup.sh I encounter some errors:
lsb_release was not installed - Easy enough - apt-get update && apt-get install -y lsb-release && apt-get clean all
dhcpv6_pd_uninstall: command not found
If I comment that out to keep going
Failed to stop otbr-nat44.service: Unit otbr-nat44.service not loaded.
Again commented out to
-dpkg-query: package 'bind9' is not installed
and + systemctl enable otbr-nat44 otbr-nat44.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable otbr-nat44
Are there steps missing? Other packages I need to install? What can I do?
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to build/run this on an STM32MP157F-DK2
When I try running
bash /usr/bin/otbr_setup.sh
I encounter some errors:If I comment that out to keep going
Failed to stop otbr-nat44.service: Unit otbr-nat44.service not loaded.
Again commented out to
-
dpkg-query: package 'bind9' is not installed
and
+ systemctl enable otbr-nat44 otbr-nat44.service is not a native service, redirecting to systemd-sysv-install. Executing: /lib/systemd/systemd-sysv-install enable otbr-nat44
Are there steps missing? Other packages I need to install? What can I do?
Thanks
The text was updated successfully, but these errors were encountered: