Re: [Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-17 Thread Tyler Hicks
-- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to nss in Ubuntu. https://bugs.launchpad.net/bugs/1602680 Title: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1 Status in nss package in Ubuntu:

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-17 Thread Grek-336
Thanks too. By me is it the same. I use the wfg ad0 PPA too. Sorry for the work which I have prepared you. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to nss in Ubuntu. https://bugs.launchpad.net/bugs/1602680 Title:

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-15 Thread Sander
Thanks for your help! FWIW, as it took me a bit to figure out how my libnspr4 version could be outdated: I have 0ad installed from the wfg ppa, which depends on libmozjs-31-0, which depends on libnspr4, and has this version in the ppa: libnspr4_4.10.10-0ubuntu0.14.04.1~12.04~wfg1_i386.deb - and

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-15 Thread Tyler Hicks
Thanks, Sander. That allowed me to figure out the problem. The new libnspr4 added a new exported function, PR_GetEnvSecure(): $ nm -D /usr/lib/x86_64-linux-gnu/libnspr4.so | grep PR_GetEnvSecure 0001a3a0 T PR_GetEnvSecure The new libnss3 depends on that new function: $ nm -D

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-15 Thread Sander
I'm also suffering from this exact bug, and setting the higher memory limit does not allow me to log in. auth.log shows: PAM unable to dlopen(pam_ecryptfs.so): /usr/lib/i386-linux-gnu/libnssutil3.so: undefined symbol: PR_GetEnvSecure PAM adding faulty module: pam_ecryptfs.so -- You received

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-15 Thread Tyler Hicks
Could you do the following steps and report the results? 1) Set higher locked memory limit $ echo "* - memlock 128" | sudo tee /etc/security/limits.d/lp1602680.conf 2) Reboot 3) Verify that the higher limit is in place $ ulimit -l 128 4) Upgrade to the new NSS and see if you can log in.

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-14 Thread Grek-336
When downgrade to previous version of libnss3 and libnss3-1d I can login in my home directory without restart. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to nss in Ubuntu. https://bugs.launchpad.net/bugs/1602680 Title:

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-14 Thread Grek-336
I have upgrade libnss3 and libnss3-1d from 2:3.21-0ubuntu0.12.04.3 to 2:3.23-0ubuntu0.12.04.1 Same problem with my home directory. I have add a new user "test" with encrypted home. login for "test" not possible, ecryptfs-mount-private not possible but other failure message: "ERROR: Encrypted

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-13 Thread Grek-336
ulimit -a with the old 2:3.21-0ubuntu0.12.04.3 Version after login. core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited scheduling priority (-e) 0 file size (blocks, -f) unlimited pending signals (-i) 28223 max locked

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-13 Thread Tyler Hicks
What is the output of `ulimit -a` on your system? You may be hitting the maximum amount of locked memory for the process handling the login. ** Changed in: nss (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-13 Thread Marc Deslauriers
FYI, I couldn't reproduce this earlier either. I installed a new Ubuntu 12.04.5 VM with encrypted home, and was able to successfully upgrade to the newer nss without any issues. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed

[Touch-packages] [Bug 1602680] Re: ecryptfs not work with libnss3/libnss3-1d Version 2:3.23-0ubuntu0.12.04.1

2016-07-13 Thread Tyler Hicks
Hello - Sorry for the trouble you're having. I've downgraded a clean, up to date 12.04 amd64 VM to libnss3 and libnss3-1d version 2:3.21-0ubuntu0.12.04.3. Then I set up a new user with encrypted home (`adduser --encrypt-home foo`). I verified that I can log in and access the encrypted home