wget -c creates Cannot write to '<filename>' (Network is unreachable).
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wget (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
If i start a Download with wget and it stops, i use the -c flag (--continue)
then wget creates the error "Cannot write to '<filename>' (Network is unreachable)."
Full output:
$ LANG=en_US wget http://
DEBUG output created by Wget 1.14 on linux-gnu.
URI encoding = 'ANSI_X3.4-1968'
--2013-12-16 11:23:14-- http://
Resolving binaries.
Caching binaries.
Connecting to binaries.
Created socket 3.
Releasing 0x00000000019d0e70 (new refcount 1).
---request begin---
GET /releases/
Range: bytes=8192-
User-Agent: Wget/1.14 (linux-gnu)
Accept: */*
Host: binaries.
Connection: Keep-Alive
---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 307 Temporary Redirect
Connection: keep-alive
Content-Type: text/html
Date: Mon, 16 Dec 2013 10:23:14 GMT
Location: http://
Server: nginx/1.2.1
Transfer-Encoding: chunked
Via: 1.1 bkt-moers.
X-Cache: MISS from bkt-moers.
X-Cache-Lookup: MISS from bkt-moers.
---response end---
307 Temporary Redirect
Registered socket 3 for persistent reuse.
Location: http://
Skipping 333 bytes of body: [<html>
<body>
<p>Your browser does not seem to support redirecting. You can start downloading at: <a href="http://
</body>
</html>] done.
URI content encoding = None
--2013-12-16 11:23:14-- http://
conaddr is: 178.33.34.239
Resolving ftp.snt.utwente.nl (ftp.snt.
Caching ftp.snt.utwente.nl => 130.89.149.20 2001:67c:
Releasing 0x00000000019ce450 (new refcount 1).
Found ftp.snt.utwente.nl in host_name_
Connecting to ftp.snt.utwente.nl (ftp.snt.
Created socket 4.
Releasing 0x00000000019ce450 (new refcount 1).
---request begin---
GET /pub/games/
Range: bytes=8192-
User-Agent: Wget/1.14 (linux-gnu)
Accept: */*
Host: ftp.snt.utwente.nl
Connection: Keep-Alive
---request end---
HTTP request sent, awaiting response...
---response begin---
HTTP/1.1 200 OK
Accept-Ranges: bytes
Connection: keep-alive
Content-Type: application/zip
Date: Mon, 16 Dec 2013 10:23:14 GMT
ETag: "8d618ea-
Last-Modified: Fri, 29 Nov 2013 12:16:00 GMT
Server: Apache/2.2.16 (Debian)
Transfer-Encoding: chunked
Via: 1.1 bkt-moers.
X-Cache: MISS from bkt-moers.
X-Cache-Lookup: MISS from bkt-moers.
---response end---
200 OK
Disabling further reuse of socket 3.
Closed fd 3
Registered socket 4 for persistent reuse.
Length: unspecified [application/zip]
Saving to: 'openttd-
[ <=> ] 0 --.-K/s in 0s
Disabling further reuse of socket 4.
Closed fd 4
Cannot write to 'openttd-
ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: wget 1.14-2ubuntu1
ProcVersionSign
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Mon Dec 16 11:19:54 2013
InstallationDate: Installed on 2013-01-06 (343 days ago)
InstallationMedia: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release amd64 (20120823.1)
MarkForUpload: True
SourcePackage: wget
UpgradeStatus: Upgraded to saucy on 2013-11-06 (39 days ago)
description: | updated |
Status changed to 'Confirmed' because the bug affects multiple users.