Connection refused
Christophe TROESTLER
Christophe.Troestler at umh.ac.be
Wed Dec 6 19:48:02 GMT 2006
Hi,
The message is pretty clear but as it is asked to send the report,
here it is (maybe the exception can be caught and a diagnostic with
possible solutions can be offered).
Regards,
ChriS
----------------------------------------------------------------------
bzr branch ftp://anonymous@ftp.ocaml.info/ocamlbzr/lacaml
bzr: ERROR: socket.error: (111, 'Connection refused')
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 611, in run_bzr_catch_errors
return run_bzr(argv)
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 573, in run_bzr
ret = run(*run_argv)
File "/usr/lib/python2.4/site-packages/bzrlib/commands.py", line 282, in run_argv_aliases
return self.run(**all_cmd_args)
File "/usr/lib/python2.4/site-packages/bzrlib/builtins.py", line 684, in run
br_from = Branch.open(from_location)
File "/usr/lib/python2.4/site-packages/bzrlib/branch.py", line 113, in open
control = bzrdir.BzrDir.open(base, _unsupported)
File "/usr/lib/python2.4/site-packages/bzrlib/bzrdir.py", line 475, in open
return BzrDir.open_from_transport(t, _unsupported=_unsupported)
File "/usr/lib/python2.4/site-packages/bzrlib/bzrdir.py", line 484, in open_from_transport
format = BzrDirFormat.find_format(transport)
File "/usr/lib/python2.4/site-packages/bzrlib/bzrdir.py", line 1007, in find_format
return format.probe_transport(transport)
File "/usr/lib/python2.4/site-packages/bzrlib/bzrdir.py", line 1017, in probe_transport
format_string = transport.get(".bzr/branch-format").read()
File "/usr/lib/python2.4/site-packages/bzrlib/transport/ftp.py", line 268, in get
f = self._get_FTP()
File "/usr/lib/python2.4/site-packages/bzrlib/transport/ftp.py", line 141, in _get_FTP
self.is_active)
File "/usr/lib/python2.4/site-packages/bzrlib/transport/ftp.py", line 68, in _find_FTP
conn.connect(host=hostname, port=port)
File "ftplib.py", line 129, in connect
raise socket.error, msg
error: (111, 'Connection refused')
bzr 0.11.0 on python 2.4.4.final.0 (linux2)
arguments: ['/usr/bin/bzr', 'branch', 'ftp://anonymous@ftp.ocaml.info/ocamlbzr/lacaml']
** please send this report to bazaar-ng at lists.ubuntu.com
More information about the bazaar
mailing list