Help Wizard

Step 1

NEXT STEP

Ubuntu 16.04 Error 6

Ubuntu 16.04 Error 6

I'm slowly working through all of the errors, but I thought someone might have a quicker solution at hand.  I'd really appreciate some help! Here are the errors I get when trying to run Spotify.


[0715/003219:ERROR:nss_util.cc(96)] Failed to create /home/ilios/.pki/nssdb directory.
[0715/003219:ERROR:browser_main_loop.cc(203)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[0715/003219:ERROR:nss_util.cc(96)] Failed to create /home/ilios/.pki/nssdb directory.
[0715/003219:ERROR:main_delegate.cc(764)] Could not load cef_extensions.pak
[0715/003219:ERROR:browser_context_impl.cc(163)] The cache_path directory could not be created: /home/ilios/.cache/spotify/Browser
[0715/003219:ERROR:nss_util.cc(96)] Failed to create /home/ilios/.pki/nssdb directory.
05:32:19.814 F [storage_impl.cpp:1041           ] Unable to open index: /home/ilios/.cache/spotify/Storage/index.dat (13)
05:32:19.814 E [storage_impl.cpp:2721           ] Storage error: realm: -1, file: 0000000000000000000000000000000000000000, error: 7, OS error: 13, count: 1, path /home/ilios/.cache/spotify/Storage/
[0715/003219:ERROR:nss_util.cc(96)] Failed to create /home/ilios/.pki/nssdb directory.
[0715/003219:ERROR:main_delegate.cc(764)] Could not load cef_extensions.pak
05:32:19.878 I [mpris.cpp:304                   ] Received MPRIS MediaPlayer2.Player 'Get' request, but no metadata is available
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Segmentation fault (core dumped)

Reply
1 Reply

The only thing I can think of is that you have wrong user permissions on some files or directories in your home directory. This happens when you accidentally start programs with sudo.

 

Copy/paste this log line into a terminal to see the permissions of the directories and files that your log complain about:

 

ls -ld $HOME $HOME/.cache $HOME/.cache/spotify $HOME/.cache/spotify/Storage $HOME/.cache/spotify/Storage/index.dat $HOME/.cache/spotify/Browser $HOME/.pki $HOME/.pki/nssdb

 

Suggested posts