Since the machine uptime has crossed 24 hours without a crash, maybe I can hope that it won't crash now and post the code to at least replace firefox with 3.0.14 unstable. Use this at your own risk as this does install a cvs version over the yahoo dellbuntu version. Going back is not very hard.
Code:
sudo su
cd /root
apt-get build-dep firefox-3.0
cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk
cd mozilla
make -f client.mk checkout MOZ_CO_PROJECT=browser
nano -w .mozoptions
in .mozconfig, I added
Code:
mk_add_options MOZ_CO_PROJECT=browser
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-lpia
ac_add_options --enable-extensions=default
ac_add_options --enable-application=browser
ac_add_options --disable-crashreporter
ctrl-o to save, ctrl-x to exit nano
Code:
make -f client.mk build
(This takes a looooooooooong time. It it faster with
SSD with good 4k r/w rating, but not that much faster. I'd suggest washing some clothes, filling all of your soap bottles, weeding, reading a book, etc.)
Code:
cd firefox-lpia
make install
(This will overwrite. Removing and installing firefox from package manager overwrites this.)
Code:
ln -sf /etc/alternatives/firefox-flashplugin /usr/local/lib/firefox-3.0.14pre/plugins/flashplugin-alternative.so
(Or wherever you have flash just in case you installed some different version of flash)