Re: [Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Wyllys Ingersoll
I did try that.  It made no difference.

From: Martinx - ジェームズ [mailto:thiagocmarti...@gmail.com]
Sent: Friday, March 01, 2013 2:48 PM
To: Wyllys Ingersoll
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] 2012.2.1 missing several nova dependency packages.

Try: apt-get update before...

On 1 March 2013 16:42, Wyllys Ingersoll 
wyllys.ingers...@evault.commailto:wyllys.ingers...@evault.com wrote:
Im trying to install the nova packages from the Ubuntu 12.04 LTS folsom 
archives, but some of the required dependencies are no longer available.

My sources.list file has this entry:
deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main

If I remove that entry, I can get the 2012.1.3 release and it will work, but 
why is it not in the 2012.2.1 tree?

Thanks,
  Wyllys

$ sudo apt-get install python-nova
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  python-cinderclient python-cliff python-cmd2 python-novaclient python-paramiko
  python-pyparsing python-quantumclient
The following NEW packages will be installed:
  python-cinderclient python-cliff python-cmd2 python-nova python-novaclient
  python-paramiko python-pyparsing python-quantumclient
0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.
Need to get 3,121 kB/4,679 kB of archives.
After this operation, 26.2 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Err http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-updates/folsom/main python-nova all 
2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0
  404  Not Found
Failed to fetch 
http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/n/nova/python-nova_2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0_all.deb
  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?



___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Adam Gandelman

On 03/01/2013 11:42 AM, Wyllys Ingersoll wrote:


Im trying to install the nova packages from the Ubuntu 12.04 LTS 
folsom archives, but some of the required dependencies are no longer 
available.


My sources.list file has this entry:

deb http://ubuntu-cloud.archive.canonical.com/ubuntu 
precise-updates/folsom main


If I remove that entry, I can get the 2012.1.3 release and it will 
work, but why is it not in the 2012.2.1 tree?


Thanks,

  Wyllys

$ sudo apt-get install python-nova

Reading package lists... Done

Building dependency tree

Reading state information... Done

The following extra packages will be installed:

  python-cinderclient python-cliff python-cmd2 python-novaclient 
python-paramiko


  python-pyparsing python-quantumclient

The following NEW packages will be installed:

  python-cinderclient python-cliff python-cmd2 python-nova 
python-novaclient


  python-paramiko python-pyparsing python-quantumclient

0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.

Need to get 3,121 kB/4,679 kB of archives.

After this operation, 26.2 MB of additional disk space will be used.

Do you want to continue [Y/n]?

Err http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-updates/folsom/main python-nova all 
2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0


  404  Not Found

Failed to fetch 
http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/n/nova/python-nova_2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0_all.deb 
404  Not Found


E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?




An update (2012.2.1+stable-20121212-a99a802e-0ubuntu1.2~cloud0) was 
pushed out in the last few hours that supersedes (and expires) the 
package you're attempting to download.  Run apt-get update before 
installing and apt should pull the correct version. You might find 
http://status.qa.ubuntu.com/reports/ubuntu-server/cloud-archive/folsom_versions.html 
useful in the future.


HTH,
Adam


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Martinx - ジェームズ
Try this (WITH CARE):

rm -f /var/cache/apt/archives/*
rm -f /var/cache/apt/archives/partial/*
apt-get update
apt-get install 


On 1 March 2013 16:52, Wyllys Ingersoll wyllys.ingers...@evault.com wrote:

 I did try that.  It made no difference.

 ** **

 *From:* Martinx - ジェームズ [mailto:thiagocmarti...@gmail.com]
 *Sent:* Friday, March 01, 2013 2:48 PM
 *To:* Wyllys Ingersoll
 *Cc:* openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] 2012.2.1 missing several nova dependency
 packages.

 ** **

 Try: apt-get update before...

 ** **

 On 1 March 2013 16:42, Wyllys Ingersoll wyllys.ingers...@evault.com
 wrote:

 Im trying to install the nova packages from the Ubuntu 12.04 LTS folsom
 archives, but some of the required dependencies are no longer available.**
 **

  

 My sources.list file has this entry:

 deb http://ubuntu-cloud.archive.canonical.com/ubuntuprecise-updates/folsom 
 main
 

  

 If I remove that entry, I can get the 2012.1.3 release and it will work,
 but why is it not in the 2012.2.1 tree?

  

 Thanks,

   Wyllys

  

 $ sudo apt-get install python-nova

 Reading package lists... Done

 Building dependency tree   

 Reading state information... Done

 The following extra packages will be installed:

   python-cinderclient python-cliff python-cmd2 python-novaclient
 python-paramiko

   python-pyparsing python-quantumclient

 The following NEW packages will be installed:

   python-cinderclient python-cliff python-cmd2 python-nova
 python-novaclient

   python-paramiko python-pyparsing python-quantumclient

 0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.

 Need to get 3,121 kB/4,679 kB of archives.

 After this operation, 26.2 MB of additional disk space will be used.

 Do you want to continue [Y/n]? 

 Err 
 http://ubuntu-cloud.archive.canonical.com/ubuntu/precise-updates/folsom/main 
 python-nova all
 2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0

   404  Not Found

 Failed to fetch
 http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/n/nova/python-nova_2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0_all.deb
 404  Not Found

 E: Unable to fetch some archives, maybe run apt-get update or try with
 --fix-missing?

  

  


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

 ** **

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] 2012.2.1 missing several nova dependency packages.

2013-03-01 Thread Wyllys Ingersoll
Thank you, that explains the odd behavior, because I know these things were 
working for me the other day.

Now, after running apt-get update (again), I am able to get the latest 
package updates.

Thanks,
  Wyllys


From: openstack-bounces+wyllys.ingersoll=evault@lists.launchpad.net 
[mailto:openstack-bounces+wyllys.ingersoll=evault@lists.launchpad.net] On 
Behalf Of Adam Gandelman
Sent: Friday, March 01, 2013 2:54 PM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] 2012.2.1 missing several nova dependency packages.

On 03/01/2013 11:42 AM, Wyllys Ingersoll wrote:
Im trying to install the nova packages from the Ubuntu 12.04 LTS folsom 
archives, but some of the required dependencies are no longer available.

My sources.list file has this entry:
deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main

If I remove that entry, I can get the 2012.1.3 release and it will work, but 
why is it not in the 2012.2.1 tree?

Thanks,
  Wyllys

$ sudo apt-get install python-nova
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  python-cinderclient python-cliff python-cmd2 python-novaclient python-paramiko
  python-pyparsing python-quantumclient
The following NEW packages will be installed:
  python-cinderclient python-cliff python-cmd2 python-nova python-novaclient
  python-paramiko python-pyparsing python-quantumclient
0 upgraded, 8 newly installed, 0 to remove and 3 not upgraded.
Need to get 3,121 kB/4,679 kB of archives.
After this operation, 26.2 MB of additional disk space will be used.
Do you want to continue [Y/n]?
Err http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-updates/folsom/main python-nova all 
2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0
  404  Not Found
Failed to fetch 
http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/n/nova/python-nova_2012.2.1+stable-20121212-a99a802e-0ubuntu1.1~cloud0_all.deb
  404  Not Found
E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?


An update (2012.2.1+stable-20121212-a99a802e-0ubuntu1.2~cloud0) was pushed out 
in the last few hours that supersedes (and expires) the package you're 
attempting to download.  Run apt-get update before installing and apt should 
pull the correct version. You might find 
http://status.qa.ubuntu.com/reports/ubuntu-server/cloud-archive/folsom_versions.html
 useful in the future.

HTH,
Adam

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp