After adding 10-12 bookmarks firefox 3.0.1 installed via pkg file shows up the issue as original one:- Unable to add bookmarks. One more notice. I was able to load VncViewer Applet in FF browser on SNV97 Dom0 bfu''ed from SNV96 Dom0 for vncserver running at SNV97 DomU. Same thing fails on fresh installed SNV97 Dom0 for original browser or installed via pkg file. I do can load VncViewer Applet on any remote host with FF 3.0.1 with JRE 6 plugin (32-bit) on Linux or IE on WindowsXP with JDK 6.0 installed for vncserver running at SNV97 DomU on Nevada Host. -- This message posted from opensolaris.org
Something similar here, but not the same. I have luupgraded SXCE97 from SXCE96 and I can''t to modify bookmarks within Firefox 3. Looks strange for me. Boris Derzhavets pisze:> After adding 10-12 bookmarks firefox 3.0.1 installed via pkg file > shows up the issue as original one:- > Unable to add bookmarks. > One more notice. > I was able to load VncViewer Applet in FF browser on SNV97 Dom0 bfu''ed from SNV96 Dom0 > for vncserver running at SNV97 DomU. > Same thing fails on fresh installed SNV97 Dom0 for original browser or installed via pkg file. > I do can load VncViewer Applet on any remote host with FF 3.0.1 with JRE 6 plugin (32-bit) on Linux > or IE on WindowsXP with JDK 6.0 installed for vncserver running at SNV97 DomU on Nevada Host. > -- > This message posted from opensolaris.org > _______________________________________________ > xen-discuss mailing list > xen-discuss@opensolaris.org-- Regards, Piotr Jasiukajtis | estibi | SCA OS0072 http://estseg.blogspot.com
I had the same problem myself. Can I ask if you did this as a fresh user ($HOME/.mozilla did not exists), since it seems to work better if you are upgrading your profile. Also, export/import bookmarks from a html file does not work as well.... It looks the whole bookmark system does not work very well on OpenSolaris. Andrew Piotr Jasiukajtis wrote:> Something similar here, but not the same. > I have luupgraded SXCE97 from SXCE96 and I can''t to modify bookmarks > within Firefox 3. Looks strange for me. > > Boris Derzhavets pisze: > >> After adding 10-12 bookmarks firefox 3.0.1 installed via pkg file >> shows up the issue as original one:- >> Unable to add bookmarks. >> One more notice. >> I was able to load VncViewer Applet in FF browser on SNV97 Dom0 bfu''ed from SNV96 Dom0 >> for vncserver running at SNV97 DomU. >> Same thing fails on fresh installed SNV97 Dom0 for original browser or installed via pkg file. >> I do can load VncViewer Applet on any remote host with FF 3.0.1 with JRE 6 plugin (32-bit) on Linux >> or IE on WindowsXP with JDK 6.0 installed for vncserver running at SNV97 DomU on Nevada Host. >> -- >> This message posted from opensolaris.org >> _______________________________________________ >> xen-discuss mailing list >> xen-discuss@opensolaris.org >> > > >
I did everything as root . Directory $HOME/.mozilla did exist. --- On Sat, 9/13/08, Andrew Watkins <andrew@dcs.bbk.ac.uk> wrote: From: Andrew Watkins <andrew@dcs.bbk.ac.uk> Subject: Re: [xen-discuss] b97 and firefox To: "Piotr Jasiukajtis" <pjasiukajtis@opensolaris.com.pl> Cc: "Boris Derzhavets" <bderzhavets@yahoo.com>, xen-discuss@opensolaris.org Date: Saturday, September 13, 2008, 6:44 AM I had the same problem myself. Can I ask if you did this as a fresh user ($HOME/.mozilla did not exists), since it seems to work better if you are upgrading your profile. Also, export/import bookmarks from a html file does not work as well.... It looks the whole bookmark system does not work very well on OpenSolaris. Andrew Piotr Jasiukajtis wrote:> Something similar here, but not the same. > I have luupgraded SXCE97 from SXCE96 and I can''t to modify bookmarks > within Firefox 3. Looks strange for me. > > Boris Derzhavets pisze: > >> After adding 10-12 bookmarks firefox 3.0.1 installed via pkg file >> shows up the issue as original one:- >> Unable to add bookmarks. >> One more notice. >> I was able to load VncViewer Applet in FF browser on SNV97 Dom0bfu''ed from SNV96 Dom0>> for vncserver running at SNV97 DomU. >> Same thing fails on fresh installed SNV97 Dom0 for original browser orinstalled via pkg file.>> I do can load VncViewer Applet on any remote host with FF 3.0.1 withJRE 6 plugin (32-bit) on Linux>> or IE on WindowsXP with JDK 6.0 installed for vncserver running atSNV97 DomU on Nevada Host.>> -- >> This message posted from opensolaris.org >> _______________________________________________ >> xen-discuss mailing list >> xen-discuss@opensolaris.org >> > > >
After fresh FF 3.0.1 install: /path/new_location/firefox -P recreates profile and FF starts adding bookmarks. -- This message posted from opensolaris.org
On 9/13/08, Boris Derzhavets <bderzhavets@yahoo.com> wrote:> I did everything as root . > Directory $HOME/.mozilla did exist.Root? Is the user root or otherwise? Running firefox as root w/ home as non root is going to result in firefox being unable to write files to the profile later as they''ll be owned by root. you should have enough pieces to use dtrace to watch file writes and probably install venkman to watch for js wrapped exceptions if sqlite is unhappy. Eventually you''d probably use mdb to look at things. i''m typically on freenode #opensolaris and would be interested in debugging.... fwiw, on windows i broke firefox''s bookmarks/history by running out of disk space which caused sqlite to get upset (permanently for the session) - sadly i had to kill my laptop so i didn''t manage to find a useful resolution (i haven''t gotten back to check and see if restarting firefox fixes it...). note that you should *never* run firefox (or any other browser) as root.