SynoCommunity / spksrc

Cross compilation framework to create native packages for the Synology's NAS
https://synocommunity.com
Other
3.02k stars 1.23k forks source link

DSM5.0 Download issues: Direct links #886

Closed tomkiss closed 10 years ago

tomkiss commented 10 years ago

There is currently a download bug with DSM5, but manual installation is still available in some instances. Whilst bugs are being addressed, I thought I would attempt to help reduce duplicate posts by aggregating some of the direct download links for people to use.

What kind of CPU does my NAS have?

Update

@wouter0100 has created a script which is building many of the various packages available. You can download the compiled packages from his site here: http://synology.w01.eu/ :heart:

No architecture (should work on most Synology's) Couchpotato couchpotatoserver_noarch_20130505-3.spk Sickbeard sickbeard_noarch_20130103-5.spk

armada370 SABNZB sabnzbd_armada370_0.7.16-7.spk

armada_xp NZBGET nzbget_armadaxp_12.0-9.spk

evansport (DS214) Python python_evansport_2.7.6-7.spk HAProxy haproxy_evansport_1.5~dev21-12.spk TT RSS tt-rss_evansport_1.11-3.spk

cedarview Git git_cedarview_1.8.4-3.spk Python spk-python_cedarview_2.7.6-7.spk OwnCloud owncloud_cedarview_6.0.1-3.spk Transmission transmission_cedarview_2.82-6.spk

How to check a link yourself

If you want to see what the link is to attempt a download yourself, first attempt to download the package you want to install. After the download error message, SSH in to your Synology. Then run:

tail /var/log/messages 

You should see a link that looks similar to this:

Mar 14 02:43:10 nas PkgSynoMan.cgi: pkgserver.cpp:343 Failed to download package, httpResponseCode=403, url=http://packages.synocommunity.com/eyJwYWNrYWdlX3VwZGF0ZV9jaGFubmVsIjoiYmV0YSIsInVuaXF1ZSI6InN5bm9sb2d5X2FybWFkYTM3MF8yMTNqIiwiYnVpbGQiOiI0NDU4IiwibGFuZ3VhZ2UiOiJlbnUiLCJtYWpvciI6IjUiLCJhcmNoIjoiYXJtYWRhMzcwIiwibWlub3IiOiIwIiwidGltZXpvbmUiOiJBbXN0ZXJkYW0iLCJkc19zbiI6IjEzOTBMQU4wMTIxNTAifQ%3D%3D/python_armada370_2.7.6-7.spk

You can attempt to directly download the package by removing the hash from the middle of the URL listed, leaving only the domain and the filename - e.g:

http://packages.synocommunity.com/python_armada370_2.7.6-7.spk

Download and attempt to install using the "manual" option in package center. If it works, then report back on this thread!

If this is not helpful, please feel free to close or remove this issue