Your message dated Thu, 24 Jan 2008 22:17:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#462387: fixed in user-setup 1.18
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: user-setup
Version: 1.17
Severity: important
When installing the latest version of the passwd package
1:4.1.0-2 0
990 http://ftp.debian.org testing/main Packages
9 http://ftp.debian.org unstable/main Packages
user-setup-apply fails setting a new password with the message:
chpasswd: options -e and -m are mutually exclusive.
diff -Naur /usr/lib/user-setup/user-setup-apply.bak
/usr/lib/user-setup/user-setup-apply > chpasswd.patch
I suggest only use one of the options, as it does after appliyng the included
patch.
--- /home/live/testing-personal/chroot/usr/lib/user-setup/user-setup-apply 2007-06-21 20:09:15.000000000 +0000
+++ /usr/lib/user-setup/user-setup-apply 2008-01-24 12:12:29.140111314 +0000
@@ -31,8 +31,10 @@
PASSWD="$2"
if [ "$3" = true ]; then
PRECRYPTED=-e
+ else
+ PRECRYPTED=-m
fi
- $chroot $ROOT chpasswd $PRECRYPTED -m <<EOF
+ $chroot $ROOT chpasswd $PRECRYPTED <<EOF
$USER:$PASSWD
EOF
}
--- End Message ---
--- Begin Message ---
Source: user-setup
Source-Version: 1.18
We believe that the bug you reported is fixed in the latest version of
user-setup, which is due to be installed in the Debian FTP archive:
user-setup-udeb_1.18_all.udeb
to pool/main/u/user-setup/user-setup-udeb_1.18_all.udeb
user-setup_1.18.dsc
to pool/main/u/user-setup/user-setup_1.18.dsc
user-setup_1.18.tar.gz
to pool/main/u/user-setup/user-setup_1.18.tar.gz
user-setup_1.18_all.deb
to pool/main/u/user-setup/user-setup_1.18_all.deb
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.
Joey Hess <[EMAIL PROTECTED]> (supplier of updated user-setup 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: SHA1
Format: 1.7
Date: Thu, 24 Jan 2008 17:05:00 -0500
Source: user-setup
Binary: user-setup user-setup-udeb
Architecture: source all
Version: 1.18
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team <[email protected]>
Changed-By: Joey Hess <[EMAIL PROTECTED]>
Description:
user-setup - Set up initial user and password
user-setup-udeb - Set up users and passwords
user-setup-udeb - Set up users and passwords (udeb)
Closes: 462387
Changes:
user-setup (1.18) unstable; urgency=low
.
* In shadow version 4.1.0, the chpassword -e and -m options are
mutially exclusive. Avoid sending both options when a pre-encrypted
password is provided by preseeding. Thanks, Jordi-Pujol. Closes: #462387
Files:
56828aaa8a52b89dcfd818adbe738645 755 debian-installer extra user-setup_1.18.dsc
8b5eaa2c59e95a000310ad477e61a24a 120722 debian-installer extra
user-setup_1.18.tar.gz
90e550219ad7af432519707509355eff 116074 debian-installer standard
user-setup-udeb_1.18_all.udeb
19b801f1d0974e6b7ccf0c053318fc97 122922 admin extra user-setup_1.18_all.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHmQvN2tp5zXiKP0wRAr3iAJwOY1IluXrtVMvl1avADQlvZ8Z0QQCghXao
naJafMYN2FAjzAMTHQnSSSk=
=ZHCG
-----END PGP SIGNATURE-----
--- End Message ---