From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#25852: Users not updating their installations of Guix Date: Fri, 10 Mar 2017 20:48:24 -0500 Message-ID: <87k27wporb.fsf@netris.org> References: <20170223211156.GA24382@jasmine> <877f429kju.fsf@gnu.org> <87wpc1k0e5.fsf@netris.org> <87efy9gyr5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47589) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cmW9b-0005SY-JM for bug-guix@gnu.org; Fri, 10 Mar 2017 20:49:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cmW9W-0007ky-N1 for bug-guix@gnu.org; Fri, 10 Mar 2017 20:49:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51929) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cmW9W-0007ko-J8 for bug-guix@gnu.org; Fri, 10 Mar 2017 20:49:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cmW9W-0001SY-CY for bug-guix@gnu.org; Fri, 10 Mar 2017 20:49:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87efy9gyr5.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Tue, 07 Mar 2017 11:35:58 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 25852@debbugs.gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Mark H Weaver skribis: > >> We could simply issue a warning if the version of guix currently in use >> is more than N hours old, on the assumption that after N hours it's >> likely to be stale. The default value of N might be in the range 48-96 >> (2-4 days). A quick perusal through the recent commit log on our master >> branch indicates that it's quite rare for 4 days to pass without a >> security update. >> >> What do you think? > > That sounds like an easy and reasonable approach. > > I wonder what would be the best place to emit this warning. Upon =E2=80= =98guix > package -i=E2=80=99 maybe? Also "guix package -u" and the "guix system" commands that build systems. I suspect that many users run "guix pull" as their normal users but never think to run it as root. Mark