You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Joe Brockmeier <jz...@zonker.net> on 2012/11/10 17:06:25 UTC

Error in Spinning up a 4.0.0-incubating DevCloud image

Figured I might as well start a new thread and see if anyone else is
hitting this. 

Following the guide on the wiki to build DevCloud
(https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html)

I run into this error:

translation missing: en.vagrant.actions.box.unpackage.already_exists

After this step:

$ vagrant box add devcloudbox ~/devcloud.box 

Details:

I'm trying this with the source for 4.0.0-incubating, not master.

I'm on a Mac running 10.7.5

Any thoughts? Anyone else seen this?
-- 
Joe Brockmeier
jzb@zonker.net
Twitter: @jzb
http://www.dissociatedpress.net/

Re: Error in Spinning up a 4.0.0-incubating DevCloud image

Posted by Chip Childers <ch...@sungard.com>.
OK - so this is a vagrant usage issue.

If you were to completely start over, you would need to do:

vagrant box remove devcloudbase virtualbox

and

vagrant box remove devcloudbox virtualbox

For just the last step, remove the devcloudbox.

On Mon, Nov 12, 2012 at 9:35 AM, Joe Brockmeier <jz...@zonker.net> wrote:
> On Mon, Nov 12, 2012, at 08:09 AM, Chip Childers wrote:
>> Does "vagrant box list" say that you have devcloud already in the system?
>
> I get this:
>
> Winslow:~ jzb$ vagrant box list
> devcloudbase (virtualbox)
> devcloudbox  (virtualbox)
>
> So it seems so. Puzzled.
>
>> -chip
>>
>>
>> On Sat, Nov 10, 2012 at 11:06 AM, Joe Brockmeier <jz...@zonker.net> wrote:
>> > Figured I might as well start a new thread and see if anyone else is
>> > hitting this.
>> >
>> > Following the guide on the wiki to build DevCloud
>> > (https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html)
>> >
>> > I run into this error:
>> >
>> > translation missing: en.vagrant.actions.box.unpackage.already_exists
>> >
>> > After this step:
>> >
>> > $ vagrant box add devcloudbox ~/devcloud.box
>> >
>> > Details:
>> >
>> > I'm trying this with the source for 4.0.0-incubating, not master.
>> >
>> > I'm on a Mac running 10.7.5
>> >
>> > Any thoughts? Anyone else seen this?
>> > --
>> > Joe Brockmeier
>> > jzb@zonker.net
>> > Twitter: @jzb
>> > http://www.dissociatedpress.net/
>> >
>
>
> --
> Joe Brockmeier
> jzb@zonker.net
> Twitter: @jzb
> http://www.dissociatedpress.net/
>

Re: Error in Spinning up a 4.0.0-incubating DevCloud image

Posted by Joe Brockmeier <jz...@zonker.net>.
On Mon, Nov 12, 2012, at 08:09 AM, Chip Childers wrote:
> Does "vagrant box list" say that you have devcloud already in the system?

I get this:

Winslow:~ jzb$ vagrant box list
devcloudbase (virtualbox)
devcloudbox  (virtualbox)

So it seems so. Puzzled. 
 
> -chip
> 
> 
> On Sat, Nov 10, 2012 at 11:06 AM, Joe Brockmeier <jz...@zonker.net> wrote:
> > Figured I might as well start a new thread and see if anyone else is
> > hitting this.
> >
> > Following the guide on the wiki to build DevCloud
> > (https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html)
> >
> > I run into this error:
> >
> > translation missing: en.vagrant.actions.box.unpackage.already_exists
> >
> > After this step:
> >
> > $ vagrant box add devcloudbox ~/devcloud.box
> >
> > Details:
> >
> > I'm trying this with the source for 4.0.0-incubating, not master.
> >
> > I'm on a Mac running 10.7.5
> >
> > Any thoughts? Anyone else seen this?
> > --
> > Joe Brockmeier
> > jzb@zonker.net
> > Twitter: @jzb
> > http://www.dissociatedpress.net/
> >


-- 
Joe Brockmeier
jzb@zonker.net
Twitter: @jzb
http://www.dissociatedpress.net/

Re: Error in Spinning up a 4.0.0-incubating DevCloud image

Posted by Chip Childers <ch...@sungard.com>.
Does "vagrant box list" say that you have devcloud already in the system?

-chip


On Sat, Nov 10, 2012 at 11:06 AM, Joe Brockmeier <jz...@zonker.net> wrote:
> Figured I might as well start a new thread and see if anyone else is
> hitting this.
>
> Following the guide on the wiki to build DevCloud
> (https://cwiki.apache.org/CLOUDSTACK/building-devcloud.html)
>
> I run into this error:
>
> translation missing: en.vagrant.actions.box.unpackage.already_exists
>
> After this step:
>
> $ vagrant box add devcloudbox ~/devcloud.box
>
> Details:
>
> I'm trying this with the source for 4.0.0-incubating, not master.
>
> I'm on a Mac running 10.7.5
>
> Any thoughts? Anyone else seen this?
> --
> Joe Brockmeier
> jzb@zonker.net
> Twitter: @jzb
> http://www.dissociatedpress.net/
>