Skip to content

Losing Freetz due to an automatic update #871

Answered by fraternl
fraternl asked this question in Feedback
Discussion options

You must be logged in to vote

I didn't like the several readings of the variables, so I'm now doing this to speed it up


# careful with auto_update_all_enabled as it also exists for powerline
if sed -e '/powerline/,+9d' /var/flash/ar7.cfg | egrep ' (auto_update|allow_[csb][rea])' | grep -q 'yes;' ; then
  echo "disabling autoupdate"

  ctlmgr_ctl w updatecheck settings/auto_update_all_enabled 0
  ctlmgr_ctl w updatecheck settings/auto_update_enabled 0
  ctlmgr_ctl w updatecheck settings/auto_update_check_enabled 0

  ctlmgr_ctl w box settings/allow_cross_domain_comm 0
  ctlmgr_ctl w box settings/allow_security_report_with_manufacturer 0
  ctlmgr_ctl w box settings/allow_background_comm_with_manufacturer 0

  ctlmgr_ct…

Replies: 14 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@fraternl
Comment options

Answer selected by fda77
@fda77
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@fda77
Comment options

@fda77
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants