Date: Thu, 04 Aug 2005 18:24:17 -0500 From: "Jeremy Messenger" <mezz7@cox.net> To: "Mikhail Teterin" <mi+mx@aldan.algebra.com> Cc: gnome@freebsd.org Subject: Re: leaner and even meaner firefox Message-ID: <op.su0bariu9aq2h7@mezz.mezzweb.com> In-Reply-To: <200508041912.20472.mi%2Bmx@aldan.algebra.com> References: <200508041742.33580.mi%2Bmx@aldan.algebra.com> <op.su0ajurh9aq2h7@mezz.mezzweb.com> <200508041912.20472.mi%2Bmx@aldan.algebra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 04 Aug 2005 18:12:20 -0500, Mikhail Teterin <mi+mx@aldan.algebra.com> wrote: >> I don't think we can leave your patch out as I like it, but as long it >> works as before. When I went to www.providianonline.com and >> www.hotmail.com, and it complained about can't trust CA. I don't get >> that >> before and I did tried 'rm -rf ~/.mozilla'. Is there anything else that >> I >> should do? > > This is weird -- it works for me now and I did not have to touch my > ~/.mozilla. > > Can you run > > ktrace -i firefox https://www.providianonline.com/ > > kill it when it starts complaining about CA and examine the trace: > > kdump | less > > and search for nssckbi... Ok, here they are: ============================================== 54484 firefox-bin RET read 4096/0x1000 54484 firefox-bin CALL open(0x28921000,0,0x280637a6) 54484 firefox-bin NAMI "/usr/home/mezz/.mozilla/firefox/1d1f1lrh.default/libnssckbi.so" 54484 firefox-bin RET open -1 errno 2 No such file or directory 54484 firefox-bin CALL stat(0x8869780,0xbfbfb608) 54484 firefox-bin NAMI "/usr/X11R6/lib/firefox/libnssckbi.so" 54484 firefox-bin RET stat -1 errno 2 No such file or directory 54484 firefox-bin CALL stat(0x883f120,0xbfbfb608) 54484 firefox-bin NAMI "/usr/X11R6/lib/libnssckbi.so" 54484 firefox-bin RET stat -1 errno 2 No such file or directory 54484 firefox-bin CALL stat(0x88697c0,0xbfbfb608) 54484 firefox-bin NAMI "/usr/X11R6/lib/firefox/libnssckbi.so" 54484 firefox-bin RET stat -1 errno 2 No such file or directory 54484 firefox-bin CALL gettimeofday(0xbfbfb840,0) 54484 firefox-bin RET gettimeofday 0 54484 firefox-bin CALL gettimeofday(0xbfbfbae0,0) 54484 firefox-bin RET gettimeofday 0 54484 firefox-bin CALL write(0x3,0x8077000,0x1d0) 54484 firefox-bin GIO fd 3 wrote 464 bytes ============================================== ============================================== % find /usr -name libnssckbi\* /usr/local/lib/libnssckbi.so /usr/local/lib/libnssckbi.so.1 ============================================== Looks like it need to be teach to find in LOCALBASE instead X11BASE. Cheers, Mezz > Thanks! > > -mi -- mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?op.su0bariu9aq2h7>