Avevo messo lsof | grep watchdog > /dev/kmsg, ma non stampava nulla perché forse non ha nulla da stampare. Quindi avevo provato ad entrare i console per darlo direttamente ma nulla. Per riprova ho messo un comando a caso tipo date > /dev/kmsg e il messaggio viene stampato ricorsivamente ma almeno viene stampato.
Da console ho fatto un bel mtd erase -r rootfs_data, al ravvio dopo lo sblocco ho insttalto la .89 e questo è il risultato:
Resetting password to root...
New password detected!
Storing encrypted password...
New password detected!
Storing encrypted password...
OBP sanity check succeeded.
force/install flag detected! Reinstalling...
[ 344.402000] jffs2: notice: (6819) jffs2_build_xattr_subsystem: complete building xattr subsystem, 10 of xdatum (1 unchecked, 9 orphan) and 14 of xref (0 dead, 12 orphan) found.
[ 344.475000] mount_root-mod: modoverlay mount checks passed
[ 344.489000] mount_root-mod: modoverlay moved to (/overlay/bank_X)/modoverlay...
[ 344.556000] mount_root-mod: modoverlay pivoting...
[ 344.577000] mount_root-mod: mounting overlayfs fs
[ 344.673000] mount_root-mod: modoverlay pivoting complete
[ 350.045000] jffs2: notice: (6820) check_node_data: wrong data CRC in data node at 0x00267e48: read 0xe13d2ef9, calculated 0xdaae9785.
[ 368.691000] jffs2: notice: (6820) check_node_data: wrong data CRC in data node at 0x00dec52c: read 0x683c4c6c, calculated 0x42d92f7c.
Process complete. tch-nginx-gui is now installed!root@OpenWrt:/etc/init.d# mount
rootfs on / type rootfs (rw)
/dev/root on /rom type squashfs (ro,relatime)
proc on /proc type proc (rw,noatime)
sysfs on /sys type sysfs (rw,noatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,noatime,size=115621888,mode=1777)
tmpfs on /dev type tmpfs (rw,noatime,mode=0755,size=512K)
devpts on /dev/pts type devpts (rw,noatime,mode=600,ptmxmode=000)
/dev/mtdblock2 on /overlay type jffs2 (rw,noatime)
overlayfs:/overlay/bank_2 on /saferoot type overlayfs (rw,noatime,lowerdir=/,upperdir=/overlay/bank_2)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
cgroup_root on /saferoot/cgroups type tmpfs (rw,relatime)
cpumemblk on /saferoot/cgroups/cpumemblk type cgroup (rw,relatime,blkio,memory,cpu)
none on /proc/bus/usb type usbfs (rw,relatime)
/dev/mtdblock3 on /modoverlay type jffs2 (rw,relatime,compr=zlib)
overlayfs:/modoverlay/bank_mod on / type overlayfs (rw,relatime,lowerdir=/,upperdir=/modoverlay/bank_mod)
root@OpenWrt:/etc/init.d# df
Filesystem 1K-blocks Used Available Use% Mounted on
rootfs 47488 2504 44984 5% /
/dev/root 22528 22528 0 100% /rom
/dev/mtdblock2 31872 10056 21816 32% /overlay
overlayfs:/overlay/bank_2
31872 10056 21816 32% /saferoot
/dev/mtdblock3 47488 2504 44984 5% /modoverlay
overlayfs:/modoverlay/bank_mod
47488 2504 44984 5% /
root@OpenWrt:/etc/init.d#