vagrant up execution problem

95 views
Skip to first unread message

Atef Hajlaoui

unread,
Nov 30, 2015, 8:19:50 PM11/30/15
to Vagrant
Hello
After installing virtualbox, vagrant and curl I executed theses commands 
md edx_birch
cd edx_birch 
vagrant plugin install vagrant-hostsupdater
vagrant up 
but I still have this error : "Couldn't open file /Windows/System32/edx_birch/base"
Please, what should I do ? 

Alvaro Miranda Aguilera

unread,
Dec 1, 2015, 4:38:31 AM12/1/15
to vagra...@googlegroups.com
Hello,

Don’t use Administrator.

And try from a directory where your user have access

cd
cd Desktop

I did tried and Vafrantfile is nice.

What’s the output of

vagrant version
vagrant plugin list
vagrant box list

Thanks
Alvaro.


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/14e971d7-c774-42c4-a986-a613985ffcfd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Atef Hajlaoui

unread,
Dec 1, 2015, 9:01:22 AM12/1/15
to Vagrant
I did it but I have this error 
Capture.PNG

Alvaro Miranda Aguilera

unread,
Dec 1, 2015, 4:40:30 PM12/1/15
to vagra...@googlegroups.com
Hello, That error is coming from the plugin host manager

Check the host file is giving permissions issues.

Option A. remove the plugin
Option B. Give permissions to that file for Read/Write to your user.

Thanks
alvaro
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in violation
> of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/3d4b8af5-6e9e-4d21-8183-4cb1aa8b95fc%40googlegroups.com.

Atef Hajlaoui

unread,
Dec 1, 2015, 5:23:17 PM12/1/15
to Vagrant
Please can you tell me how to do these options ? And thank you very much

Alvaro Miranda Aguilera

unread,
Dec 1, 2015, 6:46:51 PM12/1/15
to vagra...@googlegroups.com
option 1.

vagrant plugin list
vagrant plugin uninstall <name of the plugin>

Option 2.

http://answers.microsoft.com/en-us/windows/forum/windows_7-files/windows7-will-not-let-me-edit-the-hosts-file-and/9cede7a3-1908-4606-a955-64a9b4872fd7?page=2&auth=1

JaeSmith replied on

It also helps if you can follow the path to: C://Windows/System32/drivers/etc

Find the host file and right click "Properties" the select "Security" tab.

Select the Group or Username that has full control privileges on your
machine. There should be a list of users in the box.

Click on "Advanced" button and select from the "Permissions entries"
the administrator that has full control privileges and then select the
"Owner" tab. Select the "edit" button and then choose the owner to
take control of that file.

Click "ok." Next, from the same box, choose "Effective Permissions"
tab and then click "Select." Go to the "Advance" button and then click
"Find now" button. Select the administrator in the search results box
that you want to give full control to if administrator doesn't have it
as indicated by all the check marks.

Click "ok." If the check marks are not automatically populated then
making sure that you have selected the administrator that you want to
give full control privileges to under the "security" tab, manually
check ( or click to add check marks) all full control and writes
privileges for that administrator. Make sure you go to the "edit" box
in order to make these revisions.
> https://groups.google.com/d/msgid/vagrant-up/bd09252a-7f62-447c-b0ff-45ba3e4ce7b4%40googlegroups.com.

Atef Hajlaoui

unread,
Dec 1, 2015, 7:20:12 PM12/1/15
to Vagrant
I did it but I have this error unknown configuration 


Le mardi 1 décembre 2015 01:19:50 UTC, Atef Hajlaoui a écrit :

Atef Hajlaoui

unread,
Dec 1, 2015, 7:44:16 PM12/1/15
to Vagrant


Le mardi 1 décembre 2015 01:19:50 UTC, Atef Hajlaoui a écrit :
Capture2.PNG

Alvaro Miranda Aguilera

unread,
Dec 2, 2015, 5:49:39 AM12/2/15
to vagra...@googlegroups.com
Hello

That seems coming from a plugin, not from Vagrant.

Can you remove that?

vagrant plugin list
vagrant plugin uninstall <name>

just vagrant-share is installed by default.

If that works, then not sure how to help, you may want to reach the plugin ppl and see if there is a known issue/fix

Thanks
Alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
<Capture2.PNG>

Atef Hajlaoui

unread,
Dec 2, 2015, 8:16:49 AM12/2/15
to Vagrant
I have these plugins. Should I remove vagrant login ?
Capture4.PNG

Atef Hajlaoui

unread,
Dec 2, 2015, 10:12:53 AM12/2/15
to Vagrant
Alvaro thank you very much for your precious informations that you have given to me. I changed permissions to windows/system32/drivers/etc/hosts and executed vagrant up but I have this error. I opened VirtualBox and tried to execute this command but I still have the same error .


Le mardi 1 décembre 2015 01:19:50 UTC, Atef Hajlaoui a écrit :

Alvaro Miranda Aguilera

unread,
Dec 2, 2015, 4:48:18 PM12/2/15
to vagra...@googlegroups.com
Hello.

Option 1 then, take that plugin out.

Once you get a setup that work, if you can share what's the use case
you are after, i think we can find a way that work.

At this moment, the plugin is not working, due windows/permissions, so
not sure how I can help there.

IF you remove the plugin, and the vagrant up work, you can share what
you want to do, and we can think on some ideas

Thanks
Alvaro
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in violation
> of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/e8e3ebc4-a934-4438-8272-901bf2969969%40googlegroups.com.

Atef Hajlaoui

unread,
Dec 2, 2015, 5:29:11 PM12/2/15
to Vagrant
Thanks I resolved this problem and installed virtualmachine of edx into virtual box but when I tried to type 192.168.33.10 into a browser I have had this error "INTERNAL SERVER ERROR "


Le mardi 1 décembre 2015 01:19:50 UTC, Atef Hajlaoui a écrit :

Atef Hajlaoui

unread,
Dec 2, 2015, 5:35:12 PM12/2/15
to Vagrant


Le mardi 1 décembre 2015 01:19:50 UTC, Atef Hajlaoui a écrit :
internalerror.PNG

Alvaro Miranda Aguilera

unread,
Dec 3, 2015, 3:22:14 AM12/3/15
to vagra...@googlegroups.com
Hello,

Perhaps you can open a ticket with them?




Atef Hajlaoui

unread,
Dec 3, 2015, 6:12:34 AM12/3/15
to Vagrant
A ticket ?


Le mardi 1 décembre 2015 01:19:50 UTC, Atef Hajlaoui a écrit :

Alvaro Miranda Aguilera

unread,
Dec 4, 2015, 6:37:00 AM12/4/15
to vagra...@googlegroups.com
sorry.

I meant GitHub Issue
> --
> This mailing list is governed under the HashiCorp Community Guidelines -
> https://www.hashicorp.com/community-guidelines.html. Behavior in violation
> of those guidelines may result in your removal from this mailing list.
>
> GitHub Issues: https://github.com/mitchellh/vagrant/issues
> IRC: #vagrant on Freenode
> ---
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to vagrant-up+...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/vagrant-up/6f296ddf-c7b3-4974-90bd-ee88deb4194d%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages