wfb-ng icon indicating copy to clipboard operation
wfb-ng copied to clipboard

Error: NetworkManager is not running

Open yizhiweimengxiangfendoudefeifei opened this issue 5 months ago • 1 comments

Hello, I need some help with an issue I'm encountering.

I'm running WFB GS on a Raspberry Pi 4B, with the drone using a Raspberry Pi Zero 2W. The ground station isn't receiving messages from the drone, as shown in the attached pictures.

Image

The logs display the following: pi@raspberrypi:~ $ sudo journalctl -xu wifibroadcast@gs -- Journal begins at Tue 2025-05-06 21:38:24 CST, ends at Thu 2025-06-19 01:46:24 CST. -- Jun 17 23:42:21 raspberrypi systemd[1]: Started WFB-ng standalone server, profile gs. ░░ Subject: A start job for unit [email protected] has finished successfully ░░ Defined-By: systemd ░░ Support: https://www.debian.org/support ░░ ░░ A start job for unit [email protected] has finished successfully. ░░ ░░ The job identifier is 1358. Jun 17 23:42:24 raspberrypi bash[1652]: [server.main #info] WFB-ng version 25.5.22.44881-cad69fde Jun 17 23:42:24 raspberrypi bash[1652]: [server.main #info] Run on armv7l/6.1.21-v7l+ @raspberrypi, profile(s): ['gs'], using: ['wlan1'] Jun 17 23:42:24 raspberrypi bash[1652]: [server.main #info] Using config files: Jun 17 23:42:24 raspberrypi bash[1652]: /usr/lib/python3/dist-packages/wfb_ng/conf/master.cfg Jun 17 23:42:24 raspberrypi bash[1652]: /usr/lib/python3/dist-packages/wfb_ng/conf/site.cfg Jun 17 23:42:24 raspberrypi bash[1652]: /etc/wifibroadcast.cfg Jun 17 23:42:24 raspberrypi bash[1652]: [defer.Deferred._runCallbacks #info] # iw reg set BO Jun 17 23:42:24 raspberrypi bash[1652]: [server.init_wlans #error] Error: NetworkManager is not running. Jun 17 23:42:24 raspberrypi bash[1652]: [common.abort_on_crash #error] Stopping reactor due to fatal error: RC 8: nmcli device show wlan1 Jun 17 23:42:24 raspberrypi bash[1652]: [base.EPollReactor.mainLoop #info] Main loop terminated. Jun 17 23:42:24 raspberrypi bash[1652]: [server.main #info] Exiting with code 1 Jun 17 23:42:24 raspberrypi systemd[1]: [email protected]: Main process exited, code=exited, status=1/FAILURE ░░ Subject: Unit process exited ░░ Defined-By: systemd ░░ Support: https://www.debian.org/support ░░ ░░ An ExecStart= process belonging to unit [email protected] has exited. ░░ ░░ The process' exit code is 'exited' and its exit status is 1. Jun 17 23:42:24 raspberrypi systemd[1]: [email protected]: Failed with result 'exit-code'.

[common]
set_nm_unmanaged = False

svpcom avatar Jun 18 '25 19:06 svpcom