@dave14 The very same in my case.
As for your second command the output was:
-rwxrwxrwx 1 admin root 317 Dec 20 00:44 /jffs/scripts/update-notification
Hello,
I'm still running 3004.388.6_0. I've noticed that the WebUI shows there is a new version, but the update-notification script didn't get called.
Any ideas why? Thanks!
That seems to be a logical answer, thanks :cool:! Question is then, how can I avoid it to grow? Should I simply exclude it from the tar or there is some smarter way to achieve my goal?
There is a lot of binary like part, some outputs (eg. hostapd, wlceventd, dnsmasq-dhcp), the source of all of my scripts stored in /jffs, curl output and so on. Looks like a mixture for me. :eek:
Hi,
I'm running 3004.388.6 and I have a custom backup script stored in /jffs/scripts.
The main part of my script:
# Saving NVRAM
echo "Saving NVRAM..."
nvram save /tmp/"$nvram_backup".cfg
nvram show > /tmp/"$nvram_backup".txt
# jffs tar
echo "Saving /jffs..."
tar -cf /tmp/$jffs_file -C /jffs...
Hi @RMerlin ,
Was there some change in this? I'm asking as I've never set the ca trust file manually and it was still working fine for years. I just want to understand :).
Thanks!
With using
ca-trust-file = /etc/ssl/certs/ca-certificates.crt
in the inadyn.conf file DDNS works with SSL. It seems the new FW is trying to search for the certs at a different location (which is also mentioned here somewhere).
Any ideas where is that new path and how can I fix this issue? I'm...
I'm using an AX58U and after the upgrade DDNS stopped working. Unfortunately the solutions in this forum didn't work for me (turning DDNS Off-On and modifying the SSL Certificate mode on the WebUI.)
Result is always the same:
DDNS Registration Result
Unable to connect to the Internet...