Comment 2 for bug 1151785

Revision history for this message
Subhranshu Dwivedi (subhranshu) wrote :

Dear Pierre,

Thanks for this report,

I am using the 4 node maas juju openstack folsom cluster here, suggested in the following url,
>https://gist.github.com/joethemongoose/4032705

Now everything works fine except the VNC, console,

I tried your suggestion but could not get the packages installed, the errors are mentioned below,

Is there something which i am missing out here, please help,
---------------------------------------------------------------------
 sudo apt-get install nova-consoleauth
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  nova-consoleauth
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 4,488 B of archives.
After this operation, 78.8 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  nova-consoleauth
Install these packages without verification [y/N]? y
Err http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/folsom/main nova-consoleauth all 2012.2.4-0ubuntu3~cloud0
  403 Forbidden
Failed to fetch http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/n/nova/nova-consoleauth_2012.2.4-0ubuntu3~cloud0_all.deb 403 Forbidden
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

ubuntu@srv407:~$ sudo apt-get install novnc nova-novncproxy websockify
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  binutils cpp cpp-4.6 gcc gcc-4.6 libblas3gf libc-dev-bin libc6-dev libgfortran3 libgomp1 liblapack3gf libmpc2 libmpfr4 libquadmath0 linux-libc-dev manpages-dev
  python-novnc python-numpy
Suggested packages:
  binutils-doc cpp-doc gcc-4.6-locales gcc-multilib make autoconf automake1.9 libtool flex bison gdb gcc-doc gcc-4.6-multilib libmudflap0-4.6-dev gcc-4.6-doc
  libgcc1-dbg libgomp1-dbg libquadmath0-dbg libmudflap0-dbg binutils-gold glibc-doc python-numpy-doc python-numpy-dbg python-dev gfortran
The following NEW packages will be installed:
  binutils cpp cpp-4.6 gcc gcc-4.6 libblas3gf libc-dev-bin libc6-dev libgfortran3 libgomp1 liblapack3gf libmpc2 libmpfr4 libquadmath0 linux-libc-dev manpages-dev
  nova-novncproxy novnc python-novnc python-numpy websockify
0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded.
Need to get 28.1 MB of archives.
After this operation, 74.9 MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
WARNING: The following packages cannot be authenticated!
  libquadmath0 libgfortran3 libgomp1 libmpfr4 libmpc2 binutils cpp-4.6 cpp gcc-4.6 gcc libblas3gf libc-dev-bin linux-libc-dev libc6-dev liblapack3gf manpages-dev
  python-novnc python-numpy websockify novnc nova-novncproxy
Install these packages without verification [y/N]? y
Err http://archive.ubuntu.com/ubuntu/ precise/main libquadmath0 amd64 4.6.3-1ubuntu5
  403 Forbidden
Err http://ubuntu-cloud.archive.canonical.com/ubuntu/ precise-updates/folsom/main python-novnc all 2012.2~20120906+dfsg-0ubuntu4~cloud0
  403 Forbidden
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
=============================================

Thanks and regards
Subhranshu Dwivedi