Re: [vagrant-up] Can't get Vagrant Up

2018-01-08 Thread Alvaro Miranda Aguilera
hello

Vagrant is working fine.

upto here:

default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
default: /var/www => /Users/johnnyrains/Sites/phptutorial
==> default: Running provisioner: shell...



>From there the project you are using is doing things (running scripts)
that are breaking stuff


so, if you do


mkdir precise64

cd precise64

vagrant init -m hashicorp/precise64

vagrant up


your will notice it works.


I would suggest contact the person who handed that project to you and
get some support from there.


Alvaro.


On Mon, Jan 8, 2018 at 7:52 PM, John Ullyatt  wrote:

> Hi Antony
>
> Mac OSX High Sierra
>
> I am using the installer pkg from the dmg
>
> and here is a txt file of my errors:
>
> On Monday, January 8, 2018 at 3:08:29 AM UTC-7, Antony Stone wrote:
>>
>> On Monday 08 January 2018 at 03:20:20, John Ullyatt wrote:
>>
>> > I've installed and uninstalled Vagrant so many times, and I cannot get
>> this
>> > to work.  I have looked through this group, and I also cannot find the
>> > answer I am looking for.
>>
>> Well, at least tell us:
>>
>> a) which operating system you are trying to get this working on
>>
>> b) how you are installing Vagrant
>>
>> c) what goes wrong - show us some error messages.
>>
>>
>> Antony.
>>
>> --
>> "It would appear we have reached the limits of what it is possible to
>> achieve
>> with computer technology, although one should be careful with such
>> statements;
>> they tend to sound pretty silly in five years."
>>
>>  - John von Neumann (1949)
>>
>>Please reply to the
>> list;
>>  please *don't*
>> CC me.
>>
> --
> 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+unsubscr...@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/vagrant-up/8b065024-aea6-4a92-a335-18954aa41d40%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/CAHqq0ewap%3D6cxzz1vb-bX%2BQvo2TFQNUBE1cU7Z%2BsGEjU%2B_5WWg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [vagrant-up] Can't get Vagrant Up

2018-01-08 Thread John Ullyatt
Hi Antony

Mac OSX High Sierra

I am using the installer pkg from the dmg

and here is a txt file of my errors:

On Monday, January 8, 2018 at 3:08:29 AM UTC-7, Antony Stone wrote:
>
> On Monday 08 January 2018 at 03:20:20, John Ullyatt wrote: 
>
> > I've installed and uninstalled Vagrant so many times, and I cannot get 
> this 
> > to work.  I have looked through this group, and I also cannot find the 
> > answer I am looking for. 
>
> Well, at least tell us: 
>
> a) which operating system you are trying to get this working on 
>
> b) how you are installing Vagrant 
>
> c) what goes wrong - show us some error messages. 
>
>
> Antony. 
>
> -- 
> "It would appear we have reached the limits of what it is possible to 
> achieve 
> with computer technology, although one should be careful with such 
> statements; 
> they tend to sound pretty silly in five years." 
>
>  - John von Neumann (1949) 
>
>Please reply to the 
> list; 
>  please *don't* CC 
> me. 
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vagrant-up/8b065024-aea6-4a92-a335-18954aa41d40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
==> default: Box 'precise64' could not be found. Attempting to find and 
install...
default: Box Provider: virtualbox
default: Box Version: >= 0
==> default: Box file was not detected as metadata. Adding it directly...
==> default: Adding box 'precise64' (v0) for provider: virtualbox
default: Downloading: http://files.vagrantup.com/precise64.box
==> default: Successfully added box 'precise64' (v0) for 'virtualbox'!
==> default: Importing base box 'precise64'...
==> default: Matching MAC address for NAT networking...
==> default: Setting the name of the VM: phptutorial_default_1515377493558_81358
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 (guest) =>  (host) (adapter 1)
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:
default: SSH username: vagrant
default: SSH auth method: private key
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version 
of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If 
you see
default: shared folder errors, please make sure the guest additions within 
the
default: virtual machine match the version of VirtualBox you have installed 
on
default: your host and reload your VM.
default:
default: Guest Additions Version: 4.2.0
default: VirtualBox Version: 5.1
==> default: Configuring and enabling network interfaces...
==> default: Mounting shared folders...
default: /var/www => /Users/johnnyrains/Sites/phptutorial
==> default: Running provisioner: shell...
default: Running: 
/var/folders/jn/ytyvsn8j6_s_t0jc12_30yqcgn/T/vagrant-shell20180107-7990-1c4qvvv.sh
default: Get:1 http://security.ubuntu.com precise-security InRelease [55.7 
kB]
default: Ign http://us.archive.ubuntu.com precise InRelease
default: Get:2 http://us.archive.ubuntu.com precise-updates InRelease [55.7 
kB]
default: Get:3 http://us.archive.ubuntu.com precise-backports InRelease 
[55.7 kB]
default: Get:4 http://security.ubuntu.com precise-security/main Sources 
[150 kB]
default: Hit http://us.archive.ubuntu.com precise Release.gpg
default: Get:5 http://us.archive.ubuntu.com precise-updates/main Sources 
[503 kB]
default: Get:6 http://security.ubuntu.com precise-security/restricted 
Sources [4,643 B]
default: Get:7 http://security.ubuntu.com precise-security/universe Sources 

Re: [vagrant-up] Can't get Vagrant Up

2018-01-08 Thread Antony Stone
On Monday 08 January 2018 at 03:20:20, John Ullyatt wrote:

> I've installed and uninstalled Vagrant so many times, and I cannot get this
> to work.  I have looked through this group, and I also cannot find the
> answer I am looking for.

Well, at least tell us:

a) which operating system you are trying to get this working on

b) how you are installing Vagrant

c) what goes wrong - show us some error messages.


Antony.

-- 
"It would appear we have reached the limits of what it is possible to achieve 
with computer technology, although one should be careful with such statements; 
they tend to sound pretty silly in five years."

 - John von Neumann (1949)

   Please reply to the list;
 please *don't* CC me.