TL;DR Doesn't work.
Auto-update or manual attempts via GUI or CLI all fail. Often trains.txt fails to download, usually LATEST fails, and I have not so far managed to download a significant fraction of an actual update file. This is what happens:
Does anyone know if this is a problem at the client or server end, being intolerant of the sort of connection delays quite usual on my Internet connection at least?
Luxury would be some kind of resumable downloading, at least after correcting the extreme intolerance of connection problems.
Even more luxury would be some form of delta updates, rather than trying to download hundreds of MB every night.
Or am I an underprivileged minority?
Auto-update or manual attempts via GUI or CLI all fail. Often trains.txt fails to download, usually LATEST fails, and I have not so far managed to download a significant fraction of an actual update file. This is what happens:
Code:
TryGetNetworkFile(http://beta-update.freenas.org/FreeNAS/Packages/base-os-9.3-BE TA-c8c922a-9da4e2d-6fe7954.tgz) Got exception timed out Traceback (most recent call last): File "/usr/local/bin/freenas-update", line 166, in <module> sys.exit(main()) File "/usr/local/bin/freenas-update", line 132, in main rv = Update.DownloadUpdate(train, download_dir) File "/usr/local/lib/freenasOS/Update.py", line 514, in DownloadUpdate pkg_file = conf.FindPackageFile(pkg, save_dir = directory, handler = get_han dler) File "/usr/local/lib/freenasOS/Configuration.py", line 988, in FindPackageFile pathname = save_name, File "/usr/local/lib/freenasOS/Configuration.py", line 526, in TryGetNetworkFi le raise e socket.timeout: timed out
Does anyone know if this is a problem at the client or server end, being intolerant of the sort of connection delays quite usual on my Internet connection at least?
Luxury would be some kind of resumable downloading, at least after correcting the extreme intolerance of connection problems.
Even more luxury would be some form of delta updates, rather than trying to download hundreds of MB every night.
Or am I an underprivileged minority?