Re: [Openstack] Problem installing Nova 2012.2

2012-10-05 Thread Bilel Msekni

Le 04/10/2012 17:12, Consonni, Marco a écrit :


Hello,

Maybe what I'm saying doesn't help you fix your specific problem but 
why don't you try devstack (http://devstack.org/) for installing?


It's designed for developers but software installation is easy and works.

If your purpose is test driving OpenStack, I would recommend that.

Hope it helps.

Bye,

MCo.

*From:*openstack-bounces+marco.consonni=hp@lists.launchpad.net 
[mailto:openstack-bounces+marco.consonni=hp@lists.launchpad.net] 
*On Behalf Of *Bilel Msekni

*Sent:* Thursday, October 04, 2012 1:52 PM
*To:* openstack@lists.launchpad.net
*Subject:* [Openstack] Problem installing Nova 2012.2

Hi Stackers,

I am encountering a problem when i do this: _apt-get -y install 
nova-common nova-compute nova-volume nova-vncproxy nova-api 
nova-ajax-console-proxy nova-cert nova-consoleauth nova-doc 
nova-scheduler nova-network_


It replies back with : _The following packages have unmet dependencies:
 nova-vncproxy : Depends: nova-common (= 
2012.2+git201209200431~precise-0ubuntu1) but 
2012.2+git201209250431~precise-0ubuntu1 is to be installed

E: Unable to correct problems, you have held broken packages._


Does anyone have an idea how to fix this ?


Thank you Marco for your suggestion.

I am already familiar with devstack, i used it before and it is really 
good for developers but not for production stages.
What i need is full control over my Stack which devstack disables since 
it behaves like a blackbox to me ;)
___
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] Problem installing Nova 2012.2

2012-10-04 Thread Consonni, Marco
Hello,

Maybe what I'm saying doesn't help you fix your specific problem but why don't 
you try devstack (http://devstack.org/) for installing?

It's designed for developers but software installation is easy and works.
If your purpose is test driving OpenStack, I would recommend that.

Hope it helps.

Bye,
MCo.



From: openstack-bounces+marco.consonni=hp@lists.launchpad.net 
[mailto:openstack-bounces+marco.consonni=hp@lists.launchpad.net] On Behalf 
Of Bilel Msekni
Sent: Thursday, October 04, 2012 1:52 PM
To: openstack@lists.launchpad.net
Subject: [Openstack] Problem installing Nova 2012.2

Hi Stackers,

I am encountering a problem when i do this: apt-get -y install nova-common 
nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy 
nova-cert nova-consoleauth nova-doc nova-scheduler nova-network

It replies back with : The following packages have unmet dependencies:
 nova-vncproxy : Depends: nova-common (= 
2012.2+git201209200431~precise-0ubuntu1) but 
2012.2+git201209250431~precise-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.


Does anyone have an idea how to fix this ?
___
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] Problem installing Nova 2012.2

2012-10-04 Thread Anne Gentle
Bug filed: https://bugs.launchpad.net/openstack-manuals/+bug/1061632
thanks for reporting!

Anne

