Bug#580384: chpasswd fails with a pam_chauthtok failure

2010-08-02 Thread Jeffrey B. Green
On 05/05/2010 11:48 AM, Jeff Green wrote: Package: passwd Version: 1:4.1.4.2-1 Severity: normal Tags: squeeze On my next pass of using live-helper it seems the problem lies there. It does not create the user 'user' by the time that the hooks are evaluated. Let me see if I can do the

Bug#580384: chpasswd fails with a pam_chauthtok failure

2010-05-05 Thread Jeff Green
Package: passwd Version: 1:4.1.4.2-1 Severity: normal Tags: squeeze This error occurs during the build of an iso for a live cd in live-helper. I've added the file: % cat 01-update_password.sh #!/bin/sh echo I: update password echo root:reallybigsecret | chpasswd echo user:justasecret | chpasswd