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
Description:
After doing uci configuration for firewall to turn on/off as below,
web ui broke.
I suspect 'service firewall reload' part.
Repro steps
$_index_number = some number
uci set firewall.@rule[$_index_number].enabled='0'
uci commit firewall
service firewall reload
`404 Not Found
Sorry, the object you requested was not found.
No page is registered at '/admin/network/firewall'. If this url belongs to an extension, make sure it is properly installed. If the extension was recently installed, try removing the /tmp/luci-indexcache file.
Unable to dispatch: /cgi-bin/luci/admin/network/firewall`
The text was updated successfully, but these errors were encountered:
Can you format so called repeater as code so that others can copy it too?
That is... actually hard to reproduce. At this moment no idea how to repeat.
(I saw this trouble only 2~3 times since openwrt 19.x past years)
But here is information that I can give you at best.
Using 'firewall 4'.
At this moment, fw4 check saying Section @include[0] option 'reload' is not supported by fw4(others are 'disabled' stuff)
One of kmod is ntfs3 which first time use within 24.10.x
Right after the symptom, the feature of firewall seems working with no problem.
There is lots of packages combination are working(samba fail2ban transmission etc, not heavy load, but concurrently).
And sysupgraded after the trouble to make normal.
For now, not able to reproduce. Do not have exact clue for the issue.
This is it. If you guys want to close, then do close. but mind it please for the future stablity.
(The reason why keep delivery a problem, even though it cannot be reproducible, is
you guys are guru of the openwrt who know openwrt internal by sencing symptom
based on deep understanding so may have chance to fix. If I had a clue or exact log, I would deliver.)
Environment: mvebu / cortexa9 - Marvell Armada 385 88F6820 / Linksys WRT32X / 24.10.0-rc5
Description:
After doing uci configuration for firewall to turn on/off as below,
web ui broke.
I suspect 'service firewall reload' part.
Repro steps
`404 Not Found
Sorry, the object you requested was not found.
No page is registered at '/admin/network/firewall'. If this url belongs to an extension, make sure it is properly installed. If the extension was recently installed, try removing the /tmp/luci-indexcache file.
Unable to dispatch: /cgi-bin/luci/admin/network/firewall`
The text was updated successfully, but these errors were encountered: