Let's see - based on the Relase Notes page of the www download section here ...
http://www.qnap.com/en/index.php?lang=e ... =13382&d=1[Version & Build]
3.7.3 Build0801
[Checksum]
TS-412: 4020334733
- Code: Select all
[/share/Public] # mkdir eu1
[/share/Public] # mkdir us1
[/share/Public] # mkdir download
[/share/Public] # cd eu1
[/share/Public/eu1] # wget http://eu1.qnap.com/Storage/TS-412TurboNAS/TS-412_20120801-3.7.3.zip
--2012-09-09 12:33:20-- http://eu1.qnap.com/Storage/TS-412TurboNAS/TS-412_20120801-3.7.3.zip
Resolving eu1.qnap.com... 80.74.151.56
Connecting to eu1.qnap.com|80.74.151.56|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 148347840 (141M) [application/zip]
Saving to: `TS-412_20120801-3.7.3.zip'
100%[======================================>] 148,347,840 3.58M/s in 40s
2012-09-09 12:34:00 (3.52 MB/s) - `TS-412_20120801-3.7.3.zip' saved [148347840/148347840]
[/share/Public/eu1] # cd ../us1/
[/share/Public/us1] # wget http://us1.qnap.com/Storage/TS-412TurboNAS/TS-412_20120801-3.7.3.zip
--2012-09-09 12:34:07-- http://us1.qnap.com/Storage/TS-412TurboNAS/TS-412_20120801-3.7.3.zip
Resolving us1.qnap.com... 72.32.196.144
Connecting to us1.qnap.com|72.32.196.144|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 148347840 (141M) [application/zip]
Saving to: `TS-412_20120801-3.7.3.zip'
100%[======================================>] 148,347,840 761K/s in 3m 18s
2012-09-09 12:37:25 (733 KB/s) - `TS-412_20120801-3.7.3.zip' saved [148347840/148347840]
[/share/Public/us1] # cd ../download/
[/share/Public/us1] # wget http://<com/Storage/TS-412TurboNAS/TS-412_20120801-3.7.3.zip
--2012-09-09 12:38:05-- http://download.qnap.com/Storage/TS-412TurboNAS/TS-412_20120801-3.7.3.zip
Resolving download.qnap.com... 80.239.221.51, 80.239.221.58
Connecting to download.qnap.com|80.239.221.51|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 148347840 (141M) [application/zip]
Saving to: `TS-412_20120801-3.7.3.zip'
100%[======================================>] 148,347,840 4.08M/s in 36s
2012-09-09 12:38:42 (3.92 MB/s) - `TS-412_20120801-3.7.3.zip' saved [148347840/148347840]
[/share/Public/download] # cd ..
[/share/Public] # unzip eu1/TS-412_20120801-3.7.3.zip
Archive: eu1/TS-412_20120801-3.7.3.zip
inflating: TS-412_20120801-3.7.3.img
[/share/Public] # cksum TS-412_20120801-3.7.3.img
[b]4020334733[/b] 148326600 TS-412_20120801-3.7.3.img
[/share/Public] # rm TS-412_20120801-3.7.3.img
[/share/Public] # unzip us1/TS-412_20120801-3.7.3.zip
Archive: us1/TS-412_20120801-3.7.3.zip
inflating: TS-412_20120801-3.7.3.img
[/share/Public] # cksum TS-412_20120801-3.7.3.img
[b]4020334733[/b] 148326600 TS-412_20120801-3.7.3.img
[/share/Public] # rm TS-412_20120801-3.7.3.img
[/share/Public] # unzip download/TS-412_20120801-3.7.3.zip
Archive: download/TS-412_20120801-3.7.3.zip
inflating: TS-412_20120801-3.7.3.img
[/share/Public] # cksum TS-412_20120801-3.7.3.img
[b]4020334733 [/b]148326600 TS-412_20120801-3.7.3.img
[/share/Public] # rm TS-412_20120801-3.7.3.img
[/share/Public] #
So certainly the ZIP from the eu1, us1, and the Akamai iassigned here (80.239.221.51) contain clean zip files, holding firmware images with the correct checksum.
In case these firmware image files still can't be installed, there is another problem on your NAS.
Please do the manual update from the Linux shell - this is most safe for your NAS - and the only one allowing to copy-pater the transcript of the update process to the forum here in case, so we can see what might have failed.
Login on the NAS by SSH from your computer (Windows: PuTTY
http://www.chiark.greenend.org.uk/~sgtatham/putty/ or OS X Terminal app: ä ssh admin@[NAS-IP-address]) using the admin credentials. Then you can enter the commands (the [~] shows just the currecnt directory, the # is the prompt.
The update script on some earlier firmware vesions can't handle firmware images larger than 99'999'999 bytes without some user intervention. Of course - ensue your have the essential data on a backup media, and disable any QPKG installed before. Remind you - some QPKG require an update anyway.
The update process shown here
http://wiki.qnap.com/wiki/Manually_Updating_Firmware - just the 1-2-3 should be enough, add in between step two and three:
...
2. Create a link to the /mnt/update location:
# ln -sf /mnt/HDA_ROOT/update /mnt/update
# echo NIL > /mnt/update/newver
3. Run the update script:
# /etc/init.d/update.sh /mnt/HDA_ROOT/update/TS-xxxxxxxx.img
...
This is the only verbose update, permitting the community members to help in case something goes mad..
Regards,
-Kurt.