Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] command line decipher
Date: Sat, 11 Feb 2017 20:25:23
Message-Id: 589F731A.2000005@sys-concept.com
1 Can anybody explain me what I did. I run this command on my dd-wrt router (trying to clear the "traff" entries).
2 This command worked OK on my Linksys-router but my Asus-RT-N16 will not let me make a backup file.
3 Now, when I try to make a backup, it doesn't prompt for file name, it just save the file with "0" bytes; yes the file is empty.
4
5 rw-r--r-- 1 fd users 0 Feb 11 09:09 nvrambak.bin
6
7 The command I run:
8
9 for i in `nvram show | grep traff- | cut -f1 -d=""`; do nvram unset $i; done
10
11 I think I will have to reload the dd-wrt firmware and restore old (good) nvrambak.bin
12
13 --
14 Thelma

Replies

Subject Author
Re: [gentoo-user] command line decipher Alan McKinnon <alan.mckinnon@×××××.com>