From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 9F86B21F1AF for ; Mon, 21 Oct 2013 10:18:44 -0700 (PDT) Received: by mail-ob0-f182.google.com with SMTP id va2so6169552obc.41 for ; Mon, 21 Oct 2013 10:18:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=8Y3BmlOaZ8uWemHhTD42yK72r02TnsZ4yKrVbmFx8eM=; b=T1W91oUv6SbCnnA8GBoe6Hia3H0pNUcS9RMrgetgXj+O+HzfY68xKLzCv9Vv5s7BSG zrJiZA0qhXT7w4z4qavW8taxzR5JaU0ssnBXlLat/5YoXsu+y1Ny/LfWnMMwkjlePy4O aAIRxm/rJJ0XiZycJiXVEssVK8ur/kuukY4JmSz25Rh651FieZmHznq6bdEKzm+cqd64 cUgALPdiWRMvD9CuyR8K1gYuK1L5mI/v/d8Tjmo1ocmAtfXVmViEXl3ZSZVUZKUuhKd4 ot617kRhnMlvFBOZ+4bZlCCAJbzU+9Q1D28WCY2pRV6/TGCRnr7gRuYOiJ2Gp6VVgvjs UBcg== X-Received: by 10.182.166.40 with SMTP id zd8mr21037959obb.25.1382375923194; Mon, 21 Oct 2013 10:18:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.38.194 with HTTP; Mon, 21 Oct 2013 10:18:22 -0700 (PDT) In-Reply-To: <5265589C.1040000@imap.cc> References: <5263D6D0.6090800@imap.cc> <5263DD9D.4070604@imap.cc> <16274.1382328717@sandelman.ca> <5265312A.5030409@imap.cc> <52654AAF.6070300@imap.cc> <5265589C.1040000@imap.cc> From: David Personette Date: Mon, 21 Oct 2013 13:18:22 -0400 Message-ID: To: Fred Stratton Content-Type: multipart/alternative; boundary=e89a8ff1ce02d9231704e9437962 Cc: "cerowrt-devel@lists.bufferbloat.net" Subject: Re: [Cerowrt-devel] development build 3.10.17-2 released X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Oct 2013 17:18:45 -0000 --e89a8ff1ce02d9231704e9437962 Content-Type: text/plain; charset=UTF-8 I hadn't tried the web interface... I only use it for updates (since the command line sysupgrade is broken) and to create config backups. -- David P. On Mon, Oct 21, 2013 at 12:38 PM, Fred Stratton wrote: > Your suggestion worked as expected, but could not get luci up and > running. Do wonder if this is related to the aforementioned > non-functionality of the lightweight web server, which is accessed > initially. > > > > On 21/10/13 16:39, Fred Stratton wrote: > > OK. I would have untarred in /tmp and mv'd files one by one otherwise. > > Your route sounds better. > > Thank you. > > On 21/10/13 15:46, David Personette wrote: > > If you made a config backup, you can restore it by scp'ing it to your > router, and extracting it in /. > > IE: 'cd / && tar xvzf /root/backup-cerowrt-2013-10-06.tar.gz' > > -- > David P. > > > On Mon, Oct 21, 2013 at 9:50 AM, Fred Stratton wrote: > >> I have installed this build, but cannot access the web interface. Am >> presently trying to determine how to reinstall the configuration file from >> the cli, other than item by item, so I can attempt to rebuild the build >> from within. Have reverted to earlier build for now to regain internet >> access. >> >> >> On 21/10/13 13:22, David Personette wrote: >> >> I'm not sure what's changed but 3.10.17-2 is working for me, so far. >> >> Was anyone paying attention to nftables (iptables replacement)? I just >> saw that it was merged into net-next. On the LTS 3.10.x it won't have any >> impact for now, and apparently there's a backwards compatibility utility to >> still process iptables rules... >> >> -- >> David P. >> >> >> On Mon, Oct 21, 2013 at 5:26 AM, David Personette wrote: >> >>> FYI: direct changes to the /overlay aren't noticed by the kernel, you >>> have to reboot first. I can't say that I'm an expert, I've just poked >>> around at it. I just deleted the whole directory (IE: rm -rf >>> /overlay/etc/uci-defaults). Upon reboot the entire directory is reverted to >>> the contents of /rom. >>> >>> -- >>> David P. >>> >>> >>> On Mon, Oct 21, 2013 at 12:11 AM, Michael Richardson wrote: >>> >>>> >>>> David Personette wrote: >>>> > you have made a change, then it's read from the overlay. A change >>>> that you can >>>> > make is deleting a file that exists on the /rom image, and that >>>> can be stored >>>> > on the overlay as well (the file will be not be visible in the >>>> merged /). You >>>> > can purge changes that you have made by removing the >>>> corresponding file(s) and/ >>>> > or directory(s) in the /overlay filesystem. >>>> >>>> How do I see/delete the mark in the /overlay that marks the file in >>>> the /rom as >>>> deleted? >>>> >>>> -- >>>> ] Never tell me the odds! | ipv6 mesh >>>> networks [ >>>> ] Michael Richardson, Sandelman Software Works | network >>>> architect [ >>>> ] mcr@sandelman.ca http://www.sandelman.ca/ | ruby on >>>> rails [ >>>> >>>> >>> >> >> >> _______________________________________________ >> Cerowrt-devel mailing list >> Cerowrt-devel@lists.bufferbloat.net >> https://lists.bufferbloat.net/listinfo/cerowrt-devel >> >> > > > > _______________________________________________ > Cerowrt-devel mailing listCerowrt-devel@lists.bufferbloat.nethttps://lists.bufferbloat.net/listinfo/cerowrt-devel > > > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel > > --e89a8ff1ce02d9231704e9437962 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I hadn't tried the web interface... I only use it for = updates (since the command line sysupgrade is broken) and to create config = backups.

