GNOME Bugzilla – Bug 684907
ftpadmin abort with a timeout
Last modified: 2013-01-16 10:07:19 UTC
I run the following command ftpadmin install gdl-3.6.0.tar.xz and get Preparing installation of gdl-3.6.0.tar.xz: - Checking consistency: .., done - Checking previous tarball: .., done - NEWS, done (diff, 5 lines) - ChangeLog, ignored (no change) - Copying tar.xz, done - Creating sha256sum, done Module: gdl Version: 3.6.0 (previous version: 3.5.91) Destination: /ftp/pub/GNOME/sources/gdl/3.6/ Install gdl? [Y/n] Y Installing gdl-3.6.0.tar.xz: - Creating directory, done - Moving files: ..., done - Updating LATEST-IS, done - Updating known versions, done - Removing original tarball, done Doing notifications: - Informing ftp-release-listTraceback (most recent call last):
+ Trace 230915
main()
options.func(options, parser)
module.install(unattended=options.unattended)
self.inform()
desc = self.moduleinfo.get_one_from_doap('description')
for node in self.doap:
self._doap = semi_rdf.read_rdf(self.DOAPURL % self.reponame)
parser.parse(f)
source = saxutils.prepare_input_source(source)
f = urllib.urlopen(source.getSystemId())
return opener.open(url)
return getattr(self, name)(url)
errcode, errmsg, headers = h.getreply()
response = self._conn.getresponse()
response.begin()
version, status, reason = self._read_status()
line = self.fp.readline()
data = recv(1)
I think only the notification has not been sent. Is it ok or should I send again the module?
I don't know about the timeout but you can try running "ftpadmin notify TARBALL" to do the notification part.
(In reply to comment #1) > I don't know about the timeout but you can try running "ftpadmin notify > TARBALL" to do the notification part. Thanks, I have done it and it has worked.
*** This bug has been marked as a duplicate of bug 657832 ***