[ILUG] Mozilla M18 latency
John P . Looney
john at antefacto.com
Thu Nov 23 12:53:58 GMT 2000
On Thu, Nov 23, 2000 at 12:06:13PM +0000, Justin Mason mentioned:
> Handy moz nightly-build-snarfer-script, run once a week to see how things are
> getting on ;) :
Right. Wierd one.
crom # cat /etc/cron.daily/get-mozilla-daily.sh
#!/bin/sh
cd /usr/local/packages/
rm -rf mozilla
site=ftp://ftp.esat.net/mirrors/ftp.mozilla.org/pub/mozilla
wget -nv -o /tmp/mozzila-nightly.log
$site/nightly/latest/mozilla-i686-pc-linux-gnu.tar.gz || exit 1
tar xzf mozilla-i686-pc-linux-gnu.tar.gz || exit 1
rm -f mozilla-i686-pc-linux-gnu.tar.gz
mv package mozilla
crom # /etc/cron.daily/get-mozilla-daily.sh
crom # ^D
crom % /usr/local/packages/mozilla/mozilla
MOZILLA_FIVE_HOME=/usr/local/packages/mozilla
LD_LIBRARY_PATH=/usr/local/packages/mozilla
LIBRARY_PATH=/usr/local/packages/mozilla:/usr/local/packages/mozilla/components
SHLIB_PATH=/usr/local/packages/mozilla
LIBPATH=/usr/local/packages/mozilla
ADDON_PATH=/usr/local/packages/mozilla
MOZ_PROGRAM=/usr/local/packages/mozilla/mozilla-bin
MOZ_TOOLKIT=
moz_debug=0
moz_debugger=
Registering plugin 0 for: "*","All types",".*"
And then it does nothing. Most odd. Strace shows thousands of:
poll([{fd=8, events=POLLIN}, {fd=13, events=POLLIN}, {fd=5,
events=POLLIN}], 3, 9) = 0
gettimeofday({974983229, 517716}, NULL) = 0
gettimeofday({974983229, 517923}, NULL) = 0
Aha. /var/log/messages says it can't find a net-pf-10 module when I
started mozzie. Longword here assures me this is IPv6! So, I've compiled
that up....and check it when I can be bothered to reboot. Anyone know why
that would affect mozzie ?
Kate
--
When I say 'free', I mean 'free': free from bond, of chain or command:
to go where you will, even to Mordor, Saruman, if you desire. "
-- Gandalf, paraphrasing the choice between Free and Non-free software
More information about the ILUG
mailing list