B1300 unable to install Luci app mwan3

Error messages obtained:

Installing luci-app-mwan3 (1.4-3) to root... Downloading http://download.gl-inet.com/releases/packages-3.x/ipq40xx/packages/luci-app-mwan3_1.4-3_all.ipk. Configuring luci-app-mwan3.

`Collected errors:

  • pkg_run_script: package “luci-app-mwan3” postinst script returned status 255.
  • opkg_configure: luci-app-mwan3.postinst returned 255.`

What’s going on? This worked fine on AR-300M.

Hmmm… works fine here… 3.027 on B1300

root@GL-B1300:~# opkg install luci-app-mwan3
Installing luci-app-mwan3 (1.4-3) to root...
Downloading http://download.gl-inet.com/releases/packages-3.x/ipq40xx/packages/luci-app-mwan3_1.4-3_all.ipk.
Configuring luci-app-mwan3.
root@GL-B1300:~# opkg list-installed | grep luci-app*
luci-app-firewall - git-18.315.33550-0179119-1
luci-app-mwan3 - 1.4-3
luci-app-samba - git-18.315.33550-0179119-1

Interesting. It looks like you installed it using SSH whereas I tried to install it using the Luci GUi. Would that make the difference?

Btw. the menu item ‘load balancing’ does become available despite the error messages. I am just unsure if I can expect it to work normally.

It is postinst script which means the package is installed. But some post-install script failed.