rlindau
December 29th, 2007, 08:21 PM
I've been trying to use ubuntuzilla on a Kubuntu 7.10 system to install SeaMonkey 1.1.7.
The install is failing due to timeouts connecting to the various IP addresses for releases.mozilla.org.
I've tried pinging the IP addresses that show up in the terminal transcript (snippet below; I killed it via ctrl-c), and the pings indeed timeout.
When I ping releases.mozilla.org, I get a different IP address that I see in the terminal session.
Any idea what I need to do to get the SeaMonkey install to work?
Thanks, Rob L
rob@robsnetvista:~$ ubuntuzilla.py -a install -p seamonkey
Welcome to the Ubuntuzilla Seamonkey script version 4.4.5
This script installs the latest release of the official Mozilla build of Seamonk ey on Ubuntu Linux. If you run into any problems using this script, or have feat ure requests, suggestions, or general comments, please visit our website at http ://ubuntuzilla.sourceforge.net/
Retrieving the version of the latest release of Seamonkey from the Mozilla websi te...
The most recent release of Seamonkey is detected to be 1.1.7. Please make sure t his is correct before proceeding. (You can confirm by going to http://www.mozill a.org/)
If no version number shows, if the version shown is not the latest, or if you wo uld like to install an older release, press 'n', and you'll be given the option to enter the version manually. Otherwise, press 'y', and proceed with installati on. [y/n]?
Please enter 'y' or 'n': y
Old Seamonkey preferences not found. Nothing to back up. Proceeding with installation.
Downloading Seamonkey archive from the Mozilla site
--18:49:33-- ftp://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.7/seamonkey-1.1.7.en-US.linux-i686.tar.gz
=> `seamonkey-1.1.7.en-US.linux-i686.tar.gz'
Resolving releases.mozilla.org... 204.152.184.113, 207.200.66.54, 216.165.129.141, ...
Connecting to releases.mozilla.org|204.152.184.113|:21... failed: Connection timed out.
Connecting to releases.mozilla.org|207.200.66.54|:21... failed: Connection timed out.
Connecting to releases.mozilla.org|216.165.129.141|:21... Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1051, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 215, in start
si.start()
File "/usr/local/bin/ubuntuzilla.py", line 236, in start
self.install()
File "/usr/local/bin/ubuntuzilla.py", line 516, in install
self.downloadPackage()
File "/usr/local/bin/ubuntuzilla.py", line 856, in downloadPackage
self.util.robustDownload({'executionstring':"wget -c --tries=5 --read-timeout=20 --waitretry=10 ftp://" + "%mirror%" + self.options.package + "/releases/" + self.releaseVersion + "/" + self.packageFilename, 'includewithtest':True})
File "/usr/local/bin/ubuntuzilla.py", line 153, in robustDownload
self.execSystemCommand(**argsdict)
File "/usr/local/bin/ubuntuzilla.py", line 135, in execSystemCommand
returncode = subprocess.call(executionstring, shell=True)
File "/usr/lib/python2.5/subprocess.py", line 443, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.5/subprocess.py", line 1166, in wait
pid, sts = self._waitpid_no_intr(self.pid, 0)
File "/usr/lib/python2.5/subprocess.py", line 1007, in _waitpid_no_intr
return os.waitpid(pid, options)
KeyboardInterrupt
rob@robsnetvista:~$
The install is failing due to timeouts connecting to the various IP addresses for releases.mozilla.org.
I've tried pinging the IP addresses that show up in the terminal transcript (snippet below; I killed it via ctrl-c), and the pings indeed timeout.
When I ping releases.mozilla.org, I get a different IP address that I see in the terminal session.
Any idea what I need to do to get the SeaMonkey install to work?
Thanks, Rob L
rob@robsnetvista:~$ ubuntuzilla.py -a install -p seamonkey
Welcome to the Ubuntuzilla Seamonkey script version 4.4.5
This script installs the latest release of the official Mozilla build of Seamonk ey on Ubuntu Linux. If you run into any problems using this script, or have feat ure requests, suggestions, or general comments, please visit our website at http ://ubuntuzilla.sourceforge.net/
Retrieving the version of the latest release of Seamonkey from the Mozilla websi te...
The most recent release of Seamonkey is detected to be 1.1.7. Please make sure t his is correct before proceeding. (You can confirm by going to http://www.mozill a.org/)
If no version number shows, if the version shown is not the latest, or if you wo uld like to install an older release, press 'n', and you'll be given the option to enter the version manually. Otherwise, press 'y', and proceed with installati on. [y/n]?
Please enter 'y' or 'n': y
Old Seamonkey preferences not found. Nothing to back up. Proceeding with installation.
Downloading Seamonkey archive from the Mozilla site
--18:49:33-- ftp://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/1.1.7/seamonkey-1.1.7.en-US.linux-i686.tar.gz
=> `seamonkey-1.1.7.en-US.linux-i686.tar.gz'
Resolving releases.mozilla.org... 204.152.184.113, 207.200.66.54, 216.165.129.141, ...
Connecting to releases.mozilla.org|204.152.184.113|:21... failed: Connection timed out.
Connecting to releases.mozilla.org|207.200.66.54|:21... failed: Connection timed out.
Connecting to releases.mozilla.org|216.165.129.141|:21... Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1051, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 215, in start
si.start()
File "/usr/local/bin/ubuntuzilla.py", line 236, in start
self.install()
File "/usr/local/bin/ubuntuzilla.py", line 516, in install
self.downloadPackage()
File "/usr/local/bin/ubuntuzilla.py", line 856, in downloadPackage
self.util.robustDownload({'executionstring':"wget -c --tries=5 --read-timeout=20 --waitretry=10 ftp://" + "%mirror%" + self.options.package + "/releases/" + self.releaseVersion + "/" + self.packageFilename, 'includewithtest':True})
File "/usr/local/bin/ubuntuzilla.py", line 153, in robustDownload
self.execSystemCommand(**argsdict)
File "/usr/local/bin/ubuntuzilla.py", line 135, in execSystemCommand
returncode = subprocess.call(executionstring, shell=True)
File "/usr/lib/python2.5/subprocess.py", line 443, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.5/subprocess.py", line 1166, in wait
pid, sts = self._waitpid_no_intr(self.pid, 0)
File "/usr/lib/python2.5/subprocess.py", line 1007, in _waitpid_no_intr
return os.waitpid(pid, options)
KeyboardInterrupt
rob@robsnetvista:~$