Advanced reboot on Wrt3200 acm

Dear David and all
i can not use anymore the advanced reboot feature
i got this message below now and the reboot is not workin anymore
any idea

Failed to execute call dispatcher target for entry '/admin/system/advanced_reboot/reboot'.
The called action terminated with an exception:
/usr/lib/lua/luci/controller/advanced_reboot.lua:94: bad argument #1 to 'new' (string expected, got table)
stack traceback:
	[C]: in function 'new'
	/usr/lib/lua/luci/controller/advanced_reboot.lua:94: in function </usr/lib/lua/luci/controller/advanced_reboot.lua:89>
	(tail call): ?
  • Do you mean @davidc502?
  • Are you running a particular build of his?

@niouflex

Will take a look at it tonight. It could be something is broke with the logic in Advanced Reboot and you may be the first to report it.

Thanks,

Please post the output of uci show network.lan

1 Like

@niouflex

No issues with Advanced Reboot.

  1. What build are you on?
  2. What LuCi-theme is being run?

There is a command line option to boot to the other partition. Give below a try.

Determine which partition you are on

fw_printenv boot_part

example:
root@lede:~# fw_printenv boot_part
boot_part=1

To boot to partition 2 run this command.  Partiton 1  or Partition 2

fw_setenv boot_part 2
reboot

upgrade to luci-app-advanced-reboot version 42.

Thanks a lot David
I m running the last release. After I redeployed it and delete the 2nd partition, it now works .
Thanks for the command lines that helped a lot

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.