Tarek Yag
Regular Contributor
Thank you for your generosityJust gone through 5 reboots - no error.
@alan6854321, I just did a full reboot too and there's no trace of an issue in my router as well.
I've gone ahead and did a very quick spdMerlin code review. I found out -to my surprise- that force update, and update processes DO NOT check for the existence of the startup command line the script needs at router's boot up, or to be more specific, after a USB disk is mounted. This command is responsible for spdMerlin to make everything work properly.
@ExtremeFiretop, please collaborate with me on this.
Alan, back again to the issue you are experiencing, I can bet that you're missing the one-liner command of spdMerlin in your "post-mount" script file (which is executed when mounting your USB disk). This is the very first and only reason I can think of right now, which corollate with your issue description so far.
Please check that you have the following line in the script /jffs/scripts/post-mount
Code:
[ -x "${1}/entware/bin/opkg" ] && [ -x /jffs/scripts/spdmerlin ] && /jffs/scripts/spdmerlin startup "$@" & # spdMerlin
If this actually fixes the whole issue for you, I'd proceed with suggesting a decent fix to the developers.
Please report back as soon as possible.
