Re: [vagrant-up] Re: Additional interface when assigning a private address in Vagrantile

2016-06-01 Thread BRIT
sorry. > > IF you still have the base box, can you share a `ifconfig -a` as root ? > > On Mon, May 30, 2016 at 4:00 PM, BRIT <buildingrelia...@gmail.com > > wrote: > >> >>- vagrant version 1.8.1 >>- vagrant-share (1.1.5, system) >> &g

[vagrant-up] Re: Base box setting ssh.username and ssh.password generates "shouldn't exist: password" error

2016-05-30 Thread BRIT
d. Many many thanks to everyone for the continued feedback... On Monday, May 30, 2016 at 12:35:44 PM UTC-7, BRIT wrote: > > Also noticed that the config.vm.box was missing a "/" so it now reads as > config.vm.box ="file:///home/bob/vagrant/_box/8gb.box" > > Unfortu

Re: [vagrant-up] Re: Additional interface when assigning a private address in Vagrantile

2016-05-30 Thread BRIT
somewhere... On Monday, May 30, 2016 at 3:11:51 PM UTC-7, Alvaro Miranda Aguilera wrote: > > > On Tue, May 31, 2016 at 10:07 AM, BRIT <buildingrelia...@gmail.com > > wrote: > >> for cmd.exe >> set VAGRANT_LOG=debug >> >> for bash >> export VAGRANT_LOG

Re: [vagrant-up] Re: Additional interface when assigning a private address in Vagrantile

2016-05-30 Thread BRIT
ter reinstall the issue remians then try this: > > for cmd.exe > set VAGRANT_LOG=debug > > for bash > export VAGRANT_LOG=debug > > then: > > vagrant up > > And share the generated text over a gist. (gist.github.com) > > Thanks > Alvaro. > > On Tue,

[vagrant-up] Re: Additional interface when assigning a private address in Vagrantile

2016-05-30 Thread BRIT
opening archive: Unrecognized archive format] I'm obviously doing something very wrong here. This is the first time that I've attempted to use vagrant with Ubuntu, so is there something additional that I need to do?? On Thursday, May 26, 2016 at 8:36:19 PM UTC-7, BRIT wrote: > > Hi all,

[vagrant-up] Re: Base box setting ssh.username and ssh.password generates "shouldn't exist: password" error

2016-05-30 Thread BRIT
tion of this machine. Please fix* *the following errors and try again:* *SSH:* ** The following settings shouldn't exist: password* On Monday, May 30, 2016 at 11:54:36 AM UTC-7, BRIT wrote: > > bp8.txt as follows: > # -*- mode: ruby -*- > # vi: set ft=ruby : > > > Vagrant.c

[vagrant-up] Re: Base box setting ssh.username and ssh.password generates "shouldn't exist: password" error

2016-05-30 Thread BRIT
bp8.txt as follows: # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure(2) do |config| config.vm.box = "file://home/bob/vagrant/_box/8gb.box" config.ssh.username = "bob" config.ssh.password = "bobbob" end On Saturday, May 28, 2016 at 11:19:55 AM UTC-7

[vagrant-up] The following settings shouldn't exist: password

2016-05-28 Thread BRIT
that setting a password is possible and should work. Any ideas why this isn't working?? Thanks BRIT -- 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 remo

[vagrant-up] Additional interface when assigning a private address in Vagrantile

2016-05-26 Thread BRIT
Hi all, I'm running VirtualBox (5.0.20) under Windows 10 and have a quick question about creating a package box from VirtualBox guest. 1. My Ubuntu 14.04.4 guest I configure with a single NIC (attached to NAT) and then I go through and install the OS, VirtualBox Guest Additions etc

[vagrant-up] Re: Apache config difference between "package" and "working" version

2016-05-11 Thread BRIT
Just thought I would check a VirtualBox clone on *vup-app-box* and that clones just fine, the Apache configuration file is correct (as expected). On Wednesday, May 11, 2016 at 10:41:15 AM UTC-7, BRIT wrote: > > I have an Ubuntu 14.04 headless guest (labeled "*vup-app-box*"

[vagrant-up] Apache config difference between "package" and "working" version

2016-05-11 Thread BRIT
I have an Ubuntu 14.04 headless guest (labeled "*vup-app-box*" in virtualbox) running under Windows 10 VirtualBox 5.0.20. I've installed the LAMP stack via aptitude, configured all the vagrant settings and then run the installer for my development web application onto it. The installer

[vagrant-up] One way replication

2016-03-11 Thread BRIT
Does anyone know if it's possible to have "one way" replication set up between the host shared folder and the synced folder on the guest VM? What I mean is, suppose that you have an Ubuntu guest VM that has the folder /etc which has been configured to sync with the host folder