An instability counter is used to detect system instability.
The counter is reset if the system is up during at least 10 minutes. This feature cannot be disabled as it avoids bricking the gateway in case of software failure.
The counter bootfail
is displayed at boot time only if the reboot is due to a watchdog. Bootcause information are available here.
Packages installed during an update could make the system unstable, therefore, they are not immediately included in the backup.
There will be included the next time an update is triggered. Before each update, a snapshot
of the firmware is done. It contains all the previously installed packages.
This snapshot
is used if a “backup restore” is triggered.
If a backup recovery
is triggered, only the stored packages are restored. Other packages are discarded.
Modifications in rootfs will be lost except system upgrade files.
This mecanism is divided in 2 elements:
/etc/sysupgrade.conf
: Contains the system (KerOS) elements to backup/restore./etc/sysupgrade.d/
: a directory with .conf files where additional elements to backup/restore can be added (i.e. by additional packages).By default, some system configuration files are backed up like the network configuration.
To trigger a backup restore execute the following commands:
kerosd -b
reboot
The stock firmware is backuped at production time (or when updated with a KerOS liveburner.ipk file).
A “stock restore” will factory reset the station. All data will be lost.
To trigger a stock restore execute the following commands:
kerosd -s
reboot
Since firmware >= 4.1, a “stock restore” can also be triggered manually without console access.
To manually trigger a stock restore on Wirnet iZeptoCell, please follow this procedure:
This functionality from firmware < 4.0 must not be used to store configuration files. In order to save configuration use the sysupgrade management.