> For safety, reboot opensolaris > Login as normal, check that Mozilla Firefox can now start. > Explanation: > Firefox cannot access .mozilla/firefox file.
I guess it's for the case when you run update under root. May be it's worth to file a bug about it (i.e. retaining original file permission in Mozilla profile, if it was run as root). But there is no need to restart the system at all. You can also simply run such script to fix this issue: #!/bin/bash pfexec chown -v -R ${USER}:staff ${HOME}/.mozilla/firefox | grep 'changed' -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org