Greetings Puppyland!
I like to use static browser profile directories fresh each boot. In Xenial I might get a warning that the config needs to be "unlocked" before a re-run (automatic after a dialog click). Otherwise browsers run.
In Fossa, they simply won't unless...
Code: Select all
root# run-as-spot ./chrome --incognito &
[1] 28270
root# [28270:28286:0616/060346.970939:ERROR:disk_cache.cc(184)] Unable to create cache
[28270:28286:0616/060346.971037:ERROR:shader_disk_cache.cc(606)] Shader Cache Creation failed: -2
[28270:28270:0616/060347.001588:ERROR:process_singleton_posix.cc(405)] readlink failed: Permission denied (13)
[28270:28270:0616/060347.001767:ERROR:process_singleton_lock_posix.cc(20)] readlink(/home/spot/.config/chromium/SingletonLock) failed: Permission denied (13)
[28270:28270:0616/060347.001858:ERROR:process_singleton_posix.cc(257)] readlink(/home/spot/.config/chromium/SingletonLock) failed: Permission denied (13)
[28270:28270:0616/060347.001886:ERROR:process_singleton_posix.cc(281)] Failed to create /home/spot/.config/chromium/SingletonLock: Permission denied (13)
[28270:28270:0616/060347.001936:ERROR:process_singleton_posix.cc(405)] readlink failed: Permission denied (13)
[28270:28270:0616/060347.001970:ERROR:process_singleton_lock_posix.cc(20)] readlink(/home/spot/.config/chromium/SingletonLock) failed: Permission denied (13)
[28270:28270:0616/060347.002083:ERROR:chrome_browser_main.cc(1265)] Failed to create a ProcessSingleton for your profile directory. This means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process. Aborting now to avoid profile corruption.
The hack fix is to delete the profile directory & manually remake browser settings.
Is there a successful method for using static browser config directories in newer pups?