From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.bufferbloat.net (Postfix) with ESMTPS id 29F273B29D for ; Wed, 17 Nov 2021 12:03:22 -0500 (EST) Received: by mail-qt1-x835.google.com with SMTP id n15so3346863qta.0 for ; Wed, 17 Nov 2021 09:03:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:content-transfer-encoding:mime-version:subject:date:references :to:in-reply-to:message-id; bh=8rG/aXfG0lObkDPehlOr4esrr9I9LBIH1CVd/f0zqiQ=; b=ecMSpZa8jbtiG7nNv1e9h6ZsoxcmOzC8Kgty40o9Y40UkH6KQNtmfTZlAZg1y65Ryf d+/z1TUAFN5NMSGckAeYtASKMQMAV19Q55hmbVfWfP1D2jqUgcEwMvoN4SRHAmi62atJ UAgx4doNi4RO1ki2fxwkmrcQ7Ucmv9vwhhgPNavrgbR04xVVZsaBhgXzylBr8YJWyonS JyVx2aD/3MT/AaIOu8Vvn833pdQOjsAL/K9moZvk0k0CPrSlrGLSA7KaKpToeYLgV/ro GTV919esAwkvERb4xtQPMmFjJ/wD4D0EjiZvF/OGeqM+UjldKqRzI86IxxJolTjAmkqS RcIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:date:references:to:in-reply-to:message-id; bh=8rG/aXfG0lObkDPehlOr4esrr9I9LBIH1CVd/f0zqiQ=; b=5U9L8ul5GuI7O58aLmBm3M/9YpFR0CEuI6MvZc7TZurVps905VEI5UNWJ8G60ex3L/ vmkNcBTu1T4DqZLN8uT9xuyzpFDI1ecHFaYlImt5RAOp+5jtgsqPGmqiWZwp4KmNbqi2 oAEBj3yMNnUNMPevu9sCgW7V0qEvWFD3zsFw60s3vVAcHr3SYZDh2dQFqAAb7MnaTj+I CCcb3JOUkuSiuxPAucm0O9Q/3eSnP4W/b/JBH2RXgdQuoEBTmTZEsR0TefyZqQA/GfCG kxeWpyYdNzKV64GdIRBDveIeSp5OPHnUEnhekOD8CzF7F7cscVO9LUOtDPZt4E9NVCXF jCQw== X-Gm-Message-State: AOAM530oy0XetNCNnPMvqe+x91GwyqH4c+Q2k5+OK/5eKB3IN8pemJHh rySVB17+jFk+QIxQw/KdRvVykvg88QqKuA== X-Google-Smtp-Source: ABdhPJzvM+ZkWPS7bf9CWCgxWGrt6qFCnx1pcjEKMFhTa7wX65aS4pkK+ba3nYSbakd6hBLD11du1Q== X-Received: by 2002:a05:622a:190f:: with SMTP id w15mr19008038qtc.124.1637168601462; Wed, 17 Nov 2021 09:03:21 -0800 (PST) Received: from richs-mbp-pro.lan ([198.55.239.186]) by smtp.gmail.com with ESMTPSA id z8sm228642qta.50.2021.11.17.09.03.21 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Nov 2021 09:03:21 -0800 (PST) From: Rich Brown Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Date: Wed, 17 Nov 2021 12:03:20 -0500 References: To: cerowrt-devel@lists.bufferbloat.net In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.3608.120.23.2.7) Subject: Re: [Cerowrt-devel] Cerowrt-devel Digest, Vol 114, Issue 4 X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.20 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: Wed, 17 Nov 2021 17:03:22 -0000 I didn't respond to the list... > Rich Brown writes: >=20 >>> On Nov 16, 2021, at 12:00 PM, = cerowrt-devel-request@lists.bufferbloat.net wrote: >>>=20 >>> I've always been kind of a control freak and did manual updates. Are >>> others confident enough in openwrt's process to use this? >>>=20 >>> opkg update; opkg list-upgradable | cut -f 1 -d ' ' | xargs opkg = install >>=20 >> If that feels scary, then this might really give you the vapors... = :-) >>=20 >> https://github.com/aparcar/asu#luci-app >>=20 >> In a five-out-of-five test, it has worked fine for me! >> https://youtu.be/H7xcmhbYsX8 >=20 > Ah, I've been meaning to set this up! Are you using one of the public > servers, or running your own? >=20 In the "Config" tab of luci-app-attendedsysupgrade use = https://sysupgrade.openwrt.org Rich=