M BUZZ CRAZE NEWS
// news

Error initializing NSS when trying to launch Google Chrome

By Jessica Wood
[5945:5982:1218/174102.621327:ERROR:nss_util.cc(650)] Error initializing NSS with a persistent database (sql:/home/amal/.pki/nssdb): libsoftokn3.so: cannot open shared object file: No such file or directory
[5945:5982:1218/174102.621403:ERROR:nss_util.cc(154)] Error initializing NSS without a persistent database: NSS error code: -5925
[5945:5982:1218/174102.621416:FATAL:nss_util.cc(156)] nss_error=-5925, os_error=0

What does this mean and how can I fix it?

1

1 Answer

I ran into a similar issue when upgrading Kubuntu from 12.04 to 14.04. I found the following AskUbuntu post helpful; Google Chrome on Ubuntu 14.04 Desktop Can't Running, Error initializing NSS with a persistent database

In short, run the following commands.

sudo apt-get install libnss3-nssdb
sudo apt install libnss3=2:3.15.4-1ubuntu7

In addition, I had to run the following command after getting errors that I was running an older version of Chromium than my profile was created for (most likely referring the the version of libnss3). You may have to restore bookmarks and other settings after running this command.

mv ~/.config/chromium/ chromium_bkup-nss-issue

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy