gmacario / vagrant-debian-x64

Create a Debian VM using Vagrant
Mozilla Public License 2.0
1 stars 0 forks source link

Please test on OS X #2

Closed jeremiah closed 10 years ago

jeremiah commented 10 years ago

It would be interesting to see if this works on OS X in case people use that as a platform.

jeremiah commented 10 years ago

I tried to test on OS X but I don't have enough space on disk at the moment. I'll try again later.

gmacario commented 10 years ago

Hi @jeremiah,

As help I can offer you two options:

  1. either I will give you one USB key
  2. or you will give this one to me

Needless to say I am more favorable about the second option ;-)

jeremiah commented 10 years ago

If it ships with Debian installed, I'll buy you two.

gmacario commented 10 years ago

Hello @jeremiah,

I got a chance of borrowing a MacBook Pro 17" for a few days and am going to test vagrant-debian-x64 on this hardware.

Will test with:

gmacario commented 10 years ago

It looks like it worked OK on OS X as well!

Here is my test log:

Last login: Sat Sep 6 07:42:54 on ttys000 mac-mviolante17:~ gmacario$ virtualbox --version mac-mviolante17:~ gmacario$ vagrant --version Vagrant 1.6.3 mac-mviolante17:~ gmacario$ cd MYGIT mac-mviolante17:MYGIT gmacario$ git clone git@github.com:gmacario/vagrant-debian-x64.git Cloning into 'vagrant-debian-x64'... remote: Counting objects: 35, done. remote: Total 35 (delta 0), reused 0 (delta 0) Receiving objects: 100% (35/35), 11.46 KiB | 0 bytes/s, done. Resolving deltas: 100% (14/14), done. Checking connectivity... done. mac-mviolante17:MYGIT gmacario$ cd vagrant-debian-x64/ mac-mviolante17:vagrant-debian-x64 gmacario$ vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'holms/debian80' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'holms/debian80' default: URL: https://vagrantcloud.com/holms/debian80 ==> default: Adding box 'holms/debian80' (v0.1.0) for provider: virtualbox default: Downloading: https://vagrantcloud.com/holms/debian80/version/1/provider/virtualbox.box ==> default: Successfully added box 'holms/debian80' (v0.1.0) for 'virtualbox'! ==> default: Importing base box 'holms/debian80'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'holms/debian80' is up to date... ==> default: Setting the name of the VM: vagrant-debian-x64_default_1410081382430_67947 ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key default: Warning: Connection timeout. Retrying... ==> default: Machine booted and ready! ==> default: Checking for guest additions in VM... ==> default: Mounting shared folders... default: /vagrant => /Users/gmacario/MYGIT/vagrant-debian-x64 mac-mviolante17:vagrant-debian-x64 gmacario$ vagrant ssh Linux 10 3.14-2-amd64 #1 SMP Debian 3.14.13-2 (2014-07-24) x86_64

The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Mon Aug 18 07:11:18 2014 from 10.0.2.2 vagrant@10:~$ lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux testing (jessie) Release: testing Codename: jessie vagrant@10:~$

gmacario commented 10 years ago

I made it explicit that OS X is supported as well in the README.md