Your message dated Sun, 02 Nov 2025 15:50:38 +0000
with message-id <[email protected]>
and subject line Bug#1102105: fixed in wtmpdb 0.75.0-5
has caused the Debian Bug report #1102105,
regarding wtmpdb: Argument combination `last -x -s <TIME>` not working
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1102105: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102105
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wtmpdb
Version: 0.72.0-1
Severity: normal

Dear Maintainer,

here an `last -x` example output

```
$> wtmpdb last -x -n20
root     pts/0                         Sat Apr  5 05:09 - still logged in
dirk     tty7         :0               Sat Apr  5 05:05 - still logged in
lightdm  tty7         :0               Sat Apr  5 05:04 - 05:05  (00:00)
reboot   system boot  6.12.20-amd64    Sat Apr  5 05:04 - still running
root     pts/4                         Sat Apr  5 04:16 - 04:16  (00:00)
  [...]
lightdm  tty7         :0               Sat Apr  5 01:27 - 01:27  (00:00)
reboot   system boot  6.12.20-amd64    Sat Apr  5 01:27 - 05:01  (03:33)
shutdown system down  6.12.20-amd64    Sat Apr  5 05:01 - 05:04  (00:03)
root     pts/0                         Sat Apr  5 01:26 - 01:26  (00:00)

wtmpdb begins Sat Apr  5 01:26:34 2025
```

Here are 3 issues:

  1. Whishlist: For the first column it should be renamed

       shutdown -> [shutdown] or <shutdown>
       reboot   -> [reboot]   or <reboot>

     to make clear that these are builtin tokens, and not real
     usernames.

  2. The [shutdown] in the example above was from

       [shutdown]  05:01 - 05:04, followed by a
       [reboot] at 05:04 - still running

     but this [shutdown] was ordered before

       [reboot] at 01:27 - 05:01

     which make less sense.  The output of example above should look like

       root     pts/0                         Sat Apr  5 05:09 - still logged in
       dirk     tty7         :0               Sat Apr  5 05:05 - still logged in
       lightdm  tty7         :0               Sat Apr  5 05:04 - 05:05  (00:00)
       reboot   system boot  6.12.20-amd64    Sat Apr  5 05:04 - still running
       shutdown system down  6.12.20-amd64    Sat Apr  5 05:01 - 05:04  (00:03)
       root     pts/4                         Sat Apr  5 04:16 - 04:16  (00:00)
         [...]
       lightdm  tty7         :0               Sat Apr  5 01:27 - 01:27  (00:00)
       reboot   system boot  6.12.20-amd64    Sat Apr  5 01:27 - 05:01  (03:33)
  new> <older shutdown>                       Sat Apr  5 01:26 - 01:27  (00:00)
       root     pts/0                         Sat Apr  5 01:26 - 01:26  (00:00)

  3. With respect to bug #1102101 (subtract 1h)

       * https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102101

     the following command should output at least one [shutdown] line

       $> last -x -s '2025-04-05 03:00:00'
       root     pts/0                         Sat Apr  5 05:09 - still logged in
       dirk     tty7         :0               Sat Apr  5 05:05 - still logged in
       lightdm  tty7         :0               Sat Apr  5 05:04 - 05:05  (00:00)
       reboot   system boot  6.12.20-amd64    Sat Apr  5 05:04 - still running
       root     pts/4                         Sat Apr  5 04:16 - 04:16  (00:00)

       wtmpdb begins Fri Apr  4 19:01:21 2025

     the `[shutdown] 05:01 - 05:04  (00:03)` is missing.

Greets,
Dirk =)


-- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 6.12.20-amd64 (SMP w/20 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages wtmpdb depends on:
ii  init-system-helpers  1.68
ii  libaudit1            1:4.0.2-2+b2
ii  libc6                2.41-6
ii  libsystemd0          257.4-3
ii  libwtmpdb0           0.72.0-1

Versions of packages wtmpdb recommends:
ii  libpam-wtmpdb  0.72.0-1

wtmpdb suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: wtmpdb
Source-Version: 0.75.0-5
Done: Andrew Bower <[email protected]>

We believe that the bug you reported is fixed in the latest version of
wtmpdb, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Bower <[email protected]> (supplier of updated wtmpdb package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 02 Nov 2025 15:24:48 +0000
Source: wtmpdb
Architecture: source
Version: 0.75.0-5
Distribution: unstable
Urgency: medium
Maintainer: Andrew Bower <[email protected]>
Changed-By: Andrew Bower <[email protected]>
Closes: 1102105
Changes:
 wtmpdb (0.75.0-5) unstable; urgency=medium
 .
   * Patch to fix last -x split rendering (Closes: #1102105)
   * Install unused upstream rotation-only config as example files
Checksums-Sha1:
 ca6fd3d5b82e5937bb4091f7bfbaf35174d2a41a 2548 wtmpdb_0.75.0-5.dsc
 9506443ad2c91984eaff7e9635898e4f52d6b7b6 14016 wtmpdb_0.75.0-5.debian.tar.xz
 92a0a7264dd5d294be35a9ba92708c4cae78b1b4 124920 wtmpdb_0.75.0-5.git.tar.xz
 8cadb854aac539d06d9d4ab85d354322dd25a93b 18218 wtmpdb_0.75.0-5_source.buildinfo
Checksums-Sha256:
 4799b25ae92df5e8c9950323e0582da1f4c6e421f6a865fa2170ff1a06f1eb19 2548 
wtmpdb_0.75.0-5.dsc
 0135d3c1e870ddf4bcda7e5d1f2b001a6794f2dae10f0353f34e42333920da20 14016 
wtmpdb_0.75.0-5.debian.tar.xz
 b113667d51c71078b8b4b4bf692638990d53db9714a1e25896f2c9f34caf4461 124920 
wtmpdb_0.75.0-5.git.tar.xz
 fb2de621ae9c294224ecff24769dcd61fd83ea5efeb5cf66deeea13a9a877ec0 18218 
wtmpdb_0.75.0-5_source.buildinfo
Files:
 65bdf2e4742f507411cc16dbc2fb2f80 2548 admin optional wtmpdb_0.75.0-5.dsc
 6cd5e05d2f49b16613d519fd0f403cdf 14016 admin optional 
wtmpdb_0.75.0-5.debian.tar.xz
 a3b8df8b116c7eb97bc9a5ae0b352aa0 124920 admin optional 
wtmpdb_0.75.0-5.git.tar.xz
 5d4dc2690299e83c42c0ba6afa96b803 18218 admin optional 
wtmpdb_0.75.0-5_source.buildinfo
Git-Tag-Info: tag=b490c2c9ad71fedbbcf1bcd1fe867b111db6f8ca 
fp=30a6192fa2c8e79967706d75baa80ed96f7887e9
Git-Tag-Tagger: Andrew Bower <[email protected]>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEN02M5NuW6cvUwJcqYG0ITkaDwHkFAmkHeOsACgkQYG0ITkaD
wHnp4BAAu+dlTJQJTBc10Mhi5bXmm8dvqaWn1sW7xL387z3LvgH1Vd5n6cTsT1Q+
XOlHu3HOF4PCtXLJ2VGOTuIiZWCplJtsT/xwjyj1CjlU2c2XGVR6BaeTtmgjAG2u
gXNthNq3oOidRdye6ZBoP/Wdgv+7Lx+oni0PXwdQrGzRzsR/4Y23Kc25BFkDX1TH
u6ipPVm1TeWYOLATxsxesaMfUxleriJQF4RIGerEF/gHgBdWOjfEEY9OenQorqLH
47toxWAwKuCxybi2G8U3dTvqEYZZFBxJ8s2IbnDl+WjRJJXRelNzgE8ZKtaRNLTv
NgbbFtKAUgeo57P1SQRGLK7ILE3Y5H/fLcHxvZpTL5C2YCHJSxhskqT1QfNRnv7U
ED7uyDyj6Bz3OdwCNbuUccpIJTZaLixSxgL0rvT94Y/1otQRFNaxje+pkScOLTlW
FFK6bzCqkYyx7onwBS1SO+hGhND2IvZ7tpgoE7CAS5+61T4JDEw05jLQBG5v7O1P
9Rk8fV5EohIsArre3EgiK4/d2nPYUgnHdlYtby8MxWZ6WXx6Qn7P3IL6gssebxLx
nfbwjsmjbgi6/4qArS+d5mrAolIFsV4Ios4Hu/xbsp81WV37okgWBWqep9rDn3Ej
Vi6/nq5bAuWsaR52nuBEHmeoEmTmnlzhBdAZOG16ff6GDHAajk4=
=e77e
-----END PGP SIGNATURE-----

Attachment: pgpGpamYPo5nj.pgp
Description: PGP signature


--- End Message ---

Reply via email to