srlabs / blue-merle

The blue-merle package enhances anonymity and reduces forensic traceability of the GL-E750 Mudi 4G mobile wi-fi router
BSD 3-Clause "New" or "Revised" License
171 stars 26 forks source link

Stale luci UI after installation or removal through CLI #26

Open muelli opened 8 months ago

muelli commented 8 months ago

For some reason I don't yet fully understand, the LuCI UI seems to cache the available modules causing the UI to display the non-existent blue-merle app after removal of the package

image

likewise, installing blue-merle through the CLI causes a stale UI that does not yet show blue-merle in the menu.

I've tried rm -f /tmp/luci-indexcache* ; rm -rf /tmp/luci-modulecache ; luc i-reload ; /etc/init.d/nginx restart but to no avail.

muelli commented 8 months ago

https://forum.openwrt.org/t/how-do-i-completely-clear-any-luci-caches-and-restart-it/74241/2 suggest to clean the caches as above but then use a new browser tab. That might work.