--
David = P.


On Mon, Oct 21, 2013 at 12:38 PM, Fred S= tratton <fredstratton@imap.cc> wrote:
=20 =20 =20
Your suggestion worked as expected, but could not get luci up and running. Do wonder if this is related to the aforementioned non-functionality of the lightweight web server, which is accessed initially.



On 21/10/13 16:39, Fred Stratton wrote:
=20 OK. I would have untarred in /tmp and mv'd files one by one otherwise.

Your route sounds better.

Thank you.

On 21/10/13 15:46, David Personette wrote:
If you made a config backup, you can restore it by scp'ing it to your router, and extracting it in /.

IE: 'cd / && tar xvzf /root/backup-cerowrt-2013-10-06.tar.gz'

--
David P.


On Mon, Oct 21, 2013 at 9:50 AM, Fred Stratton <fredstratton@imap.cc> wrote:
I have installed this build, but cannot access the web interface. Am presently trying to determine how to reinstall the configuration file from the cli, other than item by item, so I can attempt to rebuild the build from within. Have reverted to earlier build for now to regain internet access.


On 21/10/13 13:22, David Personette wrote:
I'm not sure what's changed but 3.10.17-= 2 is working for me, so far.

Was anyone paying attention to nftables (iptables replacement)? I just saw that it was merged into net-next. On the LTS 3.10.x it won't have any impact for now, and apparently there's a backward= s compatibility utility to still process iptables rules...

--
David P.


On Mon, Oct 21, 2013 at 5:26 AM, David Personette <dperson= @gmail.com> wrote:
FYI: direct changes to the /overlay aren't noticed by the kernel, you have to reboot first. I can't say that I'm an expert, I&#= 39;ve just poked around at it. I just deleted the whole directory (IE: rm -rf /overlay/etc/uci-defaults). Upon reboot the entire directory is reverted to the contents of /rom.

--
David P.


On Mon, Oct 21, 2013 at 12:11 AM, Michael Richardson <mcr@san= delman.ca> wrote:

David Personette <dperson@gmail.com> wrote:
=C2=A0 =C2=A0 > you have= made a change, then it's read from the overlay. A change that you can
=C2=A0 =C2=A0 > make is deleting a file that exists on the /rom image, and that can be stored
=C2=A0 =C2=A0 > on the o= verlay as well (the file will be not be visible in the merged /). You
=C2=A0 =C2=A0 > can purg= e changes that you have made by removing the corresponding file(s) and/
=C2=A0 =C2=A0 > or direc= tory(s) in the /overlay filesystem.

How do I see/delete the mark in the /overlay that marks the file in the /rom as
deleted?

--
] =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Never tell me the odds! =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 | ipv6 = mesh networks [
] =C2=A0 Michael Richardson, Sandelman Software Works =C2=A0 =C2=A0 = =C2=A0 =C2=A0| network architect =C2=A0[
] =C2=A0 =C2=A0 mcr@sandelman.ca =C2= =A0http://www.sandel= man.ca/ =C2=A0 =C2=A0 =C2=A0 = =C2=A0| =C2=A0 ruby on rails =C2=A0 =C2=A0[<= br>
=
<= /span>



_______________________________________________
Cerowrt-devel mailing list
Cerowrt-devel@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-deve= l





_______________________________________________
Cerowrt-devel mailing list
Ce=
rowrt-devel@lists.bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel


_______________________________________________
Cerowrt-devel mailing list
Cerowrt-devel@lists.= bufferbloat.net
https://lists.bufferbloat.net/listinfo/cerowrt-devel


--e89a8ff1ce02d9231704e9437962--