Skip to content

Instantly share code, notes, and snippets.

@tcwalther
Created March 12, 2014 00:05
Show Gist options
  • Save tcwalther/9497796 to your computer and use it in GitHub Desktop.
Save tcwalther/9497796 to your computer and use it in GitHub Desktop.
thomas-mbp:veewee thomas$ veewee vbox validate 'windows'
WARNING: Could not load IOV methods. Check your GSSAPI C library for an update
WARNING: Could not load AEAD methods. Check your GSSAPI C library for an update
WARNING: Nokogiri was built against LibXML version 2.8.0, but has dynamically loaded 2.9.0
Waiting for winrm login on 127.0.0.1 with user vagrant to windows on port => 5985 to work, timeout=10000 sec
.
Executing winrm command: whoami
vagrant-2012\vagrant
Checking user - OK
Executing winrm command: ruby --version > %TEMP%\devnull && echo %ERRORLEVEL%
'ruby' is not recognized as an internal or external command,
operable program or batch file.
Checking ruby - FAILED
Command: ruby --version > %TEMP%\devnull && echo %ERRORLEVEL%
Expected string 0
Output:
Executing winrm command: gem --version > %TEMP%\devnull && echo %ERRORLEVEL%
'gem' is not recognized as an internal or external command,
operable program or batch file.
Checking gem - FAILED
Command: gem --version > %TEMP%\devnull && echo %ERRORLEVEL%
Expected string 0
Output:
Executing winrm command: chef-client --version > %TEMP%\devnull && echo %ERRORLEVEL%
'chef-client' is not recognized as an internal or external command,
operable program or batch file.
Checking chef - FAILED
Command: chef-client --version > %TEMP%\devnull && echo %ERRORLEVEL%
Expected string 0
Output:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment