The adduser(8) man page (LOGGING section) lists message priorities as:
crit, error, warning, info, debug, trace
The actual accepted values in Debian::AdduserLogging::numeric_msglevel()
are:
trace, debug, info, warn, err/error, fatal
Two mismatches:
- "warning" should be "warn" ("warning" causes die())
- "crit" should be "fatal" ("crit" causes die())
The config file comments in /etc/adduser.conf are correct. The man page
appears to use syslog priority names (from the logmsglevel() translation
map) rather than the config-facing names.
Hi, Thanks for spotting this. Would this fix it? diff --git a/doc/adduser.8 b/doc/adduser.8 index c4c8f63..c9ad708 100644 --- a/doc/adduser.8 +++ b/doc/adduser.8 @@ -555,9 +555,9 @@ Every message that \fBadduser\fR prints has a priority value assigned by the authors. This priority can not be changed at run time. Available priority values are -\fBcrit\fR, +\fBfatal\fR, \fBerror\fR, -\fBwarning\fR, +\fBwarn\fR, \fBinfo\fR, \fBdebug\fR, and That's what happens when you write the docs first. Sorry. Greetings Marc
Hi, that ought to do it :) Thanks!
We believe that the bug you reported is fixed in the latest version of
adduser, 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 1132881@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Marc Haber <mh+debian-packages@zugschlus.de> (supplier of updated adduser 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 ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Mon, 01 Jun 2026 07:06:57 +0200
Source: adduser
Architecture: source
Version: 3.156
Distribution: unstable
Urgency: medium
Maintainer: Debian Adduser Developers <adduser@packages.debian.org>
Changed-By: Marc Haber <mh+debian-packages@zugschlus.de>
Closes: 1132881
Changes:
adduser (3.156) unstable; urgency=medium
.
* ignore extra fields at the end of pool file lines
* streamline log level names. (Closes: #1132881)
* demote "crontab not found" warning to info
it is now perfectly normal to run a system that doesn't have cron
Checksums-Sha1:
4b6e1af9b48e2376c1f09d394f4c2417d1cfe971 1789 adduser_3.156.dsc
f7c9f1426595a90240379713852d0f9ac1551735 357240 adduser_3.156.tar.xz
Checksums-Sha256:
d670ae89a335fa13fcc95e4c4942d9c096e4ab3094c0bc78a50fe4a5de35cb00 1789 adduser_3.156.dsc
117907c9b68a4cee2f35b956ef5cc02fb76ecdb173a797c0fa10e275417ebd47 357240 adduser_3.156.tar.xz
Files:
7dbd3065d9f8feff94549a5e5f04aac2 1789 admin important adduser_3.156.dsc
1f7c7f194f080f6ee18af157cf5ac413 357240 admin important adduser_3.156.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEE6QL5UJ/L0pcuNEbjj3cgEwEyBEIFAmodFokACgkQj3cgEwEy
BELd8g/+Nr5NHFBVcC6gk03by+dD328KBkhiT4xxqpGjBRbNaJrZnugTjVFFZfei
btlAuVddDi1thQ9+qxiUzOPFuMNV0hWVB8x6wuetQBu9AOopLzx0m0pFXhMygEgZ
FOnvlYcRSHto051DIDs5jvopdsumdTe+5VgSJ83lnon30sT/2zRiSMH4DO/NpE7Q
yuT3iPEMxWsSUK6CnORcLZ0QHUjFUi+Np/44zrgkIoki38Gs1gB9rptGj8AwZztm
JtFURWtkdYDxddHEC0aQFWlqRMQLuF67gcAe+/jOiDiRYtV0MLB0WOnvtyni/It8
84kSi+eh4qTB7YTJyHeW+w8Je3nJIVzenYYRUljpmSzhrhIPSa9kzBIsGS9VXnsJ
Czh6aMRPyPUTRR/CoI28FWWyS+0EOxwTq2BAsY5HKUZ5YtkaPFhw1LrD4WV3C5hy
6RfGg+DWTuBchF9uvgQDMXo4wOIt4NAacW7q9J8cP2vio6g3lb7x372++USrPhQ2
b+vFaVlGHXqhfwkOz6H00/anZFwI2ORmUFuhJILzPRldLzLf75NJ2DB8vtHqQuiC
jnwWaExn+0YfNohYQS76+LViTG8lj+IZIU3BoL+3cprhi/6Sk6+urwTZKQfLU4mE
dei1dhQolSKJFBKC2XdWZ5pAnyYBdUfBCClvfCWKC+B1Hr+4+fc=
=8IY5
-----END PGP SIGNATURE-----