Package: dput-ng
Version: 1.1
I was wondering why dput -s is so slow in comparison to the old good
dput-old-generation. It turns out that's because it connects the host:
connect(4, {sa_family=AF_INET, sin_port=htons(21),
sin_addr=inet_addr("128.148.34.3")}, 16) = -1 EINPROGRESS (Operation now in
progress)
recv(4, "220 ftp.upload.debian.org FTP se"..., 8192, 0) = 38
send(4, "USER anonymous\r\n", 16, 0) = 16
recv(4, "331 Please specify the password."..., 8192, 0) = 34
send(4, "PASS anonymous@\r\n", 17, 0) = 17
recv(4, "230 Login successful.\r\n", 8192, 0) = 23
send(4, "CWD /pub/UploadQueue/\r\n", 23, 0) = 23
recv(4, "250 Directory successfully chang"..., 8192, 0) = 37
send(4, "QUIT\r\n", 6, 0) = 6
recv(4, "221 Goodbye.\r\n", 8192, 0) = 14
Please do _not_ access the network if -s is specified. Thanks.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'experimental')
Architecture: i386 (x86_64)
Foreign Architectures: amd64
Kernel: Linux 3.6-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages dput-ng depends on:
ii python 2.7.3-3
ii python-dput 1.1
--
Jakub Wilk
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]