Armadeus 4.1 Troubleshots: Difference between revisions

From ArmadeusWiki
(New page: None reported yet... :-))
 
No edit summary
Line 1: Line 1:
None reported yet... :-)
==Buildroot 2011.05 downloading failure==
~/armadeus/armadeus-4.1$ make apf27_defconfig
mkdir -p downloads
wget --passive-ftp --tries=3 -P downloads http://buildroot.uclibc.org/downloads/buildroot-2011.05.tar.bz2
--2012-02-29 08:27:17--  http://buildroot.uclibc.org/downloads/buildroot-2011.05.tar.bz2
Résolution de buildroot.uclibc.org... échec: Nom ou service inconnu.
wget : impossible de résoudre l'adresse de l'hôte «buildroot.uclibc.org»
make: *** [downloads/buildroot-2011.05.tar.bz2] Erreur 4
 
===Solution===
* Get it manually from Armadeus FTP backup:
<pre class="host">
$ mkdir -p downloads
$ wget --passive-ftp --tries=3 -P downloads ftp://ftp2.armadeus.com/armadeusw/download/buildroot-2011.05.tar.bz2
</pre>

Revision as of 17:25, 1 March 2012

Buildroot 2011.05 downloading failure

~/armadeus/armadeus-4.1$ make apf27_defconfig
mkdir -p downloads
wget --passive-ftp --tries=3 -P downloads http://buildroot.uclibc.org/downloads/buildroot-2011.05.tar.bz2
--2012-02-29 08:27:17--  http://buildroot.uclibc.org/downloads/buildroot-2011.05.tar.bz2
Résolution de buildroot.uclibc.org... échec: Nom ou service inconnu.
wget : impossible de résoudre l'adresse de l'hôte «buildroot.uclibc.org»
make: *** [downloads/buildroot-2011.05.tar.bz2] Erreur 4

Solution

  • Get it manually from Armadeus FTP backup:
$ mkdir -p downloads
$ wget --passive-ftp --tries=3 -P downloads ftp://ftp2.armadeus.com/armadeusw/download/buildroot-2011.05.tar.bz2