From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#25476: pivot-root test fails on Ubuntu 16.04 Date: Sat, 11 Feb 2017 22:29:18 +0100 Message-ID: <878tpc1knl.fsf@gnu.org> References: <1484760171.3242.7.camel@tourbillion-technology.com> <87shofuihf.fsf@gnu.org> <1484954418.3990.19.camel@tourbillion-technology.com> <877f5ckwm2.fsf@gnu.org> <1485881327.12269.10.camel@tourbillion-technology.com> <87wpdaawjb.fsf@gnu.org> <1485963231.29096.4.camel@tourbillion-technology.com> 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]:36089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ccfF9-0006Aw-DM for bug-guix@gnu.org; Sat, 11 Feb 2017 16:30:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ccfF4-0006uL-Ic for bug-guix@gnu.org; Sat, 11 Feb 2017 16:30:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37794) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ccfF4-0006uH-GT for bug-guix@gnu.org; Sat, 11 Feb 2017 16:30:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ccfF4-0006Ox-9r for bug-guix@gnu.org; Sat, 11 Feb 2017 16:30:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <1485963231.29096.4.camel@tourbillion-technology.com> (Paul Garlick's message of "Wed, 01 Feb 2017 15:33:51 +0000") 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: Paul Garlick Cc: 25476@debbugs.gnu.org Paul Garlick skribis: > scheme@(guile-user)> (find (lambda (entry) (and (string? (utmpx-user=20 > entry))(zero? (utmpx-pid entry)))) (utmpx-entries)) > $2 =3D #< type: 2 pid: 0 line: "~" id: (126 126 0 0) user: "= reboot" host: "4.4.0-59-generic" termination: 0 exit: 0 session: 0 time: #<= time type: time-utc nanosecond: 627310000 second: > 1485945677> address: (0 0 0 0)> > > The $2 output is not false in this case. I think a1a8b7f2e20513a3ad968e74e7ec52546404e3c6 fixes this. Thanks! Ludo=E2=80=99.