From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (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 A841D21F1B1 for ; Mon, 21 Oct 2013 11:23:46 -0700 (PDT) Received: by mail-we0-f177.google.com with SMTP id x55so6758428wes.8 for ; Mon, 21 Oct 2013 11:23:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=8mFmKiz1hMRC7yCvzcoa+hDsTdIsdApNLcy3Z4Tju9A=; b=tK+kowurWg57tx/nO0ZRdfb0auL5UJK0XNh/dF4Vth0KhwaF35wL+btgZpN320uNVj uMwvf480l4+YLHDdD2JSZ2AXZ0/HummoZRxIkI02XDsBH/xTUOiSqvK3lI0H3vPIJWry iqueqyHGnPIrt6V2IBR+4DtaZdFjzmood3UbkJKNJyfDKqaLJDsA6Kb1apsRnQKKtDHS rd+EN8xylbPhT+mp7qGUy9uFNvCnUFshZhE2+4H8J9YGIb0b0VEKyE+2qAnzTYgRC81e 1GWWGLgf2FgD6HEAuZGuzEiSEfMASQUdXHnyc5ow/1MfMYhzGewdpAPICpMSNm6pcw8d UcFg== MIME-Version: 1.0 X-Received: by 10.180.98.105 with SMTP id eh9mr11017651wib.56.1382379824640; Mon, 21 Oct 2013 11:23:44 -0700 (PDT) Received: by 10.217.67.202 with HTTP; Mon, 21 Oct 2013 11:23:44 -0700 (PDT) In-Reply-To: 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> Date: Mon, 21 Oct 2013 11:23:44 -0700 Message-ID: From: Dave Taht To: David Personette Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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 18:23:47 -0000 Yea, that wasn't a release. As a general rule the quality of my builds goes down exponentially after 9PM. The timestamp on that build was 22:17. On Mon, Oct 21, 2013 at 10:18 AM, David Personette wrot= e: > 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. You can fix this bug by commenting out mod_simple_vhost in /etc/lighthttpd/*.conf or waiting til I fix it in -3. It is actually my hope sysupgrade is fixed in -2, but we'll see. Other stuff in -2 was basic support for package signing, more entropy from the wireless driver (courtesy felix), and some (non-working) mods to finally support https in the config interface. > -- > 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 runnin= g. >> 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 f= rom >>> 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 acces= s. >>> >>> >>> 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 a= ny >>> impact for now, and apparently there's a backwards compatibility utilit= y 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 revert= ed 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 chan= ge >>>>> 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 t= he >>>>> /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 list >> Cerowrt-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 >> > > > _______________________________________________ > Cerowrt-devel mailing list > Cerowrt-devel@lists.bufferbloat.net > https://lists.bufferbloat.net/listinfo/cerowrt-devel > --=20 Dave T=E4ht Fixing bufferbloat with cerowrt: http://www.teklibre.com/cerowrt/subscribe.= html