What's new

"Your router is running low on free NVRAM" after FW upgrade

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

ZoloN

New Around Here
hi all (specially @RMerlin :cool:)

after FW upgrade from 384.19_0 to 386.2_2 I got this nasty message.
my question is: is it possible to compress somehow the content of the NVRAM? or do I really need to do factory reset? my setup is quite complex (includes site2site OpenVPN tunnel, MESH setup, etc...)
I have found records in custom_clientlist for devices which aren't on my network anymore for a long-long time (several months)
 
Last edited:
found useful answer here:
Code:
for line in `nvram show | grep ^[^=]*=$ `; do var=${line%*=}; nvram unset $var; done; nvram commit

please note: there are some other commands, which tries to delete anything ending with "=" charcter, assuming that this is an empty variable. unfortunately, there are some variables containing Base64 content (e.g. passwords) and they end with "=" character too!!!
 

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Top