running since 13.10, that's awesome :) to narrow this down, we need to understand or reproduce your environment somehow.
my guess is that something from https://git.launchpad.net/ubuntu/+source/postgresql- common/tree/debian/postgresql-common.postinst?h=ubuntu/resolute-devel triggers pam_mount, and since pam is involved i'm guessing it's the "su -s /bin/sh postgres" call in there. can you try to become root and then run "su -s /bin/sh postgres -c 'echo test'" to see if the same prompt appears i think the postgres user now matches to your pam_mount config, even though it should remain just local, so it prompts for the decryption password? just guessing. how does your pam configuration for pam_mount look like? ** Changed in: postgresql-common (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2130575 Title: apt package configure fails if you use pam_mount To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/postgresql-common/+bug/2130575/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
