kaleidos-ventures / taiga-scripts

Taiga deploy scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

role "vagrant" does not exist

danielgsims opened this issue · comments

With a fresh vagrant install, I see the following error:

screen shot 2015-11-02 at 9 56 02 am

Hello @danielgsims what installation instructions did you follow?

commented

no

chaho

From: Alejandro
Date: 2015-11-03 14:37
To: taigaio/taiga-scripts
Subject: Re: [taiga-scripts] role "vagrant" does not exist (#38)
Hello @danielgsims what installation instructions did you follow?

Reply to this email directly or view it on GitHub.

@chaho sorry but I don't understand your answer...

@superalex - I followed the vagrant installation instructions.

http://taigaio.github.io/taiga-doc/dist/setup-alternatives.html#setup-taiga-vagrant

I appreciate the help!

Hello @danielgsims ,

I just did a fresh vagrant install and everything is working ok...Could you try checking if you had any problem during the installation or destroying the vagrant machine and creating it again?

I did a fresh install and still getting the same issue. Here's the output during vagrant initialization.

https://gist.github.com/danielgsims/90880704dd77e5a44be5

I see a couple of errors, the first one looks like it might be the problem. Do you have any insight into these?

https://gist.github.com/danielgsims/90880704dd77e5a44be5#file-vagrant-up-log-L430-L488
https://gist.github.com/danielgsims/90880704dd77e5a44be5#file-vagrant-up-log-L860-L862
https://gist.github.com/danielgsims/90880704dd77e5a44be5#file-vagrant-up-log-L876-L878

Sorry but I can't see the links correctly...

I edited the links with some markdown, can you open them now?

No...

Sorry about that. Can you view the gist now?

Yes I see it. I fix the error with TEMPLATE_* in taiga-scripts and test it. This is my console log

https://gist.github.com/bameda/90749c8a720e4c0c2624

Can you try it again?:

rm -rf taiga-vagrant
rm -rf ~/VirtualBox\ VMs
git clone https://github.com/taigaio/taiga-vagrant.git
cd taiga-vagrant
vagrant up

I tried it again. I'm not seeing the same errors while installing, but I get the same 500 Operational Error.

Here's my output from vagrant up.

https://gist.github.com/danielgsims/ae57d799ce818d97652f

Your error is with grub-pc package

==> default: Errors were encountered while processing:
==> default:  grub-pc
==> default: E: Sub-process /usr/bin/dpkg returned an error code (1)
==> default:  * Restarting nginx nginx
==> default:    ...done.

In my setup this package is not installed, why?

Are you remove the vbox image and the vagrant base box image before the reinstall process?

Try to reinstall grub-pc or reconfigure dpkg-reconfigure -a. and run the taiga script again.

@bameda I must have had a problem with my trusty64 vagrant box. I had to delete my trusty64 entry within .vagrant.d. After re-downloading the box, it worked. I must have had a conflict with another box named trusty64 from an older installation.

Thank you all for the help.

Great!! You are welcome