[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#29426: guix: "make check" test "utmpx-entries" fails
From: |
Ludovic Courtès |
Subject: |
bug#29426: guix: "make check" test "utmpx-entries" fails |
Date: |
Sat, 25 Nov 2017 18:14:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) |
Hi,
Adonay Felipe Nogueira <address@hidden> skribis:
> #<<utmpx-entry> type: 8 pid: 0 line: "pts/3" id: (47 51 0 0) user: "adfeno"
> host: #f termination: 0 exit: 0 session: 0 time: #<time type: time-utc
> nanosecond: 125808000 second: 1511606671> address: (0 0 0 0)>
This is the culprit: its ‘pid’ is 0, but its type is not BOOT_TIME as
the test expects. Instead, it’s DEAD_PROCESS (8).
Fixed in commit 4aac8d059a2bec9f075ceea2a089ca029a71912c.
Thanks!
Ludo’.