Thank you for these outputs.
Now you know where is the issue
- Code: Select all
* Found database configuration file... [FAIL]
database corrupt !
Loading the bak copy of the database !
So You have a corrupted database and the firmware tries to use a backup database.
I think the content of this backup is not fully supported by the firmware (some data are missing) and for example the firmware fails to configure the nas iface
- Code: Select all
* Configuring LAN interface... cannot start udhcpc process.
Then you can not get any access on it !
Now we need to investigate on the nas database side. So need more outputs:
- Code: Select all
mkdir /sda5
mount /dev/sda5 /sda5
ls -al /sda5/etc
Please to send me by pm (as the database may contain some personnal data) all files beginning by nas_conf_db.*
To get them on your laptop do
- Code: Select all
tftp -g -r nas_conf_db.xml ip-of-your-laptop
repeat it for all extensions
The files will be stored in the folder tftp of your laptop