On Thu, Oct 4, 2012 at 8:02 AM, Bilel Msekni  wrote:
> Le 04/10/2012 14:51, Daviey Walker a écrit :
>
>> On 4 October 2012 13:02, Bilel Msekni  wrote:
>>>
>>> Le 04/10/2012 13:56, Daviey Walker a écrit :
>>>
>>> On 4 October 2012 12:51, Bilel Msekni  wrote:
>>>
>>> Hi Stackers,
>>>
>>> I am encountering a problem when i do this: apt-get -y install
>>> nova-common
>>> nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy
>>> nova-cert nova-consoleauth nova-doc nova-scheduler nova-network
>>>
>>> It replies back with : The following packages have unmet dependencies:
>>>   nova-vncproxy : Depends: nova-common (=
>>> 2012.2+git201209200431~precise-0ubuntu1) but
>>> 2012.2+git201209250431~precise-0ubuntu1 is to be installed
>>> E: Unable to correct problems, you have held broken packages.
>>>
>>>
>>> Does anyone have an idea how to fix this ?
>>>
>>> 
>>>
>>> Where are you trying to install this from?
>>>
>>> The following output would be helpful, please:
>>> $ apt-cache policy nova-common
>>>
>>> This is what  apt-cache policy nova-common is giving me :
>>> ==
>>> nova-common:
>>>Installed: 2012.2-0ubuntu3~cloud0
>>>Candidate: 2012.2-0ubuntu3~cloud0
>>>Version table:
>>>   *** 2012.2-0ubuntu3~cloud0 0
>>>  500 http://ubuntu-cloud.archive.canonical.com/ubuntu/
>>> precise-updates/folsom/main amd64 Packages
>>>  100 /var/lib/dpkg/status
>>>   2012.1.3+stable-20120827-4d2a4afe-0ubuntu1 0
>>>  500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main
>>> amd64
>>> Packages
>>>   2012.1+stable~20120612-3ee026e-0ubuntu1.3 0
>>>  500 http://security.ubuntu.com/ubuntu/ precise-security/main
>>> amd64
>>> Packages
>>>   2012.1-0ubuntu2 0
>>>  500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64
>>> Packages
>>> 
>>>
>>> i am following the
>>> http://docs.openstack.org/trunk/openstack-compute/install/apt/content/
>>> install guide so i am installing using the deb
>>> http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom
>>> main
>>>
>>> I am not the only one experiencing this problem, check this :
>>> https://answers.launchpad.net/nova/+question/210171
>>
>> Hi,
>>
>> This seems to be a change introduced after Folsom milestone 3, which
>> the documentation reflects.  In your apt-get install line, can you
>> replace nova-vncproxy with nova-novncproxy.
>>
>> Therefore:
>> $ sudo apt-get -y install nova-common nova-compute nova-volume
>> nova-novncproxy nova-api nova-ajax-console-proxy nova-cert
>> nova-consoleauth nova-doc nova-scheduler nova-network
>>
>> Please let me know if this doesn't resolve the issue for you.
>>
>> Thanks.
>>
> Your solution works like a charm.
> I guess the documentation is really outdated, i will signal that.
>
>
> ___
> 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] Problem installing Nova 2012.2

2012-10-04 Thread Bilel Msekni

Le 04/10/2012 14:51, Daviey Walker a écrit :

On 4 October 2012 13:02, Bilel Msekni  wrote:

Le 04/10/2012 13:56, Daviey Walker a écrit :

On 4 October 2012 12:51, Bilel Msekni  wrote:

Hi Stackers,

I am encountering a problem when i do this: apt-get -y install nova-common
nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy
nova-cert nova-consoleauth nova-doc nova-scheduler nova-network

It replies back with : The following packages have unmet dependencies:
  nova-vncproxy : Depends: nova-common (=
2012.2+git201209200431~precise-0ubuntu1) but
2012.2+git201209250431~precise-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.


Does anyone have an idea how to fix this ?



Where are you trying to install this from?

The following output would be helpful, please:
$ apt-cache policy nova-common

This is what  apt-cache policy nova-common is giving me :
==
nova-common:
   Installed: 2012.2-0ubuntu3~cloud0
   Candidate: 2012.2-0ubuntu3~cloud0
   Version table:
  *** 2012.2-0ubuntu3~cloud0 0
 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/
precise-updates/folsom/main amd64 Packages
 100 /var/lib/dpkg/status
  2012.1.3+stable-20120827-4d2a4afe-0ubuntu1 0
 500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64
Packages
  2012.1+stable~20120612-3ee026e-0ubuntu1.3 0
 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64
Packages
  2012.1-0ubuntu2 0
 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages


i am following the
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/
install guide so i am installing using the deb
http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main

I am not the only one experiencing this problem, check this :
https://answers.launchpad.net/nova/+question/210171

Hi,

This seems to be a change introduced after Folsom milestone 3, which
the documentation reflects.  In your apt-get install line, can you
replace nova-vncproxy with nova-novncproxy.

Therefore:
$ sudo apt-get -y install nova-common nova-compute nova-volume
nova-novncproxy nova-api nova-ajax-console-proxy nova-cert
nova-consoleauth nova-doc nova-scheduler nova-network

Please let me know if this doesn't resolve the issue for you.

Thanks.


Your solution works like a charm.
I guess the documentation is really outdated, i will signal that.

___
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] Problem installing Nova 2012.2

