-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start virtual box on Ubuntu image #109
Comments
You should get the latest Newman which is v2.1.1. The version in your screenshot is (v1.1.2 is not supported). I'm in the process of updating the documentation to reflect the latest versions and setup. |
@smahoney58 okay, cool. I got the virtual box from the quick start guide at https://sotera.github.io/newman/quick-start/. |
Hello Andrew, We need to update the quick start guide (see bottom of email to see what it will eventually look like minus the troubleshooting issues I ran into). The latest Newman is v2.1.1 and is located here https://www.dropbox.com/s/vwfjlncq488u35r/newman-vm-v2.1.1.box?dl=0. This virtual box comes pre-loaded with the shiavo dataset. For test purposes, I ingested my sotera defense emails. I ran into a couple stumbling blocks.
4 – The time it takes to ingest a file is dependent on the system environment and size of file of being ingested. On my system, it took about 10 minutes to ingest a 180MB pst. You can create a pst file from Outlook 2010 by following these steps: · On the Home tab, in the New group, click New Items, point to More Items, and then click Outlook Data File. · In the Create or Open Outlook Data File dialog box, in the File name box, type the name as you want it to appear in the Outlook Navigation Pane, and then click OK. Updated Quick Start Guide Local installation
Note: I initially had problems with version mismatch between Vagrant and Virtual Box. If you pull later vrsions of Vagrant or VirtualBox, just make sure they are compatible.
Newman setup
cd virtualboxvms The prompt should now be something like C:\Users\jsmith\virtualboxvms>.
Note: if you have already executed a vagrant init, then you will get an error stating a Vagrantfile exists. Just delete or rename the Vagrantfile and the .vagrant folder and all its contents and re-run command.
C:\Users\jsmith\virtualboxvms\vagrant up
C:\Users\jsmith\virtualboxvms\Newman\vagrant ssh vagrant@vagrant-ubuntu-trusty-64:/$ Note: Fixing this issue implies that you already have Git installed. Git isn’t necessarily required but a SSH client is. I do not know the steps to install Cygwin, MinGW or personal favorite SSH clients. So, if you do not have Git installed or a SSH client. Follow the Git Installation instructions at the bottom of this paper.
vagrant@vagrant-ubuntu-trusty-64:/$tangelo restart Git Installation
Let me know if there is anything I can help you with. -Scott Mahoney From: Andrew Spencer [mailto:notifications@github.com] @smahoney58https://github.com/smahoney58 okay, cool. I got the virtual box from the quick start guide at https://sotera.github.io/newman/quick-start/. — |
Closing issue. I have successfully setup multiple Newman systems; the latest being v2.1.3. Will re-open if receive further feedback on problems setting up a Newman system. |
I'm connected to an Ubuntu image and wanted to run the application on that. I used the quick start guide and received an error with the command
vagrant up
My error is depicted below:
The text was updated successfully, but these errors were encountered: