That's not normal and I have never seen that installer fail at that time.it failed in first run
then works after retry
#!/bin/sh
set -x
That's not normal and I have never seen that installer fail at that time.
Looks like it encountered an error during the creation of the /jffs/scripts files and simply exited.
The "tar: ... No such file or directory" error is normal, you can ignore that.
During your second run, the jffs/scripts files will be created new.
Just run it again, it very likely will succeed.
If not, copy the file /usr/sbin/entware-setup.sh to the /tmp location and add set -x to the top of the file for more verbose output:
Then run the installer from the temp location.Code:#!/bin/sh set -x
This will show exactly where it fails if it happens again.
Post complete output if it does.
yesterday my my router hadsince it works at 2th , I installed lot of app running already
so I can't reproduce it, but I will do it if I reset my router next time.
btw, thank you for help!
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!