2012-10-04 Thread Daviey Walker
On 4 October 2012 13:02, Bilel Msekni  wrote:
> Le 04/10/2012 13:56, Daviey Walker a écrit :
>
> On 4 October 2012 12:51, Bilel Msekni  wrote:
>
> Hi Stackers,
>
> I am encountering a problem when i do this: apt-get -y install nova-common
> nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy
> nova-cert nova-consoleauth nova-doc nova-scheduler nova-network
>
> It replies back with : The following packages have unmet dependencies:
>  nova-vncproxy : Depends: nova-common (=
> 2012.2+git201209200431~precise-0ubuntu1) but
> 2012.2+git201209250431~precise-0ubuntu1 is to be installed
> E: Unable to correct problems, you have held broken packages.
>
>
> Does anyone have an idea how to fix this ?
>
> 
>
> Where are you trying to install this from?
>
> The following output would be helpful, please:
> $ apt-cache policy nova-common
>
> This is what  apt-cache policy nova-common is giving me :
> ==
> nova-common:
>   Installed: 2012.2-0ubuntu3~cloud0
>   Candidate: 2012.2-0ubuntu3~cloud0
>   Version table:
>  *** 2012.2-0ubuntu3~cloud0 0
> 500 http://ubuntu-cloud.archive.canonical.com/ubuntu/
> precise-updates/folsom/main amd64 Packages
> 100 /var/lib/dpkg/status
>  2012.1.3+stable-20120827-4d2a4afe-0ubuntu1 0
> 500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main amd64
> Packages
>  2012.1+stable~20120612-3ee026e-0ubuntu1.3 0
> 500 http://security.ubuntu.com/ubuntu/ precise-security/main amd64
> Packages
>  2012.1-0ubuntu2 0
> 500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages
> 
>
> i am following the
> http://docs.openstack.org/trunk/openstack-compute/install/apt/content/
> install guide so i am installing using the deb
> http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom main
>
> I am not the only one experiencing this problem, check this :
> https://answers.launchpad.net/nova/+question/210171

Hi,

This seems to be a change introduced after Folsom milestone 3, which
the documentation reflects.  In your apt-get install line, can you
replace nova-vncproxy with nova-novncproxy.

Therefore:
$ sudo apt-get -y install nova-common nova-compute nova-volume
nova-novncproxy nova-api nova-ajax-console-proxy nova-cert
nova-consoleauth nova-doc nova-scheduler nova-network

Please let me know if this doesn't resolve the issue for you.

Thanks.

-- 
Kind Regards,

Dave Walker 
Engineering Manager,
Ubuntu Server

___
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] Problem installing Nova 2012.2

2012-10-04 Thread Bilel Msekni

Le 04/10/2012 13:56, Daviey Walker a écrit :

On 4 October 2012 12:51, Bilel Msekni  wrote:

Hi Stackers,

I am encountering a problem when i do this: apt-get -y install nova-common
nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy
nova-cert nova-consoleauth nova-doc nova-scheduler nova-network

It replies back with : The following packages have unmet dependencies:
  nova-vncproxy : Depends: nova-common (=
2012.2+git201209200431~precise-0ubuntu1) but
2012.2+git201209250431~precise-0ubuntu1 is to be installed
E: Unable to correct problems, you have held broken packages.


Does anyone have an idea how to fix this ?



Where are you trying to install this from?

The following output would be helpful, please:
$ apt-cache policy nova-common


This is what  apt-cache policy nova-common is giving me :
==
nova-common:
  Installed: 2012.2-0ubuntu3~cloud0
  Candidate: 2012.2-0ubuntu3~cloud0
  Version table:
 *** 2012.2-0ubuntu3~cloud0 0
500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ 
precise-updates/folsom/main amd64 Packages

100 /var/lib/dpkg/status
 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main 
amd64 Packages

 2012.1+stable~20120612-3ee026e-0ubuntu1.3 0
500 http://security.ubuntu.com/ubuntu/ precise-security/main 
amd64 Packages

 2012.1-0ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ precise/main amd64 
Packages



i am following the 
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/ 
install guide so i am installing using the _*deb 
http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/folsom 
main*__


_I am not the only one experiencing this problem, check this : 
https://answers.launchpad.net/nova/+question/210171
___
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] Problem installing Nova 2012.2

2012-10-04 Thread Daviey Walker
On 4 October 2012 12:51, Bilel Msekni  wrote:
> Hi Stackers,
>
> I am encountering a problem when i do this: apt-get -y install nova-common
> nova-compute nova-volume nova-vncproxy nova-api nova-ajax-console-proxy
> nova-cert nova-consoleauth nova-doc nova-scheduler nova-network
>
> It replies back with : The following packages have unmet dependencies:
>  nova-vncproxy : Depends: nova-common (=
> 2012.2+git201209200431~precise-0ubuntu1) but
> 2012.2+git201209250431~precise-0ubuntu1 is to be installed
> E: Unable to correct problems, you have held broken packages.
>
>
> Does anyone have an idea how to fix this ?


Where are you trying to install this from?

The following output would be helpful, please:
$ apt-cache policy nova-common

-- 
Kind Regards,

Dave Walker 
Engineering Manager,
Ubuntu Server

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