From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vc0-x22b.google.com (mail-vc0-x22b.google.com [IPv6:2607:f8b0:400c:c03::22b]) (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 86A0921F1A0 for ; Sun, 13 Apr 2014 06:58:01 -0700 (PDT) Received: by mail-vc0-f171.google.com with SMTP id lg15so6677514vcb.30 for ; Sun, 13 Apr 2014 06:58:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=e20rCIZAmRUO3ok2uT2+jlBDE5QIRStWEC4+aC1nUfI=; b=K2KkbX9kzQGUxj6yxMqJIJex6IcA2i0vQU6o1Gjpv6EgwqQ+TTmuRmyLuGlsSDYBHT vwCFsfgxKKf9oebPrNr5WetsTwzZ0q42fxnkB/ZDgAz55Ccve2rXPIruqdLyvR+vFuBz yLFkg0Pbur079vhX391WeYmhqrSKxlqhi+EnW+TT0kaiyd4PYS8nDrdTyzcXLuMSPAFy tZksazXKnjRtTH6zxO1PmDVNAaXCqAbKHWLHeq9aXXEIOPE9FXSqGgGxNdX78NQC6yMy 1JxYz9VeEIxYwMdUiaq1ylyDlrP5ZGL4rZs/Y9CgLVdKQJ4a83QaXxjjjgE1J9IdvtiU lhsw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=e20rCIZAmRUO3ok2uT2+jlBDE5QIRStWEC4+aC1nUfI=; b=Iea6XkFO0BzBZFdOr2s4dRorw0ezs0ERq2PGYiF2ZRjvGnCiSI2qyHECK5Urbhv1zl 7Q3yFgO75L+SZ9WqYnhlwOTXIfjGKhgL0OKCdjKJvXDZnItiUBiXgscTtHePIijvn3tY kyFqKv2FVrwcg1KFFYm4wcBupKWAY1FkZl+LQ= X-Received: by 10.58.187.9 with SMTP id fo9mr30661668vec.4.1397397479913; Sun, 13 Apr 2014 06:57:59 -0700 (PDT) MIME-Version: 1.0 Sender: joel.stan@gmail.com Received: by 10.220.193.73 with HTTP; Sun, 13 Apr 2014 06:57:39 -0700 (PDT) In-Reply-To: References: <000001cf567f$80b2f1c0$8218d540$@riepnet.com> From: Joel Stanley Date: Sun, 13 Apr 2014 23:27:39 +0930 X-Google-Sender-Auth: iLYxTYLBScYJSULZJD5KmRtELqo Message-ID: To: Sebastian Moeller Content-Type: text/plain; charset=ISO-8859-1 Cc: Frits Riep , cerowrt-devel@lists.bufferbloat.net Subject: Re: [Cerowrt-devel] Having issue upgrading to latest image 3.10.36-4 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: Sun, 13 Apr 2014 13:58:02 -0000 On Sun, Apr 13, 2014 at 5:58 AM, Sebastian Moeller wrote: > I think Valdis Kletnieks reported the same for a 3800. Please try the "manual" route described below and report back your results to the list: I attempted an upgrade using the web interface from -3 to -4 and it also failed. I tried from the shell: root@cerowrt:/tmp# sysupgrade -c -v openwrt-ar71xx-generic-wndr3800-squashfs-sysupgrade_new.bin Saving config files... etc/lighttpd/lighttpd.pem etc/passwd- etc/fw_env.config etc/shadow etc/passwd etc/group- etc/ethers etc/config/wireless etc/config/system etc/config/polipo etc/config/ucitrack etc/config/network etc/config/ubootenv etc/config/dropbear etc/config/firewall etc/config/upnpd etc/config/fstab etc/config/luci etc/config/dhcp etc/config/sqm etc/dropbear/dropbear_rsa_host_key etc/dropbear/authorized_keys etc/dropbear/dropbear_dss_host_key etc/sudoers etc/shadow- etc/samba/secrets.tdb etc/samba/smbpasswd etc/group etc/firewall.user killall: watchdog: no process killed Sending TERM to remaining processes ... logd netifd odhcpd lighttpd crond lighttpd snmpd pimd xinetd dbus-daemon smbd nmbd avahi-daemon miniupnpd polipo babeld natpmp ahcpd rngd ntpd dnsmasq ubusd askfirst Sending KILL to remaining processes ... askfirst Switching to ramdisk... Performing system upgrade... Unlocking firmware ... Writing from to firmware ... Appending jffs2 data from /tmp/sysupgrade.tgz to firmware...TRX header not found Error fixing up TRX header Upgrade completed Rebooting system... After reboot: root@cerowrt:~# cat /etc/openwrt_release DISTRIB_ID="CeroWrt" DISTRIB_RELEASE="3.10.36-4" DISTRIB_REVISION="r40438" The system appears to be working okay, except my 2.4GHz interface is missing - I haven't spent any real time looking into that. Regards, Joel