ecryptfs team mailing list archive
-
ecryptfs team
-
Mailing list archive
-
Message #00955
[Bug 313330] Re: Error attempting to add passphrase key to user session keyring
Okay, I'm forwarding this upstream and assigning to myself.
I think that there are two parts to this bug...
1) Key adding on underpowered cpu's (arms and atoms in netbooks) is
simply a slow process due to the 64K rounds of key strengthening. I
think we should make that configurable for Karmic, but there's nothing
we can really for this on Jaunty.
2) We should clean up the error messages thrown to the log files.
a) if the user doesn't have an ecryptfs setup, let's short circuit pam_ecryptfs and bail out without spamming the logs with error messages
b) if the key is already in the keyring, great, no need to gripe about it.
:-Dustin
** Also affects: ecryptfs
Importance: Undecided
Status: New
** Changed in: ecryptfs
Importance: Undecided => Medium
** Changed in: ecryptfs
Status: New => Triaged
** Changed in: ecryptfs
Assignee: (unassigned) => Dustin Kirkland (kirkland)
** Changed in: ecryptfs-utils (Ubuntu)
Importance: Undecided => Medium
** Changed in: ecryptfs-utils (Ubuntu)
Status: New => Triaged
** Changed in: ecryptfs-utils (Ubuntu)
Assignee: (unassigned) => Dustin Kirkland (kirkland)
--
Error attempting to add passphrase key to user session keyring
https://bugs.launchpad.net/bugs/313330
You received this bug notification because you are a member of eCryptfs,
which is subscribed to ecryptfs-utils in ubuntu.
Status in eCryptfs - Enterprise Cryptographic Filesystem: Triaged
Status in “ecryptfs-utils” source package in Ubuntu: Triaged
Bug description:
Every time I type sudo I find in the log these lines. The login process is slow. I don't understand why the PGP passphrase conflicts with the sudo password. In theory they don't have anything in common.
Jan 2 22:25:18 Renovatio sudo: pam_sm_authenticate: Called
Jan 2 22:25:18 Renovatio sudo: pam_sm_authenticate: username = [zio]
Jan 2 22:25:18 Renovatio sudo: Error attempting to parse .ecryptfsrc file; rc = [-5]
Jan 2 22:25:18 Renovatio sudo: Unable to read salt value from user's .ecryptfsrc file; using default
Jan 2 22:25:20 Renovatio sudo: Passphrase key already in keyring
Jan 2 22:25:20 Renovatio sudo: Error attempting to add passphrase key to user session keyring; rc = [1]
Jan 2 22:25:20 Renovatio sudo: There is already a key in the user session keyring for the given passphrase.
Thanks in advance
David