Public bug reported:

Binary package hint: partimage-server

Due to missing 'db4.4-util'
the /usr/sbin/partimaged-passwd script fails in adding users.

[EMAIL PROTECTED]:/etc/partimaged# partimaged-passwd frode
Could not find db_load/db_dump!
Please install the db4.4-util package.
Version 4.2 and 4.3 are sufficient too.
New password:
Re-type new password:
Adding user frode...

/usr/sbin/partimaged-passwd: line 52: -T: command not found
chmod: cannot access `/etc/partimaged/passwd.db': No such file or directory
chown: cannot access `/etc/partimaged/passwd.db': No such file or directory


Line 51: echo -e "$1\n$2" | $DB_LOAD -T -t hash $PASSWD_FILE
$DB_LOAD is set in the 'check_db_utils' function, lines 18-27.

Installing the 'db4.4-util' package manually fixes this.

** Affects: partimage (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

** Description changed:

+ Binary package hint: partimage-server
+ 
  Due to missing 'db4.4-util'
  the /usr/sbin/partimaged-passwd script fails in adding users.
  
  [EMAIL PROTECTED]:/etc/partimaged# partimaged-passwd frode
  Could not find db_load/db_dump!
  Please install the db4.4-util package.
  Version 4.2 and 4.3 are sufficient too.
  New password:
  Re-type new password:
  Adding user frode...
  
  /usr/sbin/partimaged-passwd: line 52: -T: command not found
  chmod: cannot access `/etc/partimaged/passwd.db': No such file or directory
  chown: cannot access `/etc/partimaged/passwd.db': No such file or directory
  
  
  Line 51: echo -e "$1\n$2" | $DB_LOAD -T -t hash $PASSWD_FILE
  $DB_LOAD is set in the 'check_db_utils' function, lines 18-27.
  
  Installing the 'db4.4-util' package manually fixes this.

-- 
[edgy] missing dependency on 'db4.4-util'
https://launchpad.net/bugs/67592

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to