Hi all,
I'm currently attempting to download a file using fetch, the download is quick, but when it reaches 99%, in hangs indefinitely (or until I kill the process).
Below is the console output:
I'm currently running the following version of NAS4Free, which is built on FreeBSD 9.2:
I don't think this issue is isolated:
I'm currently attempting to download a file using fetch, the download is quick, but when it reaches 99%, in hangs indefinitely (or until I kill the process).
Below is the console output:
Code:
nas4free: finch # fetch -T 60 -v ftp://ftp.freebsd.org/pub/FreeBSD/releases/amd64/amd64/9.2-RELEASE/base.txz
looking up ftp.freebsd.org
connecting to ftp.freebsd.org:21
setting passive mode
opening data connection
initiating transfer
local size / mtime: 67665920 / 1407936717
remote size / mtime: 67671964 / 1380284398
base.txz 99% of 64 MB 255 kBps 04m19s^C
fetch: transfer interrupted
nas4free: finch #
I'm currently running the following version of NAS4Free, which is built on FreeBSD 9.2:
Code:
Version: 9.2.0.1 - Shigawire (revision 972)
Build date: Mon Apr 28 02:37:05 CEST 2014
Platform OS: FreeBSD 9.2-RELEASE-p4 (kern.osreldate: 902001)
Platform: x64-embedded on Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz
I don't think this issue is isolated:
- https://forums.freebsd.org/viewtopic.php?&t=34288
- http://compgroups.net/comp.unix.bsd.freebsd.misc/fetch-hangs-at-end-of-transfer-fre/2255077
- Is anyone else having this issue?
- Does anyone know why this is occurring?
- Is it a buggy version of fetch?
- Does this question belong in the FreeBSD forum? (I've also asked the same question in the NAS4Free forums - http://forums.nas4free.org/viewtopic.php?f=57&t=7110 )