Today suddenly I seen the internet connection to drop for some seconds on my linux box and then come back.
I want to check the router but when I tried to login I got this error in the browser:
No root node was registered, this usually happens if no module was installed.
Install luci-mod-admin-full and retry. If the module is already installed, try removing the /tmp/luci-indexcache file.
I tried from another box without success.
Then I logged in from ssh to check if the luci-mod-admin-full package was installed and it was:
root@OpenWrt:~# opkg list-installed | grep luci-mod-admin-full
luci-mod-admin-full - git-16.018.33482-3201903-1
Then tried to reinstall it:
root@OpenWrt:~# opkg --force-reinstall install luci-mod-admin-full
Removing package luci-mod-admin-full from root...
Installing luci-mod-admin-full (git-16.018.33482-3201903-1) to root...
Downloading http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/packages/luci/luci-mod-admin-full_git-16.018.33482-3201903-1_ar71xx.ipk.
Configuring luci-mod-admin-full.
Collected errors:
* extract_archive: Cannot make dir /usr/lib/lua/luci/controller/: Input/output error.
* extract_archive: Cannot make dir /usr/lib/lua/luci/controller/admin/: Input/output error.
* wfopen: /usr/lib/lua/luci/controller/admin/network.lua: Input/output error.
* wfopen: /usr/lib/lua/luci/controller/admin/index.lua: Input/output error.
* wfopen: /usr/lib/lua/luci/controller/admin/filebrowser.lua: Input/output error.
* wfopen: /usr/lib/lua/luci/controller/admin/uci.lua: Input/output error.
* wfopen: /usr/lib/lua/luci/controller/admin/system.lua: Input/output error.
* wfopen: /usr/lib/lua/luci/controller/admin/status.lua: Input/output error.
Any other ideas please?