stack.sh fails with Failed to fetch libjs-underscore_1.1.6-1ubuntu2_all.deb Hash Sum mismatch
I have a fresh ubuntu 12.04 LTS 64bit installed and I got the error when running ./stack.sh, here is the log: 2013-04-01 10:57:34 + echo_summary 'Installing package prerequisites' 2013-04-01 10:57:34 + [[ -t 3 ]] 2013-04-01 10:57:34 + [[ True != \T\r\u\e ]] 2013-04-01 10:57:34 + echo -e Installing package prerequisites 2013-04-01 10:57:34 + source /opt/stack/devstack/tools/install_prereqs.sh 2013-04-01 10:57:34 ++ [[ -n '' ]] 2013-04-01 10:57:34 ++ [[ -z /opt/stack/devstack ]] 2013-04-01 10:57:34 ++ PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2013-04-01 10:57:34 ++ PREREQ_RERUN_HOURS=2 2013-04-01 10:57:34 ++ PREREQ_RERUN_SECONDS=7200 2013-04-01 10:57:34 +++ date +%s 2013-04-01 10:57:34 ++ NOW=1364828254 2013-04-01 10:57:34 +++ head -1 /opt/stack/devstack/.prereqs 2013-04-01 10:57:34 +++ echo 0 2013-04-01 10:57:34 ++ LAST_RUN=0 2013-04-01 10:57:34 ++ DELTA=1364828254 2013-04-01 10:57:34 ++ [[ 1364828254 -lt 7200 ]] 2013-04-01 10:57:34 ++ export_proxy_variables 2013-04-01 10:57:34 ++ [[ -n http://mycompany.proxy:8888 ]] 2013-04-01 10:57:34 ++ export http_proxy=http://mycompany.proxy:8888 2013-04-01 10:57:34 ++ http_proxy=http://mycompany.proxy:8888 2013-04-01 10:57:34 ++ [[ -n http://mycompany.proxy:8888 ]] 2013-04-01 10:57:34 ++ export https_proxy=http://mycompany.proxy:8888 2013-04-01 10:57:34 ++ https_proxy=http://mycompany.proxy:8888 2013-04-01 10:57:34 ++ [[ -n '' ]] 2013-04-01 10:57:35 stack.sh log /opt/stack/logs/stack.sh.log.2013-04-01-105734 2013-04-01 10:57:35 Installing package prerequisites 2013-04-01 10:57:35 +++ get_packages n-cpu,rabbit,quantum,q-agt 2013-04-01 10:57:35 +++ local services=n-cpu,rabbit,quantum,q-agt 2013-04-01 10:57:35 ++++ _get_package_dir 2013-04-01 10:57:35 ++++ local pkg_dir 2013-04-01 10:57:35 ++++ is_ubuntu 2013-04-01 10:57:35 ++++ [[ -z deb ]] 2013-04-01 10:57:35 ++++ '[' deb = deb ']' 2013-04-01 10:57:35 ++++ pkg_dir=/opt/stack/devstack/files/apts 2013-04-01 10:57:35 ++++ echo /opt/stack/devstack/files/apts 2013-04-01 10:57:35 +++ local package_dir=/opt/stack/devstack/files/apts 2013-04-01 10:57:35 +++ local file_to_parse 2013-04-01 10:57:35 +++ local service 2013-04-01 10:57:35 +++ [[ -z /opt/stack/devstack/files/apts ]] 2013-04-01 10:57:35 +++ [[ -z precise ]] 2013-04-01 10:57:35 +++ for service in general '${services//,/ }' 2013-04-01 10:57:35 +++ [[ -e /opt/stack/devstack/files/apts/general ]] 2013-04-01 10:57:35 +++ file_to_parse=' general' 2013-04-01 10:57:35 +++ [[ general == n-api ]] 2013-04-01 10:57:35 +++ [[ general == c-* ]] 2013-04-01 10:57:35 +++ [[ general == ceilometer-* ]] 2013-04-01 10:57:35 +++ [[ general == s-* ]] 2013-04-01 10:57:35 +++ [[ general == n-* ]] 2013-04-01 10:57:35 +++ [[ general == g-* ]] 2013-04-01 10:57:35 +++ [[ general == key* ]] 2013-04-01 10:57:35 +++ [[ general == q-* ]] 2013-04-01 10:57:35 +++ for service in general '${services//,/ }' 2013-04-01 10:57:35 +++ [[ -e /opt/stack/devstack/files/apts/n-cpu ]] 2013-04-01 10:57:35 +++ file_to_parse=' general n-cpu' 2013-04-01 10:57:35 +++ [[ n-cpu == n-api ]] 2013-04-01 10:57:35 +++ [[ n-cpu == c-* ]] 2013-04-01 10:57:35 +++ [[ n-cpu == ceilometer-* ]] 2013-04-01 10:57:35 +++ [[ n-cpu == s-* ]] 2013-04-01 10:57:35 +++ [[ n-cpu == n-* ]] 2013-04-01 10:57:35 +++ [[ ! general n-cpu =~ nova ]] 2013-04-01 10:57:35 +++ file_to_parse=' general n-cpu nova' 2013-04-01 10:57:35 +++ for service in general '${services//,/ }' 2013-04-01 10:57:35 +++ [[ -e ...